06-01-2017 06:16 AM - edited 03-12-2019 02:27 AM
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 ;)
06-02-2017 06:40 AM
NAT client IP to ASA's public interface IP.
06-02-2017 07:54 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide