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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NAT question... 1

Status
Not open for further replies.

Montero84

Technical User
Jul 17, 2008
579
US
Hello,

I am new with Cisco and I am trying to configure a NAT.

eg. If I have a pc with the ip address 10.10.244.10 and I want it to be seen in another network with the ip address 10.10.192.126 how do I configure a NAT for that?... I have a different IP address for the interface in my router, eg. 172.16.50.10.

Thanks in advance
 
Create a static NAT pool with one address.

Or just a static one-to-one translation:
Code:
ip nat inside source static 10.10.244.10 10.10.192.126

You also need to define your router interfaces as either nat inside or outside (interface command 'ip nat inside/outside')

HTH

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top