Advertisement
Guest User

111

a guest
Sep 26th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ;local a.b.c.d
  2. port 1194
  3. proto tcp
  4. dev tun
  5.  
  6. ca ca.crt
  7. cert server.crt
  8. key server.key # This file should be kept secret
  9.  
  10. dh dh2048.pem
  11. server 10.8.0.0 255.255.255.0
  12. ifconfig-pool-persist ipp.txt
  13.  
  14. push "route x.x.x.x 255.255.255.255"
  15. push "route x.x.x.x 255.255.255.255"
  16. push "route x.x.x.x 255.255.255.255"
  17. push "route x.x.x.x 255.255.255.255"
  18. push "route x.x.x.x 255.255.255.255"
  19. push "route x.x.x.x 255.255.255.255"
  20. push "route x.x.x.x 255.255.255.255"
  21. push "route 192.168.x.x 255.255.255.0"
  22. push "route 10.x.x.x 255.255.255.0"
  23. route 10.x.x.x 255.255.255.0
  24.  
  25. client-config-dir ccd
  26. client-to-client
  27. keepalive 10 120
  28. comp-lzo
  29. user nobody
  30. group nogroup
  31. persist-key
  32. persist-tun
  33. status openvpn-status.log
  34. log-append openvpn.log
  35. verb 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement