Advertisement
Guest User

openvpn config

a guest
Jan 21st, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1.  
  2. config openvpn 'myvpn'
  3. option enabled '1'
  4. option proto 'udp'
  5. option verb '3'
  6. option client '1'
  7. option remote_cert_tls 'server'
  8. option auth_user_pass '/etc/openvpn/pass'
  9. option tun_ipv6 '1'
  10. option fast_io '1'
  11. option remote_random '0'
  12. option pull '1'
  13. option port '2049'
  14. option remote 'us-ga.gw.ivpn.net'
  15. option dev 'tun0'
  16. option log '/var/log/openvpn-client.log'
  17. option ca '/lib/uci/upload/cbid.openvpn.myvpn.ca'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement