OpenVPN client and daemon binary.
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 This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB