Aziz schreef op 12-10-2017 10:32:

Hi All,

I'm using OpenVPN server behind NAT (Firewall), I need to know which ports to open in order to allow clients to connect to my OVPN server. In other words what are the defaults ports used by an OVPN server ?

That means the only port you need is 1194, either tcp or udp.

The management port is generally 1195 if configured. But this would then only be available to you inside the network, or inside the host.

You can test on your server, if it is configured with:

telnet localhost 1195.

If it connects, you then have commands like:

status -- to show the list of connected clients
kill <common name>  -- to kick a client.



But that is not something you need to forward, so there is really only one port, like Antonio mentioned.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to