idlab-discover / easy-openvpn-server

Plug-and-play OpenVPN server which generates server and client config files for you
https://snapcraft.io/easy-openvpn-server
GNU Affero General Public License v3.0
69 stars 9 forks source link

Allowing VPN clients to talk to each other. #23

Open pswalia2u opened 1 year ago

pswalia2u commented 1 year ago

Hi, I am looking for a way to allow clients to talk to each other. Currently, I have to do this manually by adding routes like this... ip route add 10.243.8.0/24 via 10.243.8.5 image

Can we do this by making any specific changes to the config file or is it possible to add an option for this within easy-openvpn-server? image Thanks!!