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!

Two NAT statements for the same server?

Status
Not open for further replies.

encarter

MIS
Joined
Jan 6, 2006
Messages
113
Location
US
Is it possible to have two NAT statements for the same server but have different Global Inside addresses.


For example

ip nat inside source 192.168.1.50 63.63.63.63
ip nat inside soruce 192.168.1.50 73.73.73.73

Basically we are miagrating from one Public IP address space to another but wanted to keep the old address funcationing for a period of time?

 
ok so i forgot the word static

ip nat inside source static 192.168.1.50 63.63.63.63
ip nat inside soruce static 192.168.1.50 73.73.73.73
 
im trying to make both public address work from the internet.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top