cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
527
Views
0
Helpful
2
Replies

Access from LAN to a server through its public IP

davidfresq
Level 1
Level 1

Hi all:
I need your help, since I have tried many things and now I'm mind blocked :P
In a 5510 I have 2 networks, a LAN with segment 192.168.200.1/24, a VoIP server in the LAN with an IP 192.168.200.xx7 and public IPs 190.52.191.xx2 / 29, one of which is already configured on the server.
Currently from the network outside (Internet) I can access without problems to both, the administration page of the server and the registry of softphones.
I need the clients of the LAN to access the server through its public IP (for this case 190.52.191.xx4).

Thanks in advance ;)

2 Replies 2

NAT client IP to ASA's public interface IP.

Hi vivek srivastava, I do that, and that is why I can access from internet to public IP (outside)  ;) . I now added this:

object network insideNAT
subnet 192.168.200.0 255.255.255.0

object network internalPvtWebServer
host 192.168.200.xx7

object network extASAInterface
host 190.52.191.xx4

nat (inside,inside) source dynamic insideNAT interface destination static extASAInterface internalPvtWebServer

I found that here:

https://learningnetwork.cisco.com/thread/67899?start=30&tstart=0

(thanks Sudip) and now it's working :D

Review Cisco Networking for a $25 gift card