Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2014
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. client
  2. remote <host> <port>
  3. dev tun
  4. proto udp
  5. auth-user-pass
  6.  
  7. resolv-retry infinite
  8. redirect-gateway def1
  9. persist-key
  10. persist-tun
  11. nobind
  12. cipher AES-256-CBC
  13. auth MD5
  14. ping 5
  15. ping-exit 60
  16. ping-timer-rem
  17. explicit-exit-notify 2
  18. script-security 2
  19. remote-cert-tls server
  20. route-delay 5
  21. tun-mtu 1500
  22. fragment 1300
  23. mssfix 1300
  24. verb 4
  25. comp-lzo
  26.  
  27. #CUSTOM
  28. rcvbuf 100000
  29. auth-user-pass /etc/openvpn/<loginfile>
  30. up /etc/openvpn/route_up.sh
  31. #CUSTOM
  32.  
  33. <ca>
  34. -----BEGIN CERTIFICATE-----
  35. <!removed!>
  36. -----END CERTIFICATE-----
  37. </ca>
  38.  
  39. <cert>
  40. <!removed!>
  41. </cert>
  42.  
  43. <key>
  44. <!removed!>
  45. </key>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement