Author Topic: Trouble with site-to-site VPN with Zentyal 3.3  (Read 1373 times)

zeroedones

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Trouble with site-to-site VPN with Zentyal 3.3
« on: February 17, 2014, 05:10:51 pm »
I am attempting to connect two networks using OpenVPN using Zentyal 3.3. I have followed the instructions on Zentyal's site for creating interconnected networks, but my clients on Site2 can't ping my clients on Site1, although the VPN server on Site2 can ping the clients on Site1. I suspect this has something to do with routing. Here is the routing table for the VPN server on Site2:

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.100.0   192.168.160.5   255.255.255.0   UG    0      0        0 tun0
192.168.101.0   0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.160.0   192.168.160.5   255.255.255.0   UG    0      0        0 tun0
192.168.160.5   0.0.0.0         255.255.255.255 UH    0      0        0 tun0

192.168.1.0/24 is the Internet-connected ethernet adapter on Site2, 192.168.100.0/24 is the LAN on Site1 I want to be able to ping from Site2, 192.168.101.0 is the LAN on Site2, and 192.168.160.0/24 is the VPN network.

Here is the routing table from one of the clients on Site2:

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.101.1   0.0.0.0         UG    0      0        0 wlan0
192.168.101.0   0.0.0.0         255.255.255.0   U     9      0        0 wlan0

How can I get the clients on Site2 to connect with the clients on Site1? Thank you for any insight you have.