Skip to content

Instantly share code, notes, and snippets.

@mcprat
Created August 6, 2020 18:18
Show Gist options
  • Save mcprat/ce963a339d41c7292a346185ff3d25bb to your computer and use it in GitHub Desktop.
Save mcprat/ce963a339d41c7292a346185ff3d25bb to your computer and use it in GitHub Desktop.
Openwrt Openvpn example client configuration baseline
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