Guest User

Untitled

a guest
Dec 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. port 1194
  2. proto udp
  3. dev tun
  4. ca splitvpn.cecs.pdx.edu.ca.cert.crt
  5. cert splitvpn.cecs.pdx.edu.crt
  6. dh splitvpn.cecs.pdx.edu.dh.pem
  7. server 131.252.222.96 255.255.255.224
  8. crl-verify crl.pem
  9. ifconfig-pool-persist ipp.txt
  10. push "route 131.252.0.0 255.255.0.0"
  11. client-config-dir ccd
  12. push "dhcp-option DNS 8.8.8.8"
  13. keepalive 10 120
  14. cipher BF-CBC
  15. comp-lzo
  16. user nobody
  17. group nogroup
  18. persist-key
  19. persist-tun
  20. status openvpn-status.log
  21. log /var/log/openvpn.log
  22. verb 3
  23. client-cert-not-required
  24. username-as-common-name
  25. plugin /usr/lib/openvpn/openvpn-auth-pam.so system-auth
Add Comment
Please, Sign In to add comment