Guest User

Untitled

a guest
Dec 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. # netstat -ntlp
  2. Active Internet connections (only servers)
  3. Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
  4. tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 3768/sshd
  5. tcp6 0 0 :::22 :::* LISTEN 3768/sshd
  6.  
  7. Dec 7 12:49:06 localhost systemd[1]: Stopping OpenVPN connection to server...
  8. Dec 7 12:49:06 localhost ovpn-server[6608]: event_wait : Interrupted system call (code=4)
  9. Dec 7 12:49:06 localhost ovpn-server[6608]: /sbin/ip route del 10.8.0.0/24
  10. Dec 7 12:49:06 localhost systemd[1]: Stopping OpenVPN service...
  11. Dec 7 12:49:06 localhost systemd[1]: Starting OpenVPN service...
  12. Dec 7 12:49:06 localhost ovpn-server[6608]: ERROR: Linux route delete command failed: external program exited with error status: 2
  13. Dec 7 12:49:06 localhost ovpn-server[6608]: Closing TUN/TAP interface
  14. Dec 7 12:49:06 localhost ovpn-server[6608]: /sbin/ip addr del dev tun0 local 10.8.0.1 peer 10.8.0.2
  15. Dec 7 12:49:06 localhost systemd[1]: Started OpenVPN service.
  16. Dec 7 12:49:06 localhost ovpn-server[6608]: Linux ip addr del failed: external program exited with error status: 2
  17. Dec 7 12:49:06 localhost ovpn-server[6608]: SIGTERM[hard,] received, process exiting
  18. Dec 7 12:49:06 localhost systemd[1]: Starting OpenVPN connection to server...
  19. Dec 7 12:49:06 localhost ovpn-server[6730]: OpenVPN 2.3.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Jun 26 2017
  20. Dec 7 12:49:06 localhost ovpn-server[6730]: library versions: OpenSSL 1.0.1t 3 May 2016, LZO 2.08
  21. Dec 7 12:49:06 localhost ovpn-server[6730]: Diffie-Hellman initialized with 2048 bit key
  22. Dec 7 12:49:06 localhost ovpn-server[6730]: Socket Buffers: R=[212992->131072] S=[212992->131072]
  23. Dec 7 12:49:06 localhost ovpn-server[6730]: ROUTE_GATEWAY 172.104.18.1/255.255.255.0 IFACE=eth0 HWADDR=f2:3c:91:86:f3:d4
  24. Dec 7 12:49:06 localhost ovpn-server[6730]: TUN/TAP device tun0 opened
  25. Dec 7 12:49:06 localhost ovpn-server[6730]: TUN/TAP TX queue length set to 100
  26. Dec 7 12:49:06 localhost ovpn-server[6730]: do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  27. Dec 7 12:49:06 localhost ovpn-server[6730]: /sbin/ip link set dev tun0 up mtu 1500
  28. Dec 7 12:49:06 localhost ovpn-server[6730]: /sbin/ip addr add dev tun0 local 10.8.0.1 peer 10.8.0.2
  29. Dec 7 12:49:06 localhost ovpn-server[6730]: /sbin/ip route add 10.8.0.0/24 via 10.8.0.2
  30. Dec 7 12:49:06 localhost systemd[1]: Started OpenVPN connection to server.
  31. Dec 7 12:49:06 localhost ovpn-server[6746]: GID set to nogroup
  32. Dec 7 12:49:06 localhost ovpn-server[6746]: UID set to nobody
  33. Dec 7 12:49:06 localhost ovpn-server[6746]: UDPv4 link local (bound): [undef]
  34. Dec 7 12:49:06 localhost ovpn-server[6746]: UDPv4 link remote: [undef]
  35. Dec 7 12:49:06 localhost ovpn-server[6746]: MULTI: multi_init called, r=256 v=256
  36. Dec 7 12:49:06 localhost ovpn-server[6746]: IFCONFIG POOL: base=10.8.0.4 size=62, ipv6=0
  37. Dec 7 12:49:06 localhost ovpn-server[6746]: IFCONFIG POOL LIST
  38. Dec 7 12:49:06 localhost ovpn-server[6746]: Initialization Sequence Completed
Add Comment
Please, Sign In to add comment