jolausa

vpn_suse_mac

Aug 31st, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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# deprecated
  11. remote-cert-tls server
  12. #comp-lzo # deprecated
  13. compress lzo
  14. verb 4
  15. mute 20
  16. mute-replay-warnings
  17.  
  18. auth SHA512
  19. cipher AES-256-CBC
  20. tls-cipher DHE-RSA-AES256-SHA
  21.  
  22.  
  23. ca SUSE_Trust_Root.crt
  24. cert SUSE-jalausuch.crt
  25. key SUSE-jalausuch.key
  26. tls-auth ta.key 1
  27.  
  28. # scripts that should automatically update your DNS info when starting and stopping openvpn client.
  29. # up /Users/lausso/hubiC/_SUSE/VPN/openvpn-jalausuch/client.up
  30. # down /Users/lausso/hubiC/_SUSE/VPN/openvpn-jalausuch/client.down
  31.  
  32.  
  33. #Default port 1194 UDP
  34. <connection>
  35. proto udp
  36. remote gate.suse.de
  37. port 1194
  38. nobind
  39. </connection>
  40.  
  41.  
  42. #Fallback port 443 TCP
  43. <connection>
  44. proto tcp
  45. remote gate.suse.de
  46. port 443
  47. nobind
  48. </connection>
Advertisement
Add Comment
Please, Sign In to add comment