whichisfaster 0 Posted ... My ISP only supports ipv4. When I am connected to airvpn and set the ipv6 tunnel enabled, will the websites see ipv6 as primary option? Will ipv6 be faster than ipv4? Quote Share this post Link to post
Seebarschtian 5 Posted ... You can choose in Eddie if IPv4 or IPv6 should be preferred. There should be an option for that in the network settings. And some websites might work faster with v6 than v4. But I think the best thing is to test it in your environment. Quote Share this post Link to post
OpenSourcerer 1435 Posted ... On 6/20/2022 at 1:54 AM, whichisfaster said: will the websites see ipv6 as primary option To be precise, the websites don't have any say in that. Your DNS resolver resolves a domain name to its IP addresses and orders the results so that Unique Global IPv6 Addresses (UGAs) are preferred over Teredo over 6to4 over Unique Local Addresses (ULAs) over IPv4. The first IP of that sorting will be what the program causing the resolve will use to connect. While it's true that IPv6 can get you a response faster over a pure IPv6 link, the fact you must tunnel v6 over v4 means you might even lose some throughput if trying to connect over v6 because inside the v4 packet the v6 packet will be encapsulated, limiting the effective payload size of a single packet (ergo, you need more packets for the same total payload size). Not to mention that, if the v4 link is crap, the v6 response will be crap, too, plus overhead. In your case it'd be best to stick to v4 for now. Your only use case for v6 over v4 would be to reach v6-only websites, they're not exactly widespread. 1 spinmaster reacted to this Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post