Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. ##### клиент
  2. root@gw-sister:~# cat /var/log/openvpn.log
  3. Thu Oct 23 08:02:31 2014 OpenVPN 2.2.2 mips-openwrt-linux [SSL] [LZO2] [EPOLL] built on Mar 14 2013
  4. Thu Oct 23 08:02:31 2014 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
  5. Thu Oct 23 08:02:31 2014 LZO compression initialized
  6. Thu Oct 23 08:02:31 2014 Attempting to establish TCP connection with 37.195.80.12:443 [nonblock]
  7. Thu Oct 23 08:02:32 2014 TCP connection established with 37.195.80.12:443
  8. Thu Oct 23 08:02:32 2014 TCPv4_CLIENT link local: [undef]
  9. Thu Oct 23 08:02:32 2014 TCPv4_CLIENT link remote: 37.195.80.12:443
  10. Thu Oct 23 08:02:35 2014 [server] Peer Connection Initiated with 37.195.80.12:443
  11. Thu Oct 23 08:02:37 2014 TUN/TAP device tap0 opened
  12. Thu Oct 23 08:02:37 2014 /sbin/ifconfig tap0 192.168.222.19 netmask 255.255.255.0 mtu 1500 broadcast 192.168.222.255
  13. Thu Oct 23 08:02:37 2014 Initialization Sequence Completed
  14. ###### при рестарте на тороне клиента
  15. root@gw-sister:~# /etc/init.d/openvpn restart
  16. ###### логи сервера
  17. [root@gw-home ccd]# tail -f /var/log/openvpn/openvpn-log.log
  18. Thu Oct 23 13:39:14 2014 sister/95.167.144.45:60349 Connection reset, restarting [0]
  19. Thu Oct 23 13:39:14 2014 sister/95.167.144.45:60349 SIGUSR1[soft,connection-reset] received, client-instance restarting
  20. Thu Oct 23 13:39:15 2014 TCP connection established with [AF_INET]95.167.144.45:60350
  21. Thu Oct 23 13:39:16 2014 95.167.144.45:60350 TLS: Initial packet from [AF_INET]95.167.144.45:60350, sid=aba36da5 7fe48e18
  22. Thu Oct 23 13:39:18 2014 95.167.144.45:60350 VERIFY OK: depth=1, C=RU, ST=NSK, L=NOVOSIBIRSK, O=XAXA, CN=XAXA CA, emailAddress=admin@xaxatyxa.ru
  23. Thu Oct 23 13:39:18 2014 95.167.144.45:60350 VERIFY OK: depth=0, C=RU, ST=NSK, L=NOVOSIBIRSK, O=XAXA, CN=sister, emailAddress=admin@xaxatyxa.ru
  24. Thu Oct 23 13:39:19 2014 95.167.144.45:60350 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
  25. Thu Oct 23 13:39:19 2014 95.167.144.45:60350 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  26. Thu Oct 23 13:39:19 2014 95.167.144.45:60350 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
  27. Thu Oct 23 13:39:19 2014 95.167.144.45:60350 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  28. Thu Oct 23 13:39:19 2014 95.167.144.45:60350 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 1024 bit RSA
  29. Thu Oct 23 13:39:19 2014 95.167.144.45:60350 [sister] Peer Connection Initiated with [AF_INET]95.167.144.45:60350
  30. Thu Oct 23 13:39:19 2014 sister/95.167.144.45:60350 OPTIONS IMPORT: reading client specific options from: /etc/openvpn/ccd/sister
  31. Thu Oct 23 13:39:21 2014 sister/95.167.144.45:60350 PUSH: Received control message: 'PUSH_REQUEST'
  32. Thu Oct 23 13:39:21 2014 sister/95.167.144.45:60350 send_push_reply(): safe_cap=940
  33. Thu Oct 23 13:39:21 2014 sister/95.167.144.45:60350 SENT CONTROL [sister]: 'PUSH_REPLY,route 192.168.222.0 255.255.255.0,route-gateway 192.168.222.1,route 192.168.17.0 255.255.255.0 192.168.222.1,route 192.168.111.0 255.255.255.0 192.168.222.111,route 192.168.112.0 255.255.255.0 192.168.222.112,route 192.168.113.0 255.255.255.0 192.168.222.113,route 192.168.114.0 255.255.255.0 192.168.222.114,route 192.168.115.0 255.255.255.0 192.168.222.115,ifconfig 192.168.222.19 255.255.255.0' (status=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement