Does changing openvpn to wireguard make sense?

Issue

This Content is from SuperUser. Question asked by mystdeim

For now I have this:

  1. Vps with installed openvpn server
  2. Another vps, connected to the first vps
  3. 2 home networks (apartment and my country house), connected to the first vps

I want to switch to wireguard, because I need the higher speed between home networks.
I’m wondering: it it possible to reach any device from one home network to another home network? With openvpn I can easily do it with setting in the config:

### Local network
route 192.168.1.0 255.255.255.0
route 192.168.2.0 255.255.255.0
push "route 192.168.1.0 255.255.255.0"
push "route 192.168.2.0 255.255.255.0"

I’m not sure it’s possible with wireguard or it could be implemented as well?



Solution

This question is not yet answered, be the first one who answer using the comment. Later the confirmed answer will be published as the solution.

This Question and Answer are collected from SuperUser , is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.

people found this article helpful. What about you?