Advertisement
Guest User

server.conf

a guest
Oct 18th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. port 443
  2.  
  3. proto udp
  4. dev tun
  5. ca ca.crt
  6. cert server.crt
  7. key server.key # This file should be kept secret
  8. dh dh1024.pem
  9. server 10.8.0.0 255.255.255.0
  10. push "route 192.168.10.0 255.255.255.0"
  11. push "route 192.168.20.0 255.255.255.0"
  12.  
  13. push "redirect-gateway def1"
  14. push "dhcp-option DNS 8.8.8.8"
  15. push "dhcp-option DNS 8.8.4.4"
  16. keepalive 10 120
  17. cipher DES-EDE3-CBC # Triple-DES
  18. comp-lzo
  19. max-clients 5
  20. persist-key
  21. persist-tun
  22. status openvpn-status.log
  23. log openvpn.log
  24. verb 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement