Advertisement
arieonline

cat /etc/openvpn/995.conf

Oct 18th, 2012
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [root@vps4 ~]# cat /etc/openvpn/995.conf
  2. port 995
  3. proto tcp
  4. dev tap0
  5.  
  6. ca /etc/openvpn/keys/ca.crt
  7. dh /etc/openvpn/keys/dh1024.pem
  8. cert /etc/openvpn/keys/server.crt
  9. key /etc/openvpn/keys/server.key
  10.  
  11. plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so /etc/pam.d/login
  12. client-cert-not-required
  13. username-as-common-name
  14.  
  15. server 192.168.30.0 255.255.255.0
  16. push "dhcp-option DNS 4.2.2.1"
  17. push "redirect-gateway def1"
  18.  
  19. #cipher none
  20.  
  21. user nobody
  22. group nobody
  23.  
  24. keepalive 5 30
  25. comp-lzo
  26.  
  27. persist-key
  28. persist-tun
  29. client-to-client
  30. status log-995.log
  31. verb 3
  32. mute 10
  33. duplicate-cn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement