JConnors

openvpn client configuration

Nov 6th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. dev tun
  2. persist-tun
  3. persist-key
  4. proto udp
  5. cipher AES-128-CBC
  6. tls-client
  7. client
  8. resolv-retry infinite
  9. remote bincp.no-ip.org 1194
  10. tls-remote bincp.com
  11. auth-user-pass
  12. pkcs12 router-udp-1194.p12
  13. tls-auth router-udp-1194-tls.key 1
  14. comp-lzo
Advertisement
Add Comment
Please, Sign In to add comment