Advice on openvpn deployment
Posted: Sat Dec 17, 2011 4:10 pm
Hi, I'm planning to deploy OpenVPN. I think its a fairly simple use case: field workers need to connect to their desktop when they are out of the office. They will connect using Remote Desktop on Windows machines. The office network looks like: Linux Server acting as firewall, and a small LAN.
I believe I've come up with 2 possible ways of doing this, and I'm wondering if others may have some feedback on what I'm proposing
Scenario #1: Setup an OpenVPN server on each of the client machines (only 3 or 4) on the local LAN. Setup port forwarding on the firewall so that incoming requests for their respective ports are forwarded to local LAN ip. I would use the TUN interface in this case.
Scenario #2: Setup OpenVPN on the Linux machine. In this case, I'd have to set it up with TAP so the field workers could see other computers on the network. Then, they would just use the IP address of their computer on the local LAN.
I'm still not sure I entirely understand the TUN/TAP concept. Any advice would be appreciated, Thanks
I believe I've come up with 2 possible ways of doing this, and I'm wondering if others may have some feedback on what I'm proposing
Scenario #1: Setup an OpenVPN server on each of the client machines (only 3 or 4) on the local LAN. Setup port forwarding on the firewall so that incoming requests for their respective ports are forwarded to local LAN ip. I would use the TUN interface in this case.
Scenario #2: Setup OpenVPN on the Linux machine. In this case, I'd have to set it up with TAP so the field workers could see other computers on the network. Then, they would just use the IP address of their computer on the local LAN.
I'm still not sure I entirely understand the TUN/TAP concept. Any advice would be appreciated, Thanks