01-12-2010 09:50 AM - edited 03-04-2019 07:11 AM
hello,
i have done blow configuration on my router but still i m not accessing internet on my local system.
what i need more to change on my network.
ip name-server 20.20.200.59
ip name-server 21.20.200.1
ip route 0.0.0.0 0.0.0.0 45.45.45.1
interface FastEthernet0
ip address 192.168.200.1 255.255.255.0
ip nat access in
duplex auto
speed auto
!
interface FastEthernet1
ip address 45.45.45.49 255.255.255.192
ip nat access out
duplex auto
speed auto
ip nat pool INTERNET 192.168.200.1 192.168.200.255 netmask 255.255.255.0
ip nat inside source list 1 pool INTERNET overload
01-12-2010 10:25 AM
Where is you access-list 1? You should be able to add access-list 1 permit 192.168.200.0 0.0.0.255 and that should fix the issue. If not please post your running config.
01-12-2010 11:16 PM
Hi ,
Configure ip nat inside at interface FastEthernet0 and ip nat outside at interface FastEthernet1
HTH
Regards
Ganesh.H
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