cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
492
Views
0
Helpful
3
Replies

LAN traffic kind of blocked

libertysv
Level 1
Level 1

people!!!!!!!, i am under pressure please help me out, if i ping or traceroute my other network using my router its working, but if i do it using a computer its only ending on my LAN facing interface, i have no access-list configured, i am using open tunnels, i set the ip route 0.0.0.0 0.0.0.0 tunnel 7, where am i lost, from my router i can see all my other LANs but i cant access them using a computer. i can traceroute 8.8.8.8 using a router but with my computer i cant access google,

please help!!!!!!!!!!!!!!!!!!!

1 Accepted Solution

Accepted Solutions

singhaam007
Level 3
Level 3

Hello,

Its look like your router need NAT configuration,

Please try this if its help.

int vlan 1 (or your internal interface)

your internal interface

ip nat inside

int fas1

WAN interface

ip nat outside

access-list 1 permit 172.16.1.0 0.0.0.255 (your internal subnet )

ip nat inside source list 1 interface t7 overload

please check this link for more detail.

http://serverfault.com/questions/287817/configure-cisco-router-overload-nat-ios-15

please rate if this helps.

thanks

View solution in original post

3 Replies 3

cadet alain
VIP Alumni
VIP Alumni

Hi,

8.8.8.8 is a public IP so you need to go to internet to communicate with it and if your PC has got a private address then you must do NAT overload on the router.

Post your config.

Regards.

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

singhaam007
Level 3
Level 3

Hello,

Its look like your router need NAT configuration,

Please try this if its help.

int vlan 1 (or your internal interface)

your internal interface

ip nat inside

int fas1

WAN interface

ip nat outside

access-list 1 permit 172.16.1.0 0.0.0.255 (your internal subnet )

ip nat inside source list 1 interface t7 overload

please check this link for more detail.

http://serverfault.com/questions/287817/configure-cisco-router-overload-nat-ios-15

please rate if this helps.

thanks

Thank you very much it has worked fine, that was excellent

Review Cisco Networking for a $25 gift card