casimirj 0 Posted 07/31/2019 On my raspberry pi (very old, original model b) I am unable to get it to connect to the internet. However all console logs make it seem like the connection is fine. Output in question root@Ra:/scripts/configs# sudo openvpn --config rahTCP.ovpn Tue Jul 30 20:48:07 2019 OpenVPN 2.4.0 arm-unknown-linux-gnueabihf [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Oct 14 2018 Tue Jul 30 20:48:07 2019 library versions: OpenSSL 1.0.2s 28 May 2019, LZO 2.08 Tue Jul 30 20:48:07 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Tue Jul 30 20:48:07 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Tue Jul 30 20:48:07 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]184.75.221.170:443 Tue Jul 30 20:48:07 2019 Socket Buffers: R=[87380->87380] S=[16384->16384] Tue Jul 30 20:48:07 2019 Attempting to establish TCP connection with [AF_INET]184.75.221.170:443 [nonblock] Tue Jul 30 20:48:08 2019 TCP connection established with [AF_INET]184.75.221.170:443 Tue Jul 30 20:48:08 2019 TCP_CLIENT link local: (not bound) Tue Jul 30 20:48:08 2019 TCP_CLIENT link remote: [AF_INET]184.75.221.170:443 Tue Jul 30 20:48:08 2019 TLS: Initial packet from [AF_INET]184.75.221.170:443, sid=771a681b 52b833e1 Tue Jul 30 20:48:08 2019 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org Tue Jul 30 20:48:08 2019 Validating certificate key usage Tue Jul 30 20:48:08 2019 ++ Certificate has key usage 00a0, expects 00a0 Tue Jul 30 20:48:08 2019 VERIFY KU OK Tue Jul 30 20:48:08 2019 Validating certificate extended key usage Tue Jul 30 20:48:08 2019 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication Tue Jul 30 20:48:08 2019 VERIFY EKU OK Tue Jul 30 20:48:08 2019 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, emailAddress=info@airvpn.org Tue Jul 30 20:48:12 2019 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 4096 bit RSA Tue Jul 30 20:48:12 2019 [server] Peer Connection Initiated with [AF_INET]184.75.221.170:443 Tue Jul 30 20:48:13 2019 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1) Tue Jul 30 20:48:14 2019 PUSH: Received control message: 'PUSH_REPLY,comp-lzo no,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.8.177.1,route-gateway 10.8.177.1,topology subnet,ping 10,ping-restart 60,ifconfig 10.8.177.202 255.255.255.0,peer-id 0,cipher AES-256-GCM' Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: timers and/or timeouts modified Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: compression parms modified Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: --ifconfig/up options modified Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: route options modified Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: route-related options modified Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: peer-id set Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: adjusting link_mtu to 1627 Tue Jul 30 20:48:14 2019 OPTIONS IMPORT: data channel crypto options modified Tue Jul 30 20:48:14 2019 Data Channel Encrypt: Cipher 'AES-256-GCM' initialized with 256 bit key Tue Jul 30 20:48:14 2019 Data Channel Decrypt: Cipher 'AES-256-GCM' initialized with 256 bit key Tue Jul 30 20:48:14 2019 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=eth0 HWADDR=b8:27:eb:43:9a:1c Tue Jul 30 20:48:14 2019 TUN/TAP device tun0 opened Tue Jul 30 20:48:14 2019 TUN/TAP TX queue length set to 100 Tue Jul 30 20:48:14 2019 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 Tue Jul 30 20:48:14 2019 /sbin/ip link set dev tun0 up mtu 1500 Tue Jul 30 20:48:14 2019 /sbin/ip addr add dev tun0 10.8.177.202/24 broadcast 10.8.177.255 Tue Jul 30 20:48:19 2019 /sbin/ip route add 184.75.221.170/32 via 192.168.0.1 Tue Jul 30 20:48:19 2019 /sbin/ip route add 0.0.0.0/1 via 10.8.177.1 Tue Jul 30 20:48:19 2019 /sbin/ip route add 128.0.0.0/1 via 10.8.177.1 Tue Jul 30 20:48:19 2019 Initialization Sequence Completed Quote Share this post Link to post