site to site vpn - configuration screen shots

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
dajhorn
Posts: 137
Joined: Mon Mar 24, 2014 3:59 am

Re: site to site vpn - configuration screen shots

Post by dajhorn » Mon Dec 15, 2014 3:36 am

Remember to set routes on both sides of the L2 bridge. Something like:

## Machines at site 1:
# route add -net 172.30.20/24 dev eth0

## Machines at site 2:
# route add -net 192.168.2.0/24 dev eth0

Note that the syntax of the `route` command varies slightly between operating systems.

Get two workstations pinging across the SoftEther bridge first. Afterwards set these routes at the default gateway on each LAN, or in something like a DHCP lease or GPO.

Post Reply