Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm trying to determine if the fixed memory for the NPE-300 is any different then the configurable memory? I know it has to be 32MB, but I'm not sure if this is simply a 32MB SDRAM DIMM like the configurable memory. I had the configurable memory fo...
This really depends on how much "simulation" you want to do... If you just want to test VPN tunnels, rules, etc then you should be fine just taking a cross-over cable from the outside interface of one pix to the other.
No, in fact that will not work if you add the same subnet on all 4 interfaces. Setup a different /30 for each serial interface pair (ie router a's serial 1 to router b's serial 1 is one /30). If you are doing static routing then simply use 2 static...
Yes, sorry... You need to use the host command for single addresses. Is the access-list applied to your outside interface?for my example the command would be:access-group acl_out in interface outsideAlso, can you connect to the ftp server locally b...
Below is an example syntax you can use to get this working.static (inside,outside) tcp interface ftp 192.168.1.1 ftp netmask 255.255.255.255 0 0static (inside,outside) tcp interface ftp-data 192.168.1.1 ftp-data netmask 255.255.255.255 0 0access-list...