Guest User

Untitled

a guest
Jan 21st, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. on Jan 21 15:44:47 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead.
  2. Mon Jan 21 15:44:47 2019 Socket Buffers: R=[87380->87380] S=[16384->16384]
  3. Mon Jan 21 15:44:52 2019 Attempting to establish TCP connection with [AF_INET]9.9.9.9:444 [nonblock]
  4. Mon Jan 21 15:44:53 2019 TCP connection established with [AF_INET]9.9.9.9:444
  5. Mon Jan 21 15:44:53 2019 TCPv4_CLIENT link local (bound): [undef]
  6. Mon Jan 21 15:44:53 2019 TCPv4_CLIENT link remote: [AF_INET]9.9.9.9:444
  7. Mon Jan 21 15:44:53 2019 Connection reset, restarting [0]
  8. Mon Jan 21 15:44:53 2019 SIGUSR1[soft,connection-reset] received, process restarting
  9. Mon Jan 21 15:44:53 2019 Restart pause, 5 second(s)
  10.  
  11. remote my.hostname.is.here.com # IP address or domain name of remote terminal
  12. ca /etc/openvpn/wwan/client/ca.crt # File with certificate of Certification Authority (CA)
  13. key /etc/openvpn/wwan/client/private.key # Private (and secret) key used in combination with certificate
  14. cert /etc/openvpn/wwan/client/cert.crt # File with certificate
  15. proto tcp-client # Used protocol for tunnel
  16. lport 444 # Local tunnelling port
  17. rport 444 # Remote tunnelling port
  18. comp-lzo # Activate LZO compression
  19. cipher AES-128-CBC # Use cipher
  20. ns-cert-type server # Accept only certificates which were created with this entry
  21. tun-mtu 1500 # Maximum size of packets in byte
  22. reneg-sec 3600 # Interval for renegotiation of data channel key (in seconds)
  23. ping 30 # Check VPN connection after this amount of seconds
  24. ping-restart 60 # Reestablish VPN connection after this amount of seconds without receiving a ping from the peer
  25. verb 3 # Amount of log messages
  26. dev tun # OpenVPN network device
  27. float # Accept packets from all machines (float)
Add Comment
Please, Sign In to add comment