jolausa

vpn_suse_linux

Sep 10th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. client
  2. dev tun
  3. tun-ipv6
  4. keepalive 10 30
  5. auth-user-pass
  6. script-security 3
  7. pull dhcp-options
  8. persist-key
  9. persist-tun
  10. ns-cert-type server
  11. comp-lzo
  12. verb 4
  13. mute 20
  14. mute-replay-warnings
  15.  
  16. auth SHA512
  17. cipher AES-256-CBC
  18. tls-cipher DHE-RSA-AES256-SHA
  19.  
  20.  
  21. ca /etc/openvpn/SUSE/SUSE_Trust_Root.crt
  22. cert /etc/openvpn/SUSE/SUSE-jalausuch.crt
  23. key /etc/openvpn/SUSE/SUSE-jalausuch.key
  24. tls-auth /etc/openvpn/SUSE/ta.key 1
  25.  
  26. # scripts that should automatically update your DNS info when starting and stopping openvpn client.
  27. up /etc/openvpn/client.up
  28. down /etc/openvpn/client.down
  29.  
  30.  
  31. #Default port 1194 UDP
  32. <connection>
  33. proto udp
  34. remote gate.suse.de
  35. port 1194
  36. nobind
  37. </connection>
  38.  
  39.  
  40. #Fallback port 443 TCP
  41. <connection>
  42. proto tcp
  43. remote gate.suse.de
  44. port 443
  45. nobind
  46. </connection>
Advertisement
Add Comment
Please, Sign In to add comment