Issue Description
Hi,
I am planning to configure NAT (PAT) on cisco router which is connected to Intranet (Leased-line , 10.x.x.x network) and 2nd link connected to internet. please suggust. & help me on following Configuration : -
|
access-list 1 permit 192.168.0.0 0.0.0.255
ip route 10.0.0.0 255.0.0.0 10.0.0.2
ip route 0.0.0.0 0.0.0.0 171.68.1.254
ip nat inside source list 1 interface ehternet0/1 overload
interface Ethernet0/1
ip address 171.68.1.1 255.255.255.240
ip nat outside
interface Ethernet0/0
ip address 192.168.0.254 255.255.255.0
ip nat inside
interface Ethernet0/1
ip address 10.0.0.1 255.255.255.0
Will this configuration work for both Internet & Intranet network ?
Thanks in advance
Resolution ;
ip route 10.0.0.0 255.0.0.0 10.0.0.2ip route 0.0.0.0 0.0.0.0 171.68.1.254<omitted>interface Ethernet0/1ip address 171.68.1.1 255.255.255.240ip nat outside
Internet won't work because the default route's gateway is not reachable. This can be a typo of yours, though.
Comments
Post a Comment