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

Outside to Inside IP Translation

Status
Not open for further replies.

demoniac

Programmer
Joined
Jun 14, 2001
Messages
63
Location
US
Hello,

I'm trying to setup an IP translation on our Cisco 2621 router but I'm running into some trouble. Basically what I want is the equivalent of the 'static' command on the PIX.

If somebody on the internet goes to the IP say 209.54.150.85, I want that to translate on the router to 10.0.1.20 to go to a server.

Can anybody give me a hand on this?
 
int e0/0
ip addr 10.0.1.253 255.255.255.0
ip nat inside
int s0/0
ip addr x.x.x.x x.x.x.x
ip nat outside
ip nat inside source static 10.0.1.20 209.54.150.85
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top