Cisco router – cannot access NATed outside IP from local network

cisconetworkingrouting

I'm configuring a small network at work, and I have some problem.

  • We're assigned 4 external IPs. I have them in range 173.228.60.35 to 173.228.60.38.
  • I mapped one of the global IPs to local IP by NAT, by so that I can access the machine from the outside network. In Cisco configuration, it was ip nat inside source static 192.168.24.52 173.228.60.37

And I configured other settings, and opened up other ports so I can ssh into the machine. However, the problem is, I cannot access the local machine 192.168.24.52 by the ip 173.228.60.37.

I was wondering if it's possible to access the local machine by the global IP.

Best Answer

Ciscos don't allow access to external NAT address from inside. The traditional way to solve this is by using split DNS: when resolving the name of the server in question, external users should receive 173.228.60.37, and internal users should receive 192.168.24.52.