Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Prefer IPv4 in LAN ====== from https://askubuntu.com/questions/32298/prefer-a-ipv4-dns-lookups-before-aaaaipv6-lookups <file bash /etc/gai.conf> # For sites which prefer IPv4 connections change the last line to # precedence ::ffff:0:0/96 100 # # For sites which use site-local IPv4 addresses behind NAT there is # the problem that even if IPv4 addresses are preferred they do not # have the same scope and are therefore not sorted first. To change # this use only these rules: # scopev4 ::ffff:169.254.0.0/112 2 scopev4 ::ffff:127.0.0.0/104 2 scopev4 ::ffff:0.0.0.0/96 14 </file> computer/ubuntu/prefer_ip4_in_lan.txt Last modified: 2022/10/06 09:31by springm