Hi,
I'm trying to set up a IPSEC VPN between two locations where the "head office" has multiple VLANs but I cannot get it to work.
The tunnel is up but I can only get traffic one way.
This is the setup:
Location 1, Head office, DFL-800, static external IP:
LAN ip: 192.168.10.1 (DFL IP)
LAN net: 192.168.10.0/24
VLAN 1 net: 192.168.11.0/24
Made an IP4 group containing the LAN and VLAN nets called LAN_VLAN_net
Lan is on the LAN interface, VLAN1 is on the DMZ interface
Location 2, DFL-210, dynamic external IP:
LAN ip: 192.168.20.1 (DFL IP)
LAN net: 192.168.20.0/24
Made an IP4 group containing the location 1 LAN and VLAN nets called remote_net
IPSec settings Location 1:
Local network: LAN_VLAN_net
Remote network: 192.168.20.0/24
Remote endpoint: all-nets
Encapsulation mode: Tunnel
IKE & IPSec Algorithms: High
Authentication: Pre-Shared Key
IKE settings: main, DH group 2
PFS: PFS, DH group 2
IPSec settings Location 2:
Local network: 192.168.20.0/24
Remote network: remote_net
Remote endpoint: location 1 external ip
Encapsulation mode: Tunnel
IKE & IPSec Algorithms: High
Authentication: Pre-Shared Key
IKE settings: main, DH group 2
PFS: PFS, DH group 2
Rules location 1:
to_loaction2:
Action: Allow
Source IF: group of LAN and VLAN 1
Source net: LAN_VLAN_net
Dest. IF: location2
Dest net: 192.168.20.0/24
from_loaction2:
Action: Allow
Source IF: location2
Source net: 192.168.20.0/24
Dest. IF: group of LAN and VLAN 1
Dest net: LAN_VLAN_net
Rules location 2:
to_loaction1:
Action: Allow
Source IF: LAN
Source net: LAN net
Dest. IF: location1 (IPSec)
Dest net: remote_net
from_loaction1:
Action: Allow
Source IF: location1
Source net: remote_net
Dest. IF: LAN
Dest net: LAN net
Under IPSec status on both DFL I can se two active tunnels, one per net (192.168.10.0/24, 192.168.11.0/24).
I can ping the 210 from the 800 but I cannot access anything from the 210 that is behind the 800.
What am I doing wrong?