Advertisement
Guest User

Untitled

a guest
Mar 24th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. port 1723
  2. proto tcp
  3. dev tun
  4. ca /etc/openvpn/easy-rsa/keys/ca.crt
  5. cert /etc/openvpn/easy-rsa/keys/server1.crt
  6. key /etc/openvpn/easy-rsa/keys/server1.key
  7. dh /etc/openvpn/easy-rsa/keys/dh1024.pem
  8. server 10.8.0.0 255.255.255.0
  9. ifconfig-pool-persist ipp.txt
  10. push "redirect-gateway def1 bypass-dhcp"
  11. push "dhcp-option DNS 208.67.222.222"
  12. keepalive 10 120
  13. comp-lzo
  14. persist-key
  15. persist-tun
  16. status openvpn-status.log
  17. log openvpn.log
  18. verb 6
  19. client-cert-not-required
  20. username-as-common-name
  21. script-security 2
  22. auth-user-pass-verify /etc/openvpn/auth via-file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement