Advertisement
Guest User

Untitled

a guest
Mar 1st, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. ubuntu@pc:~/Downloads$ sudo openvpn --config se.openvpn.frootvpn.ovpn
  2. Tue Mar 1 18:59:06 2016 OpenVPN 2.3.2 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [eurephia] [MH] [IPv6] built on Dec 1 2014
  3. Enter Auth Username:tender
  4. Enter Auth Password:
  5. Tue Mar 1 18:59:11 2016 Socket Buffers: R=[212992->131072] S=[212992->131072]
  6. Tue Mar 1 18:59:11 2016 UDPv4 link local: [undef]
  7. Tue Mar 1 18:59:11 2016 UDPv4 link remote: [AF_INET]178.73.195.104:1206
  8. Tue Mar 1 18:59:11 2016 TLS: Initial packet from [AF_INET]178.73.195.104:1206, sid=8394fe35 ba72aceb
  9. Tue Mar 1 18:59:11 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  10. Tue Mar 1 18:59:11 2016 VERIFY OK: depth=1, C=SE, ST=QQ, L=FrootTown, O=FrootOrg, OU=changeme, CN=changeme, name=changeme, emailAddress=mail@host.domain
  11. Tue Mar 1 18:59:11 2016 VERIFY OK: nsCertType=SERVER
  12. Tue Mar 1 18:59:11 2016 VERIFY OK: depth=0, C=SE, ST=QQ, L=FrootTown, O=FrootOrg, OU=changeme, CN=server, name=changeme, emailAddress=mail@host.domain
  13. Tue Mar 1 18:59:12 2016 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
  14. Tue Mar 1 18:59:12 2016 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  15. Tue Mar 1 18:59:12 2016 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
  16. Tue Mar 1 18:59:12 2016 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  17. Tue Mar 1 18:59:12 2016 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
  18. Tue Mar 1 18:59:12 2016 [server] Peer Connection Initiated with [AF_INET]178.73.195.104:1206
  19. Tue Mar 1 18:59:14 2016 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
  20. Tue Mar 1 18:59:14 2016 NOTE: Beginning empirical MTU test -- results should be available in 3 to 4 minutes.
  21. Tue Mar 1 18:59:14 2016 PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 80.67.0.2,dhcp-option DNS 91.213.246.2,redirect-gateway def1,route-gateway 178.73.219.129,topology subnet,ping 10,ping-restart 160,ifconfig 178.73.219.142 255.255.255.224'
  22. Tue Mar 1 18:59:14 2016 OPTIONS IMPORT: timers and/or timeouts modified
  23. Tue Mar 1 18:59:14 2016 OPTIONS IMPORT: --ifconfig/up options modified
  24. Tue Mar 1 18:59:14 2016 OPTIONS IMPORT: route options modified
  25. Tue Mar 1 18:59:14 2016 OPTIONS IMPORT: route-related options modified
  26. Tue Mar 1 18:59:14 2016 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  27. Tue Mar 1 18:59:14 2016 ROUTE_GATEWAY ON_LINK IFACE=ppp0 HWADDR=00:00:00:00:00:00
  28. Tue Mar 1 18:59:14 2016 TUN/TAP device tun0 opened
  29. Tue Mar 1 18:59:14 2016 TUN/TAP TX queue length set to 100
  30. Tue Mar 1 18:59:14 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  31. Tue Mar 1 18:59:14 2016 /sbin/ip link set dev tun0 up mtu 1500
  32. Tue Mar 1 18:59:14 2016 /sbin/ip addr add dev tun0 178.73.219.142/27 broadcast 178.73.219.159
  33. Tue Mar 1 18:59:14 2016 /sbin/ip route add 178.73.195.104/32 via 0.0.0.0
  34. RTNETLINK answers: No such device
  35. Tue Mar 1 18:59:14 2016 ERROR: Linux route add command failed: external program exited with error status: 2
  36. Tue Mar 1 18:59:14 2016 /sbin/ip route add 0.0.0.0/1 via 178.73.219.129
  37. Tue Mar 1 18:59:14 2016 /sbin/ip route add 128.0.0.0/1 via 178.73.219.129
  38. Tue Mar 1 18:59:14 2016 Initialization Sequence Completed
  39. ^CTue Mar 1 18:59:33 2016 SIGTERM received, sending exit notification to peer
  40. Tue Mar 1 18:59:34 2016 /sbin/ip route del 178.73.195.104/32
  41. RTNETLINK answers: No such process
  42. Tue Mar 1 18:59:34 2016 ERROR: Linux route delete command failed: external program exited with error status: 2
  43. Tue Mar 1 18:59:34 2016 /sbin/ip route del 0.0.0.0/1
  44. Tue Mar 1 18:59:34 2016 /sbin/ip route del 128.0.0.0/1
  45. Tue Mar 1 18:59:34 2016 Closing TUN/TAP interface
  46. Tue Mar 1 18:59:34 2016 /sbin/ip addr del dev tun0 178.73.219.142/27
  47. Tue Mar 1 18:59:34 2016 SIGTERM[soft,exit-with-notification] received, process exiting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement