Created
August 6, 2020 18:18
-
-
Save mcprat/ce963a339d41c7292a346185ff3d25bb to your computer and use it in GitHub Desktop.
Openwrt Openvpn example client configuration baseline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client | |
dev tun | |
proto udp | |
remote organization.com 9105 | |
resolv-retry infinite | |
nobind | |
persist-key | |
persist-tun | |
keepalive 10 120 | |
remote-cert-tls server | |
ncp-ciphers AES-256-GCM:AES-256-CBC | |
auth SHA256 | |
verb 3 | |
auth-nocache | |
#Routes to Routers | |
route 10.0.0.0 255.255.255.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment