I have a web server on my network that has users that connect over VPN using the built-in VPN module. The problem is that the remote network and the local network both have the 192.168.0.0 ip scheme and therefore the remote nets cannot access the web server. I put in a static NAT translation but it's still not working.
Here is what I entered:
ip nat inside source static <remote VPN Pool IP> <local web server IP> extendable no-payload(in case it was translating embedded port/IP info since it's a crypto tunnel.) I still am having no luck....any ideas?
Thanks,
Charlie
Here is what I entered:
ip nat inside source static <remote VPN Pool IP> <local web server IP> extendable no-payload(in case it was translating embedded port/IP info since it's a crypto tunnel.) I still am having no luck....any ideas?
Thanks,
Charlie