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.
Hair pull out time. I have a 2950 behind a firewall, 501. I have teh default route set up with the firewall address. External to the firewall, I can ping the entire network, except the 2950, which I set up with an IP address assisgned to VLAN1. F...
I think this problem is with the other router sending the broadcast to my 3640, but to cover all the bases, here is the problem. Runniing RIP2, with no auto-summary on the 3640. The routing table on the far end shows a subnet of 192.168.6.128/26. ...
Yes, you should be able to use PAT. Have the external access for 1.1.1.1:25 go to internal 192.168.1.10 (mail server) and external access for 1.1.1.1:80 go to internal 192.168.1.20 (web server).Norman
Just a question. Does the LAN the PC is attached have more than one router? The second router could be sending default gateway updates to the PC. Even another workstation attached to 2 LANs could be acting as a router. You may want to check the r...
A few years back, I know Compaq and Cisco worked together on their etherchannel package to servers. The real problem I had at the time was how the etherchanneling worked based on the last two bits in the MAC address. The technology used these last ...
For the access list you may want to deny ip, instead of just tcp. You'll also need to apply the access list to the interface:access-group 110 in interface outsideYou can only have one access list applied to an interface at a time, so if you already ...