thewrabbit
Technical User
I'm probably missing something blindingly obvious here, but wonder if anyone can help.
Network is
Router
| |
| |
Server1 vLANs
NAT is in operation. Only the server has a static IP at the moment. We are looking at allowing some servers in the VLANS to have a static IP to allow VPNs (it's a multi tenant site) in particular and possibly mail servers etc. However once we setup our test system the VLAN server with the static IP cannot see the Server1 and vice versa. We noticed this initially because we suddenly couldn't e-mail addresses hosted on Server1.
The entries below show the NAT translations for the Server1.
ip nat inside source static tcp InternalIP 666 ExternalIP 666 extendable
ip nat inside source static tcp InternalIP 25 ExternalIP 25 extendable
ip nat inside source static tcp InternalIP 40 ExternalIP 40 extendable
The following mappings were added:
ip nat outside source static ExternalIP 10.1.16.2 extendable
ip nat inside source static 10.1.16.2 ExternalIP extendable
Once the second nat translation is put in place the test server cannot see Server 1. Server 1 cannot see the test server at any point.
Thanks for any help or suggestions. What am I missing in the config here...
Regards
Network is
Router
| |
| |
Server1 vLANs
NAT is in operation. Only the server has a static IP at the moment. We are looking at allowing some servers in the VLANS to have a static IP to allow VPNs (it's a multi tenant site) in particular and possibly mail servers etc. However once we setup our test system the VLAN server with the static IP cannot see the Server1 and vice versa. We noticed this initially because we suddenly couldn't e-mail addresses hosted on Server1.
The entries below show the NAT translations for the Server1.
ip nat inside source static tcp InternalIP 666 ExternalIP 666 extendable
ip nat inside source static tcp InternalIP 25 ExternalIP 25 extendable
ip nat inside source static tcp InternalIP 40 ExternalIP 40 extendable
The following mappings were added:
ip nat outside source static ExternalIP 10.1.16.2 extendable
ip nat inside source static 10.1.16.2 ExternalIP extendable
Once the second nat translation is put in place the test server cannot see Server 1. Server 1 cannot see the test server at any point.
Thanks for any help or suggestions. What am I missing in the config here...
Regards