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