New VPN version
-
Hello everyone, I just installed the new VPN version.
Is it possible to have a custom route in Wireguard similar to OpenVPN?
Let me explain: In OpenVPN, I used the following configuration:# This makes clients redirect all the traffic via the VPN. #push "redirect-gateway def1 bypass-dhcp" #push "redirect-gateway def1 ipv6 bypass-dhcp" pull-filter ignore redirect-gateway
This setup allows clients to communicate with each other while still using their own internet access.
I couldn't find a similar option for Wireguard.I couldn't find any information about this in the documentation.
Second question,
I already have OpenVPN installed on my Cloudron, with clients currently using it.
Can I use the entire configuration stored in /app/data/ to migrate my clients seamlessly?Thank you in advance, and I wish you all happy holidays!
-
Hi everyone,
I'm reaching out again following my initial post.-
Is it possible to configure WireGuard clients so that their internet access is not routed through the server?
-
Can the configuration from the OpenVPN application be transferred to the new VPN application?
Thank you all!
-
-
@lilian said in New VPN version:
Is it possible to have a custom route in Wireguard similar to OpenVPN?
In WireGuard, the configs are done by client completely unlike OpenVPN where the server can push client configurations . The WireGuard UI will have a way to edit routes. For example, on Gnome, I think this is what "Use this connection only for resources on this network" does
-
@lilian said in New VPN version:
I already have OpenVPN installed on my Cloudron, with clients currently using it.
Can I use the entire configuration stored in /app/data/ to migrate my clients seamlessly?Yes, you can just upgrade to the new VPN app. You have to click this manually because it's a major version (it won't auto-ugprade). Don't skip the backup when updating!