Hi,
I want to connect two offices:
Site 1:
- Softether VPN Server(Installed) have single NIC Card with LAN IP 192.168.1.4
- Created a virutal hub, a user for that hub and Locally bridged to NIC card.
Site 2:
- Softether VPN Bridge(Installed) have single NIC Card with LAN IP 192.168.2.4
- Virtual Hub "BRIDGE" is bridged to the NIC card
- Configured a cascaded connection and connected to VPN server using the cascaded connection.
how can access the site1 network from site2?
Site-To-Site VPN on windows.
-
- Posts: 137
- Joined: Mon Mar 24, 2014 3:59 am
Re: Site-To-Site VPN on windows.
L2 bridging alone is inadequate for this configuration. There are several ways to get a solution:
1. Use L3 switching instead of L2 bridging. This configuration is described in the SoftEther documentation.
2. Configure both LANs to use the same 192.168.1.0/24 address block. Disable the DHCP server on one side, or disable DHCP traffic in the virtual hub security policy and use non-overlapping DHCP ranges at each site.
3. Configure each DHCP server to push routing information in DHCP leases. For example, on Microsoft Windows, you need an on-link routing option that results in "route add 192.168.2.0 mask 255.255.255.0 0.0.0.0 metric 200" at the first site and "route add 192.168.1.0 mask 255.255.255.0 0.0.0.0 metric 200" at the second site.
1. Use L3 switching instead of L2 bridging. This configuration is described in the SoftEther documentation.
2. Configure both LANs to use the same 192.168.1.0/24 address block. Disable the DHCP server on one side, or disable DHCP traffic in the virtual hub security policy and use non-overlapping DHCP ranges at each site.
3. Configure each DHCP server to push routing information in DHCP leases. For example, on Microsoft Windows, you need an on-link routing option that results in "route add 192.168.2.0 mask 255.255.255.0 0.0.0.0 metric 200" at the first site and "route add 192.168.1.0 mask 255.255.255.0 0.0.0.0 metric 200" at the second site.
-
- Posts: 3
- Joined: Thu Sep 04, 2014 12:54 am
Re: Site-To-Site VPN on windows.
Dear dajhorn thanks for you kind reply. I'll let you know if I face problem with the method you described to configure.
-
- Posts: 5
- Joined: Fri Oct 17, 2014 6:47 am
Re: Site-To-Site VPN on windows.
mqasim4all wrote:
> Dear dajhorn thanks for you kind reply. I'll let you know if I face problem
> with the method you described to configure.
Hello, did you manage to make it work ?
Can you please post information about it ?
> Dear dajhorn thanks for you kind reply. I'll let you know if I face problem
> with the method you described to configure.
Hello, did you manage to make it work ?
Can you please post information about it ?