Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NAT on a 1720

Status
Not open for further replies.

rainman

ISP
Mar 22, 2001
186
US
I'm looking for some help on how to do NAT on a Cisco 1720 so that every device on my ethernet segment can have a private IP address, yet NAT themselves to the public IP address on the Serial0 port:

interface Serial0
ip address 207.64.26.2 255.255.255.252

interface FastEthernet0
ip address 192.168.0.1 255.255.255.0

Also, would it be better to unnumber the IP address of Serial0 -> FA0, or even create a loopback? I'm just trying to find the best method.



-Rainman
 
ip route 0.0.0.0 0.0.0.0 207.64.26.1
ip nat inside on the ethernet port
ip nat inside source list 1 interface serial0 overload
access-list 1 permit any Jeter@LasVegas.com
Fisher CCNA
Sprint-Data
 
ooops to fast on the key pad

ip nat outside on the serial interface Jeter@LasVegas.com
Fisher CCNA
Sprint-Data
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top