Why can I see AAAA DNS requests when I run tcpdump on my Scientific Linux PC when I haven't got any IPv6 addresses? I already rebooted after setting NETWORKING_IPV6=no in /etc/sysconfig/network and options ipv6 disable=1 in /etc/modprobe.d/ipv6.conf, but I can still see AAAA requests if I visit a few websites. How can I disable the requesting of AAAA records?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
Check if file /etc/resolv.conf has "options inet6". If so, that line should be removed using your favorite editor (invoked via sudo or as root, after making a backup copy). If you are using DHCP, it may get put back in the next time you reboot even if you have no IPv6 in your kernel network stack. |
|||
|
|
|
Try to pass the following option to the kernel, on the Grub stage:
Where |
||||
|
|
options ipv6 offand then in super shell runmodprobe -r ipv6– Nikhil Mulley Dec 21 '11 at 6:18/etc/hosts?– Marcin Dec 22 '11 at 15:16