User Tools

Site Tools


software:openvpn

This is an old revision of the document!


OpenVPN

Share 443 TCP port

In your config file:

port 443
port-share 127.0.0.1 4443
proto tcp

Where 127.0.0.1:4443 is the location where your web browser is listening for SSL connections.

Autostart with systemd in Debian

  • Place all openvpn *.conf files into /etc/openvpn/.
  • Edit /etc/default/openvpn. Uncomment this:
    AUTOSTART="all"
  • Run systemctl daemon-reload.
  • Run service openvpn start.
software/openvpn.1567832613.txt · Last modified: 2019/09/07 07:03 by Michele Porelli