We have a /27 block of IP addresses and have assigned various internet-facing servers public addresses using:
ip nat inside source static tcp i.i.i.i port e.e.e.e port extendable
The mail server, for example, will not report its address as e.e.e.e - it will instead report the address of the outside FastEthernet interface which causes problems with reverse dns lookups.
How can I get it to report the correct address?
ip nat inside source static tcp i.i.i.i port e.e.e.e port extendable
The mail server, for example, will not report its address as e.e.e.e - it will instead report the address of the outside FastEthernet interface which causes problems with reverse dns lookups.
How can I get it to report the correct address?