cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
329
Views
0
Helpful
2
Replies

How i access internet on pvt lan

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

2 Replies 2

smitty6504
Level 1
Level 1

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.

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi ,

Configure ip nat inside at  interface FastEthernet0 and ip nat outside at interface FastEthernet1

HTH

Regards

Ganesh.H

Review Cisco Networking products for a $25 gift card