Bridging
-
- Posts: 4
- Joined: Mon Apr 25, 2016 2:41 am
Bridging
I'm wanting to setup a remote access vpn. I want to do the two nic local bridging technique. My question is which nics do I bridge? One nic will be in the DMZ zone, the other in the local lan zone? I've looked over the instructions several times but this hasn't been really covered. It will be installed on Windows 2012 R2.
-
- Posts: 65
- Joined: Wed Feb 25, 2015 6:53 am
Re: Bridging
you should configure the internal NIC as bridge to any of your internal LAN
-
- Posts: 4
- Joined: Mon Apr 25, 2016 2:41 am
Re: Bridging
Ok, so I have DMZ Nic and Internal LAN Nic. That doesn't make sense to me to bridge internal nic with internal lan? To bridge don't I have to have to bridge two nics?
-
- Posts: 65
- Joined: Wed Feb 25, 2015 6:53 am
Re: Bridging
what are going to do with your vpn server?
bridge means that you are going to connect your remote lan to the vpn server's LAN through a vpn connection by making a bridge between 2 networks ...
bridge means that you are going to connect your remote lan to the vpn server's LAN through a vpn connection by making a bridge between 2 networks ...
-
- Posts: 4
- Joined: Mon Apr 25, 2016 2:41 am
Re: Bridging
PC-to-LAN Remote Access VPN. I want my remote and traveling users to login to the public facing IP address associated with the DMZ Network Card and then get an IP address in the Local Lan and function just like they were here.
-
- Posts: 65
- Joined: Wed Feb 25, 2015 6:53 am
Re: Bridging
so, you can follow this manual to setup your server:
http://www.softether.org/4-docs/2-howto ... VPN_to_LAN
create virtual hub as destination for remote users then bind it with physical nic (internal, connected to the net you want your remote users to connect to) and create some user accounts for this virtual hub.
after that, make DMZ's NIC accessible from the internet by specific vpn protocols you want to use .. and that's all.
that simple..
http://www.softether.org/4-docs/2-howto ... VPN_to_LAN
create virtual hub as destination for remote users then bind it with physical nic (internal, connected to the net you want your remote users to connect to) and create some user accounts for this virtual hub.
after that, make DMZ's NIC accessible from the internet by specific vpn protocols you want to use .. and that's all.
that simple..
-
- Posts: 4
- Joined: Mon Apr 25, 2016 2:41 am
Re: Bridging
So I was able to connect using openvpn to the network. Inside our LAN we have 3 subnets. I can only get to one of the LAN, the subnet that the physical nic is on. Is there an easy way to be able to connect to the other two subnets?
-
- Posts: 65
- Joined: Wed Feb 25, 2015 6:53 am
Re: Bridging
I think it possible or by setting proper routing between those subnets (in case those 3 subnets are connected) .. or if those subnets are separated by just adding more NICs to your VPN server and creating 2 more virtual hubs on vpn server (physical or virtual/vlan if your network devices allow to do this: managed switches and vlan enabled NIC on server)