Advertisement
Inter95

log

Dec 2nd, 2014
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.20 KB | None | 0 0
  1. root@DD-WRT:~# iptables -t nat -I POSTROUTING -o tun0 -j MASQUERADE
  2. root@DD-WRT:~# openvpn --config /tmp/openvpncl/frootvpn.conf
  3. Tue Dec  2 11:38:16 2014 OpenVPN 2.3.1 mipsel-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [MH] [IPv6] built on May 27 2013
  4. Tue Dec  2 11:38:16 2014 WARNING: file '/tmp/openvpncl/user.conf' is group or others accessible
  5. Tue Dec  2 11:38:16 2014 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
  6. Tue Dec  2 11:38:16 2014 Socket Buffers: R=[114688->131072] S=[114688->131072]
  7. Tue Dec  2 11:38:16 2014 UDPv4 link local: [undef]
  8. Tue Dec  2 11:38:16 2014 UDPv4 link remote: [AF_INET]178.73.212.201:1204
  9. Tue Dec  2 11:38:16 2014 TLS: Initial packet from [AF_INET]178.73.212.201:1204, sid=3faaa428 85b41ee9
  10. Tue Dec  2 11:38:16 2014 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
  11. Tue Dec  2 11:38:17 2014 VERIFY OK: depth=1, C=SE, ST=QQ, L=FrootTown, O=FrootOrg, OU=changeme, CN=changeme, name=changeme, emailAddress=mail@host.domain
  12. Tue Dec  2 11:38:17 2014 VERIFY OK: nsCertType=SERVER
  13. Tue Dec  2 11:38:17 2014 VERIFY OK: depth=0, C=SE, ST=QQ, L=FrootTown, O=FrootOrg, OU=changeme, CN=server, name=changeme, emailAddress=mail@host.domain
  14. Tue Dec  2 11:38:17 2014 TCP/UDP: Incoming packet rejected from [AF_INET]178.73.212.199:1209[2], expected peer address: [AF_INET]178.73.212.201:1204 (allow this incoming source address/port by removing --remote or adding --float)
  15. Tue Dec  2 11:38:21 2014 TCP/UDP: Incoming packet rejected from [AF_INET]178.73.212.199:1209[2], expected peer address: [AF_INET]178.73.212.201:1204 (allow this incoming source address/port by removing --remote or adding --float)
  16. Tue Dec  2 11:38:22 2014 TCP/UDP: Incoming packet rejected from [AF_INET]178.73.212.199:1209[2], expected peer address: [AF_INET]178.73.212.201:1204 (allow this incoming source address/port by removing --remote or adding --float)
  17. Tue Dec  2 11:38:22 2014 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
  18. Tue Dec  2 11:38:22 2014 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  19. Tue Dec  2 11:38:22 2014 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
  20. Tue Dec  2 11:38:22 2014 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
  21. Tue Dec  2 11:38:22 2014 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
  22. Tue Dec  2 11:38:22 2014 [server] Peer Connection Initiated with [AF_INET]178.73.212.201:1204
  23. Tue Dec  2 11:38:24 2014 TCP/UDP: Incoming packet rejected from [AF_INET]178.73.212.200:1203[2], expected peer address: [AF_INET]178.73.212.201:1204 (allow this incoming source address/port by removing --remote or adding --float)
  24. Tue Dec  2 11:38:24 2014 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
  25. Tue Dec  2 11:38:24 2014 PUSH: Received control message: 'PUSH_REPLY,ifconfig-ipv6 2a00:1a28:1166:a::1016/64 2a00:1a28:1166:a::1,dhcp-option DNS 80.67.0.2,dhcp-option DNS 91.213.246.2,redirect-gateway def1,route-ipv6 2000::/3,tun-ipv6,route-gateway 178.73.193.65,topology subnet,ping 10,ping-restart 160,ifconfig 178.73.193.88 255.255.255.224'
  26. Tue Dec  2 11:38:24 2014 OPTIONS IMPORT: timers and/or timeouts modified
  27. Tue Dec  2 11:38:24 2014 OPTIONS IMPORT: --ifconfig/up options modified
  28. Tue Dec  2 11:38:24 2014 OPTIONS IMPORT: route options modified
  29. Tue Dec  2 11:38:24 2014 OPTIONS IMPORT: route-related options modified
  30. Tue Dec  2 11:38:24 2014 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
  31. Tue Dec  2 11:38:24 2014 ROUTE_GATEWAY 24.45.248.1/255.255.248.0 IFACE=vlan2 HWADDR=a0:21:b7:6e:f4:c2
  32. Tue Dec  2 11:38:24 2014 ROUTE6: default_gateway=UNDEF
  33. Tue Dec  2 11:38:24 2014 TUN/TAP device tun0 opened
  34. Tue Dec  2 11:38:24 2014 TUN/TAP TX queue length set to 100
  35. Tue Dec  2 11:38:24 2014 do_ifconfig, tt->ipv6=1, tt->did_ifconfig_ipv6_setup=1
  36. Tue Dec  2 11:38:24 2014 /sbin/ifconfig tun0 178.73.193.88 netmask 255.255.255.224 mtu 1500 broadcast 178.73.193.95
  37. Tue Dec  2 11:38:24 2014 /sbin/ifconfig tun0 add 2a00:1a28:1166:a::1016/64
  38. Tue Dec  2 11:38:24 2014 Linux ifconfig inet6 failed: external program exited with error status: 255
  39. Tue Dec  2 11:38:24 2014 Exiting due to fatal error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement