This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IPSec Net - Net Dnat

Hi,

I have a ASG and a Netgear Router. Between them there is a IPSec Tunnel with split Traffic. The Site with the Netgear Router has a synamic IP, the ASG Site has a static IP. I have Webserver in the Internal Network at the Netgear (dynamic) Site.

Now I wan't to make the Webserver reachable from outside with the static IP Address. Tried it with DNAT and full Nat without success. Is this possible ?


This thread was automatically locked due to age.
Parents
  • It's not clear from your post, but I guess that you are trying to reach the external (public) IP of the Netgear while you have a VPN set up through that IP.  You only need a DNAT, but you cannot test it while the VPN is active.

    Cheers - Bob
Reply
  • It's not clear from your post, but I guess that you are trying to reach the external (public) IP of the Netgear while you have a VPN set up through that IP.  You only need a DNAT, but you cannot test it while the VPN is active.

    Cheers - Bob
Children
  • Hi,

    I'm not trying to reach the Netgear, I'm trying to reach the webserver which is on the private Net of the Netgear over my public IP of the ASG:

    Webserver-Private-Netgear-Public(dynamic)-Tunnel-Pulic(static)-ASG-Private

    I want to reach the Webserver over the Pulic(static) IP from any external Client.
    So the traffic has to go: 

    External Client->Public(static)->ASG->Tunnel->Public(dynamic)->Netgear->Private->Webserver