VecH

Untitled

Nov 13th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. # cat /etc/openvpn/server.conf|grep -v "^$\|^#"
  2. mode server
  3. tls-server
  4. port 1194
  5. proto tcp-server
  6. dev tap
  7. tls-auth ./keys/ta.key 0
  8. ca ./keys/ca.crt
  9. cert ./keys/server.crt
  10. key ./keys/server.key
  11. dh ./keys/dh2048.pem
  12. client-config-dir /etc/openvpn/ccd
  13. ifconfig 192.168.91.1 255.255.255.0
  14. ifconfig-pool 192.168.91.2 192.168.91.99
  15. ifconfig-pool-persist ipp.txt
  16. duplicate-cn
  17. keepalive 20 120
  18. persist-key
  19. verb 3
  20. client-to-client
  21. status /etc/openvpn/openvpn-status.log
Advertisement
Add Comment
Please, Sign In to add comment