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

Site to Site, Multiple Networks

I have two networks on the remote end of an IPSec VPN that need to be able to communicate with two networks on the local end.  The remote Astaro Gateway has Eth0 - Data network 10.2.0.0/16, Eth1 – VOIP network 10.102.0.0/16, and Eth2 – DSL.  The local Astaro server has Eth0 – Data network 10.0.0.0/16 and a 10.100.0.0/16 network that exists locally, outside of Astaro.

Initially I tried setting up one VPN connection between the 10.0.0.0 and the 10.2.0.0 networks and routing any traffic for the 10.102.0.0 network to the Astaro Gateway on the remote end; I was able to ping the 10.2.0.0 network but not the 10.102.0.0.  I then set up an additional VPN connection between the 10.100.0.0 and the 10.102.0.0 networks but I am still unable to ping the 10.102.0.0 network from my desk on the 10.0.0.0 network.

Any suggestions? I’m hoping there is some simple routing issue I’m missing and just not seeing.  If I didn’t explain what I’m trying to do well enough, let me know and I’ll try to clarify.

Thanks!!


This thread was automatically locked due to age.
Parents
  • What you need to do is to setup a separate VPN for each network connection, so you need 2 VPNs:

    10.0.0.0/16  10.2.0.0/16
    and
    10.0.0.0/16  10.102.0.0/16

    Make sure you use a different preshared key for each connection, otherwise you will run into an Astaro bug where one VPN will go down and not come back up without manual intervention.
Reply
  • What you need to do is to setup a separate VPN for each network connection, so you need 2 VPNs:

    10.0.0.0/16  10.2.0.0/16
    and
    10.0.0.0/16  10.102.0.0/16

    Make sure you use a different preshared key for each connection, otherwise you will run into an Astaro bug where one VPN will go down and not come back up without manual intervention.
Children