Hi,
I want to setup an site to site lan connection over VPN with dhcp pass trough.
Site A
eth0 ip local 192.168.0.100
eth1 ip wan xxx.xxx.xxx.xxx
vpn0 ip 192.168.3.10
Static route 192.168.0.0 to 192.168.3.11
gateway 192.168.0.1
Site B
eth0 ip local 192.168.0.101
eth1 ip wan xxx.xxx.xxx.xxx
vpn0 ip 192.168.3.11
Static route 192.168.0.0 to 192.168.3.10
gateway 192.168.0.1
is this the correct config?
Or do i need to do more?
can somebody help?