Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.93 KB | None | 0 0
  1. root@FritzBox7490:/var/mod/root# openvpn /var/media/ftp/openvpn/openvpn.conf
  2. Mon Feb 20 16:34:45 2017 OpenVPN 2.3.14 mips-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [IPv6] built on Feb 18 2017
  3. Mon Feb 20 16:34:45 2017 library versions: OpenSSL 1.0.2k  26 Jan 2017, LZO 2.09
  4. Mon Feb 20 16:34:45 2017 WARNING: file '/var/media/ftp/openvpn/passfile' is group or others accessible
  5. Mon Feb 20 16:34:45 2017 Socket Buffers: R=[229376->229376] S=[229376->229376]
  6. Mon Feb 20 16:34:45 2017 UDPv4 link local: [undef]
  7. Mon Feb 20 16:34:45 2017 UDPv4 link remote: [AF_INET]78.47.134.2:1194
  8. Mon Feb 20 16:34:45 2017 TLS: Initial packet from [AF_INET]78.47.134.2:1194, sid=3416d0ad e4e66657
  9. Mon Feb 20 16:34:45 2017 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  10. Mon Feb 20 16:34:48 2017 VERIFY OK: depth=1, C=SC, ST=Mahe, L=Victoria, O=Global Stealth, Inc., OU=VPN, CN=Global Stealth, Inc. CA, name=serverlocation-key, emailAddress=admin@serverlocation.co
  11. Mon Feb 20 16:34:48 2017 VERIFY OK: nsCertType=SERVER
  12. Mon Feb 20 16:34:48 2017 VERIFY OK: depth=0, C=SC, ST=Mahe, L=Victoria, O=Global Stealth, Inc., OU=VPN, CN=*.serverlocation.co, name=serverlocation-key, emailAddress=admin@serverlocation.co
  13. Mon Feb 20 16:34:49 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
  14. Mon Feb 20 16:34:49 2017 WARNING: INSECURE cipher with block size less than 128 bit (64 bit).  This allows attacks like SWEET32.  Mitigate by using a --cipher with a larger block size (e.g. AES-256-CBC).
  15. Mon Feb 20 16:34:49 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  16. Mon Feb 20 16:34:49 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
  17. Mon Feb 20 16:34:49 2017 WARNING: INSECURE cipher with block size less than 128 bit (64 bit).  This allows attacks like SWEET32.  Mitigate by using a --cipher with a larger block size (e.g. AES-256-CBC).
  18. Mon Feb 20 16:34:49 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  19. Mon Feb 20 16:34:49 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
  20. Mon Feb 20 16:34:49 2017 [*.serverlocation.co] Peer Connection Initiated with [AF_INET]78.47.134.2:1194
  21. Mon Feb 20 16:34:52 2017 SENT CONTROL [*.serverlocation.co]: 'PUSH_REQUEST' (status=1)
  22. Mon Feb 20 16:34:52 2017 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 208.67.222.222,dhcp-option DNS 208.67.220.220,route-gateway 10.2.0.1,topology subnet,ping 10,ping-restart 30,ifconfig 10.2.0.39 255.255.255.0'
  23. Mon Feb 20 16:34:52 2017 OPTIONS IMPORT: timers and/or timeouts modified
  24. Mon Feb 20 16:34:52 2017 OPTIONS IMPORT: --ifconfig/up options modified
  25. Mon Feb 20 16:34:52 2017 OPTIONS IMPORT: route options modified
  26. Mon Feb 20 16:34:52 2017 OPTIONS IMPORT: route-related options modified
  27. Mon Feb 20 16:34:52 2017 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  28. Mon Feb 20 16:34:52 2017 TUN/TAP device tun0 opened
  29. Mon Feb 20 16:34:52 2017 TUN/TAP TX queue length set to 100
  30. Mon Feb 20 16:34:52 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  31. Mon Feb 20 16:34:52 2017 /sbin/ifconfig tun0 10.2.0.39 netmask 255.255.255.0 mtu 1500 broadcast 10.2.0.255
  32. Mon Feb 20 16:34:52 2017 /sbin/route add -net 78.47.134.2 netmask 255.255.255.255 dev dsl
  33. Mon Feb 20 16:34:52 2017 /sbin/route add -net 0.0.0.0 netmask 128.0.0.0 gw 10.2.0.1
  34. Mon Feb 20 16:34:52 2017 /sbin/route add -net 128.0.0.0 netmask 128.0.0.0 gw 10.2.0.1
  35. Mon Feb 20 16:34:52 2017 Initialization Sequence Completed
  36. ^CMon Feb 20 16:35:09 2017 event_wait : Interrupted system call (code=4)
  37. Mon Feb 20 16:35:09 2017 /sbin/route del -net 78.47.134.2 netmask 255.255.255.255
  38. Mon Feb 20 16:35:10 2017 /sbin/route del -net 0.0.0.0 netmask 128.0.0.0
  39. Mon Feb 20 16:35:10 2017 /sbin/route del -net 128.0.0.0 netmask 128.0.0.0
  40. Mon Feb 20 16:35:10 2017 Closing TUN/TAP interface
  41. Mon Feb 20 16:35:10 2017 /sbin/ifconfig tun0 0.0.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement