Virtual private networks with WireGuard
Virtual private networks with WireGuard
Posted Mar 7, 2018 14:12 UTC (Wed) by bavay (subscriber, #60804)In reply to: Virtual private networks with WireGuard by amworsley
Parent article: Virtual private networks with WireGuard
Mathias
PS: Yes, the data transfer itself is also encrypted, but better safe than sorry and encapsulate it within a VPN alongside masses of uninteresting data
Posted Mar 7, 2018 14:45 UTC (Wed)
by smurf (subscriber, #17840)
[Link]
I've been using it for months on my office VPN. Zero problems, it's a breeze to set up compared to OpenVPN (and much faster).
Posted Mar 10, 2018 0:20 UTC (Sat)
by coolhandluke (guest, #114151)
[Link] (1 responses)
This ensures that traffic will not be sent out if the VPN link dies for any reason.
Whether or not this approach is an acceptable solution for you obviously depends on your specific requirements.
Posted Mar 12, 2018 22:46 UTC (Mon)
by james (subscriber, #1325)
[Link]
Those routes to the VPN concentrators are the only routes over the WAN link(s): even without a firewall, the router won't know which way to send packets to the Internet until the VPN is up. Then routing protocols (configured to talk to the internal addresses of the VPN concentrators) can add more routes.
Virtual private networks with WireGuard
Virtual private networks with WireGuard
I've seen people go one stage further and configure the router without a default gateway, just with routes to the public IP addresses of the VPN concentrators.Virtual private networks with WireGuard