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 recently implemented a swicthed LAN network using 2 Cisco 3750s L3 switches & and a bunch of 2950s all trunked to the 3750s. The 2-3750s are connected via a stackwise cable. There are 4 VLANs (10.x.60.X, 10.x.61.x, 10.0.62.x & 10.0.63.x). Routing b...
Has anyone experienced this issue? I can telnet / use PDM to the outside interface using VPN client ver 3.6.4 after the tunnel is established. The same thing does not work with VPN client ver 4.x. Any ideas?
I need to perform NAT on the outside and DMZ interfaces. I tried using the same NAT ID of 1 for both Globals like below:Global (outdie) 1 interfaceGlobal (DMZ) 1 interfacenat (inside) 1 0 0 When I try to ping from the inside to outside or DMZ network...
I have an FTP server in the DMZ with local address 172.22.1.11 and global 205.242.218.74. I configured static statements as follows:static (DMZ,outside) 205.242.218.74 172.22.1.11 netmask 255.255.255.255 0 0static (DMZ,inside) 205.242.218.74 172.22.1...
I have a need to allow users on the inside interface access to a web server in the dmz using the global address. I used the "alias" command. The relevant config lines I put are as follows:static(dmz,outside) 205.242.218.70 172.22.1.11 netmask 255.255...
I have checked a few of the IP addresses. They do exist on the network. My next step was like you suggested to sniff those devices. Thanks for the feedback.
Kevin,Thanks for the reply. To answer your question, I am not running HSRP at all. The 2 swicthes are connected by a stack cable and managed as a single switch(stackwise technology). The Incomplete ARPs are on all vlans. I have attached the config & ...
I raised the same issue about 2 months back and no answer thus far. Either there is a bug in ver 4.0 or telnet to the outside interface has been removed on the PIX. Could anyone from Cisco confirm if tehre is a fix? Thanks.
Alex,You can use the following lines as an example to do that for a single host in the DMZ. static (DMZ,outside) 170.2.2.1 192.168.1.10 netmask 255.255.255.255 0 0 static (DMZ,inside) 170.2.2.1 192.168.1.10 netmask 255.255.255.255 0 0 In the above li...