SUPER_FRESH 0 Posted ... I'm running Arch Linux and when I connect to a server with openvpn, traffic will not go through. I've pinged airvpn.org and nothing will go through, but when I ping its IP, it will work. I've tried changing the settings on my router, and changing from UPD to TCP and ports, but still nothing will work. -----openvpn log------ OpenVPN 2.3.14 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [iPv6] built on Dec 7 2016library versions: OpenSSL 1.0.2j 26 Sep 2016, LZO 2.09Control Channel Authentication: tls-auth using INLINE static key fileOutgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authenticationIncoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authenticationSocket Buffers: R=[212992->212992] S=[212992->212992]UDPv4 link local: [undef]UDPv4 link remote: [AF_INET]71.19.252.26:443TLS: Initial packet from [AF_INET]71.19.252.26:443, sid=338868f6 e1cdcca0VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.orgValidating certificate key usage++ Certificate has key usage 00a0, expects 00a0VERIFY KU OKValidating certificate extended key usage++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server AuthenticationVERIFY EKU OKVERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, emailAddress=info@airvpn.orgData Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit keyData Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authenticationData Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit keyData Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authenticationControl Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 4096 bit RSA[server] Peer Connection Initiated with [AF_INET]71.19.252.26:443SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.4.0.1,comp-lzo no,route-gateway 10.4.0.1,topology subnet,ping 10,ping-restart 60,ifconfig 10.4.37.76 255.255.0.0'OPTIONS IMPORT: timers and/or timeouts modifiedOPTIONS IMPORT: LZO parms modifiedOPTIONS IMPORT: --ifconfig/up options modifiedOPTIONS IMPORT: route options modifiedOPTIONS IMPORT: route-related options modifiedOPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modifiedROUTE_GATEWAY 10.224.0.1/255.224.0.0 IFACE=wlo1 HWADDR=4c:34:88:a6:c4:30TUN/TAP device tun0 openedTUN/TAP TX queue length set to 100do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0/usr/bin/ip link set dev tun0 up mtu 1500/usr/bin/ip addr add dev tun0 10.4.37.76/16 broadcast 10.4.255.255/usr/bin/ip route add 71.19.252.26/32 via 10.224.0.1/usr/bin/ip route add 0.0.0.0/1 via 10.4.0.1/usr/bin/ip route add 128.0.0.0/1 via 10.4.0.1Initialization Sequence Completed ---route--- Destination Gateway Genmask Flags Metric Ref Use Iface0.0.0.0 10.4.0.1 128.0.0.0 UG 0 0 0 tun00.0.0.0 10.224.0.1 0.0.0.0 UG 302 0 0 wlo110.4.0.0 0.0.0.0 255.255.0.0 U 0 0 0 tun010.224.0.0 0.0.0.0 255.224.0.0 U 302 0 0 wlo171.19.252.21 10.224.0.1 255.255.255.255 UGH 0 0 0 wlo1128.0.0.0 10.4.0.1 128.0.0.0 UG 0 0 0 tun0 Quote Share this post Link to post
pr1v 36 Posted ... Check if /etc/resolv.conf has 10.4.0.1 as nameserver. Quote Share this post Link to post
SUPER_FRESH 0 Posted ... I've added 10.4.0.1 to my resolv.conf, but it didn't change anything # Generated by resolvconfnameserver 75.75.75.75nameserver 75.75.76.76nameserver 10.4.0.1 Quote Share this post Link to post
pr1v 36 Posted ... I've added 10.4.0.1 to my resolv.conf, but it didn't change anything # Generated by resolvconfnameserver 75.75.75.75nameserver 75.75.76.76nameserver 10.4.0.1 Try commenting these lines:#nameserver 75.75.75.75#nameserver 75.75.76.76nameserver 10.4.0.1 Quote Share this post Link to post
SUPER_FRESH 0 Posted ... Well that did something, but it's still not working. I think there's a problem with my DNS settings. Quote Share this post Link to post
LZ1 672 Posted ... Hello! Have you turned off IPv6? Quote Hide LZ1's signature Hide all signatures Hi there, are you new to AirVPN? Many of your questions are already answered in this guide. You may also read the Eddie Android FAQ. Moderators do not speak on behalf of AirVPN. Only the Official Staff account does. Please also do not run Tor Exit Servers behind AirVPN, thank you. Did you make a guide or how-to for something? Then contact me to get it listed in my new user guide's Guides Section, so that the community can find it more easily. Share this post Link to post
pr1v 36 Posted ... Did you also use -netlock command in the terminal? First you must use your own dns servers, the change to 10.4.0.1 is only if and after you execute airvpn in the terminal and it doesn't change your nameservers. Try with opendns 208.67.222.222 208.67.220.220If you can't connect (use netlock in the terminal too) then check your /etc/resolv.conf and if 10.4.0.1 is not there, then it's when you must change to 10.4.0.1 and delete the rest. And then inmediately try if it connects. Quote Share this post Link to post
SUPER_FRESH 0 Posted ... My vpn is finally working, I went over the resolv.conf page on Arch Linux wiki and it recommended to add some DNS servers in my resolv. I get great speeds, but I can only connect using TCP not UDP which is very odd, just something else to fix. Quote Share this post Link to post