139 | | - The above doesn't include encryption. Just wanted to point |
140 | | this out in case anyone assumed OpenVPN did some by default. |
141 | | See the openvpn docs; using static keys adds 4 lines per VM |
142 | | to the above total (generate key, scp it to client, add one |
143 | | line to .conf files). |
| 139 | - The above doesn't include encryption. Just wanted to point |
| 140 | this out in case anyone assumed OpenVPN did some by default. |
| 141 | See the openvpn docs; using static keys adds 4 lines per VM |
| 142 | to the above total (generate key, scp it to client, add one |
| 143 | line to .conf files). |
148 | | - The redirect-gateway in the client config reroutes all traffic |
149 | | through the VPN tunnel. Suspect this could somehow break |
150 | | DHCP interactions with the NAT-mode VirtualBox built-in DHCP |
151 | | server, but it's worked fine for me so far. |
| 148 | - The redirect-gateway in the client config reroutes all traffic |
| 149 | through the VPN tunnel. Suspect this could somehow break |
| 150 | DHCP interactions with the NAT-mode VirtualBox built-in DHCP |
| 151 | server, but it's worked fine for me so far. |