💾 Archived View for freeshell.de › tldr › openvpn.gmi captured on 2023-04-20 at 00:19:39. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

openvpn

OpenVPN client and daemon binary.

More information.

sudo openvpn {path/to/client.conf}
sudo openvpn --remote {alice.example.com} --dev {tun1} --ifconfig {10.4.0.1} {10.4.0.2}
sudo openvpn --remote {bob.example.com} --dev {tun1} --ifconfig {10.4.0.2} {10.4.0.1}
openvpn --genkey --secret {path/to/key}
sudo openvpn --remote {alice.example.com} --dev {tun1} --ifconfig {10.4.0.1} {10.4.0.2} --secret {path/to/key}
sudo openvpn --remote {bob.example.com} --dev {tun1} --ifconfig {10.4.0.2} {10.4.0.1} --secret {path/to/key}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY