Programster's Blog

Tutorials focusing on Linux, programming, and open-source

OpenVPN - Allow Clients To Talk To Each Other

If you set up an OpenVPN server and multiple static clients, you may wish for them to see and talk to each other. By default this is not possible, but you can enable it by uncommenting this line in the server.conf file on the server.

;client-to-client

... so it should now look like this:

client-to-client

Then restart the openvpn service

sudo service openvpn restart
Last updated: 17th January 2021
First published: 9th September 2018