07-15-2011 04:33 PM - edited 03-07-2019 01:14 AM
Hi All,
Any input is appreciated.
We hav a very simple setup:
2811 Router <-> 3750 ( with 2 vlans ) <-> Vlan 1 PCs & Vlan 2 PCs
We are running eigrp on the two. There is a default route on the 3750 to the 2811. Vlan 1 PCs can ping out to the internet fine. Vlan 2 PCs cannot. However, Vlan 2 PCs can ping Vlan 1 PCs, the 3750 as well as the 2811.
What could possible be wrong?
Thanks,
Tom
07-15-2011 04:42 PM
Hi,
Please post the output of commands below
Router2811#show running
Router2811#show ip route
Switch3750#sh ip interface brief
Switch3750#show ip route
Toshi
07-15-2011 05:20 PM
We figured it out. Thanks for replying Toshi. It got me to see an oversight.
The problem was there is an access-list applied on nat on the router. It only allowed our Vlan 1 to nat. I just had to add another rule to permit Vlan 2 and we were good to go. Thanks!
ie.
ip nat inside source list 101 interface Serial0/0/0 overload
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
access-list 101 permit ip 192.168.2.0 0.0.0.255 any
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide