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!

changed private ip for "nat inside source"

Status
Not open for further replies.

ilpadrino

MIS
Joined
Feb 14, 2001
Messages
416
Location
US
Help. I'm trying to implement an smtp gateway server. so i changed in the perimiter router the mapping of the public email address from the internal ip of the exchange server to the internal ip of the new gateway box like this:

ip nat inside source static 192.168.20.67 123.456.789.123

becomes:

ip nat inside source static 192.168.20.253 123.456.789.123

But once I change that, now you can't ping the smtp gateway server from the outside. Does anyone have an idea of where I could be blocking it in the router?

Thanks.
 
I'm not quite positive of what is taking place here, could you elaborate on it a little?
 
192.168.20.67 is an email server.
on the perimiter router this email server address is nat'd

ip nat inside source static 192.168.20.67 public.ip.address

i just want to change this nat to the new server, 192.168.20.253.

it doesn't work. email is not being received.
 
You might have to clear the nat translation table.

clear ip nat trans *
 
thanks, i found the problem, discovering another problem in the process.
 
was going to suggest what dx1 stated. glad you found the problem could you post the problem and the fix? Would like to know what it was.

 
i believe when i remove the old trans, it prompts me to clear ip nat trans automatically.

the problem appears to be a bad NIC / hardware on the server. i'm building a brand new machine to try. the server was never consistantly responsive to connection attempts. thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top