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.
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.