Applications sending ipv6 dns queries, but ipv6 is disabled

Hi,
I had some problems with dns lookups a long time ago and so I followed every hint I could find here in the forums and the wiki, like disabling ipv6, installing dnsmasq, and so on. Firefox and other typical internet applications worked like a charm after that.
Pacman instead took a long time to lookup the ip for the chosen mirror url, but I didn't bother to look deeper into this issue, until now.
Wireshark revealed that the dns query that is sent by pacman (and some other console applications like w3m, wget, but not lynx ...) is an AAAA query for an ipv6 address. In spite of ipv6 being disabled.
Additionally my router (which is added in /etc/resolv.conf) ignores the query, it times out, and after 5 seconds, the AAAA query is sent again.
This happens 4 times and then a query for the A record is sent which is answered promptly.
(A simple "w3m google.com" takes up to 1min 20sec with all the lookups following the 301 and 302 answers...)
Well, a workaround for this is obvious. I could use a nameserver that answers the AAAA query, which I already tried with the opendns server.
But the question that I have is: Why are some applications sending dns queries for ipv6 addresses although ipv6 is disabled?
Regards,
Marc

Hi,
I had some problems with dns lookups a long time ago and so I followed every hint I could find here in the forums and the wiki, like disabling ipv6, installing dnsmasq, and so on. Firefox and other typical internet applications worked like a charm after that.
Pacman instead took a long time to lookup the ip for the chosen mirror url, but I didn't bother to look deeper into this issue, until now.
Wireshark revealed that the dns query that is sent by pacman (and some other console applications like w3m, wget, but not lynx ...) is an AAAA query for an ipv6 address. In spite of ipv6 being disabled.
Additionally my router (which is added in /etc/resolv.conf) ignores the query, it times out, and after 5 seconds, the AAAA query is sent again.
This happens 4 times and then a query for the A record is sent which is answered promptly.
(A simple "w3m google.com" takes up to 1min 20sec with all the lookups following the 301 and 302 answers...)
Well, a workaround for this is obvious. I could use a nameserver that answers the AAAA query, which I already tried with the opendns server.
But the question that I have is: Why are some applications sending dns queries for ipv6 addresses although ipv6 is disabled?
Regards,
Marc

Similar Messages

  • Why is the router sending reverse DNS queries ?

    Hi all,
    While doing a trace for a traceroute command, i realize that the router is actually doing a reverse DNS query for the ip that I am doing the traceroute.
    Although this does not impact my traceroute, I can't help to wonder why the need to do the reverse DNS for ?
    1    0.000000000    192.168.5.1    255.255.255.255    DNS    84    Standard query 0x2f3e  PTR 2.5.168.192.in-addr.arpa
    3    5.750328000    192.168.5.1    255.255.255.255    DNS    84    Standard query 0x2f3e  PTR 2.5.168.192.in-addr.arpa
    5    10.828742000    192.168.5.1    192.168.5.2    UDP    60    Source port: 49246  Destination port: 33435
    6    10.859994000    192.168.5.2    192.168.5.1    ICMP    70    Destination unreachable (Port unreachable)
    Regards,
    Noob

    Hi Jon,
    Thanks. I hope you really dont mind me asking - to assist to take a look at these 2 related threads below (as i spend an entire day doing testing and researching but to no avail)... ;(
    Hope you are able to shed some light ;(
    https://supportforums.cisco.com/discussion/12492246/pinging-remote-broadcast-address-cant-understand-response
    https://supportforums.cisco.com/discussion/12490926/ping-no-response-found-what-does-it-meant
    Thank you

  • Does icloud, imessage and facetime application have IPv6 support ?

    Hi Everybody,
             Since all ISP's started IPv6 deployment just wanted to know whether icloud, imessage and facetime application have IPv6 support?

    Backup phone in iTunes . On your phone, Go to Settings, General, reset, Erase All Content and Settings. Restore as new on iTunes . Then restore your phone from the backup in iTunes.

  • How can I disable DNS queries in Firefox (when using a proxy) ?

    I am behind a "Chinese wall" and use an HTTP proxy to tunnel and encrypt my data traffic.
    Unfortunately, Firefox still sends DNS queries for the websites, that I visit and reveals more information than I want.
    Is there a way to disable DNS, when I use an HTTP/S proxy ?
    My current workaround is to set a firewall rule for outbound DNS traffic of Firefox. But not all users are able to configure their firewall.

    That is done via an onbeforeunload or onunload event that displays a JavaScript alert.
    *https://developer.mozilla.org/en/DOM/window.onbeforeunload
    *https://developer.mozilla.org/en/DOM/window.onunload
    You can try to search for a Greasemonkey script to reset and block such events.
    *http://www.greasespot.net/ - Greasemonkey
    *http://wiki.greasespot.net/Main_Page - GreaseSpot

  • How sharepoint understand when user requests for web applications by their DNS names

    HI
    I configured Alternate access mapping in my sharepoint farm for default ,intranet zones
    and spt farm has two web front end servers and they load balancing by F5 device
    in WFE servers there are different web applications are running on different ports
    so here I want to know how load balancing works, load balancing configured in F5 device.
    when users request a webapplication from browser (ex http://cms) where this request will go
    1)when I ping cms and other web applicaations  it returns me a loadbalancer  server IP  for all web applications;
    ping cms : it returns 10.xxx.0.80 , same ip returns when I ping for other web app
    but ex CMS web application run on the 10.xxx.1.26:81 port in sharepoint server
    2) and these sharepoint web applications running on different ports in sharepoint  web servers , so here  how sharepoint understand when user requests for web applications by their DNS names
    http://cms and http://products  etc
    adil

    I'm not sure if the F5 can add a port number (I'm not an expert on load balancers).  But in general if you design the SharePoint site to run on port 81 then you need to have port 81 appended to the request or it won't work.  http://cms in your
    example would take you to http://cms:80 not http://cms:81.  But in general DNS will resolve the address back to the F5 load balancer.  The load balancer will look at the header of the HTTP request (which contains the original address you requested)
    and forward the request to the appropriate web front end IP address.  If your web front end is using one IP address for multiple sites then those sites need to be differntiated by using a custom port like 81 (which must be included in the original request)
    or because a host header was bound to the web application when it was created.  If they are running on different port numbers then the request must include the port number by the time it gets to the SharePoint server.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Home Hub 3 Firmware update stops DNS queries and m...

    I am getting very poor service after 5 phones about my incident 1403**-******.  The staff cannot understand my problem even though I have explained in clear technical detail.  Basically a firmware update has caused my BT Home Hub 3 to have very slow management web interface and fails to handle DNS queries.  It connects to the Internet Fine.
    The Home Hub has been rebooted and reset many times and no improvement.
    Help BT.

    I have been DNS having problems with two Chromebooks accessing the internet ever since the latest firmware upgrade to my HH3 on 15 March - calls to BT went over their heads they just blamed it on the Chromebook as no other devices were having problems despite the fact that I made it clear that the problem only started after the latest upgrade - the muppet dealing with the problem even went as far as to say that BT does not support more than 6 devices connected to the hub at anyone time.
    I found that the DNS problem does not affect you if you switch from the HH to BT FON even when you are on your own network.
    I finaly got round the problem on the chromebooks by going into the settings page on the Chromebook, opening the HH3 settings and selecting  the option to use 'Google name servers' from the 'Network' tab.
    It has long been an issue for me that the HH3 does not allow me to set my own choice of DNS unless I subscribe to a Dynamic DNS provider from their list - I prefer to use Open DNS to control my network as it allows me to filter out content across the whole network but to do this I would need to replace the HH and that would mean I would lose the Vision service

  • Can't do traceroute or DNS queries withing a non-global zone.

    I'll start by outlining my servers and their roles
    they are all on the same network, behind the same gateway, plugged into the same switch.
    secure1 = a freebsd server running bind. It's a recursive DNS server. works perfectly.
    secure2 = a solaris 10 server.
    zone1 = a zone that was setup before i inherited this env.
    zone2 = a zone i tried to create, and it mostly worked.
    The problem:
    From zone2 I cannot do DNS queries. And traceroutes past the gateway don't work. At first I suspected the firewall, but everything that doesn't work on zone2, works fine on zone 1.
    What does work on zone2
    I can ssh into it
    I can ssh out of it
    I can ping it
    I can ping from it
    I can trace route from it to secure1
    I can ssh to other hosts out on the internet.
    What doesn't work
    I can't do any DNS queries, whether the DNS server is inside of my network or outside of it.
    I can't traceroute past my gateway, tho I can from zone1.
    Finally here's what happens when I do a dns query
    zone2# /usr/sbin/host google.com 66.48.78.91
    ;; connection timed out; no servers could be reached
    Oh, I diffed the zone1.xml and zone2.xml files in /etc/zones and except for things like ip addresses they are the same.
    Any suggestions would be muchly appreciated. Thanks folks.

    ifconfig -a and netstat -rn from the zone that isn't working properly would help.
    Off the top of my head, my guess is that your default route isn't valid for zone 2.

  • Migrating to nsd/unbound from bind for local dns queries

    As it was recently announced that the maintainer of the bind package intends to withdraw support for bind10 in arch when it is released, I decided to move my own systems from running bind to running unbound as the recursive caching dns server in my laptops, and this package in combination with nsd as an authoritative-only dns server on one of the local network machines to provide local dns.  Having done a little research on these two packages before starting out, I found that nsd is in fact used on three of the root dns servers, and has an excellent security pedigree if the CVE statistics are monitored.  For example:
    http://www.cvedetails.com/product/17420 … or_id=9613
    http://www.cvedetails.com/product/18208 … r_id=10197
    both look good compared the stats for bind at
    http://www.cvedetails.com/product/144/I … ndor_id=64
    Having got the packages working on all my machines now, and having had them running very well and stable for some days I thought I would put some information on the arch wiki to help anyone else doing the same migration.  Once the migration is complete then the bind package is no longer needed on any of the machines and can be removed. I understand that anyone already running bind will continue to be able to run that package but it will then become unmaintained and it is therefore worth migrating to supported packages that achieve the same functionality but with added security since separating the authoritative dns functions from those of caching and recursive dns allows one to tighten security on the authoritative server in a way that is not possible when running all dns functions within a single package such as bind. In addition package updates including security fixes will then enable the supported packages to provide a cutting edge dns service.
    https://wiki.archlinux.org/index.php/Unbound
    https://wiki.archlinux.org/index.php/Nsd
    There are also a lot of useful hints on the web page at
    https://calomel.org/nsd_dns.html
    https://calomel.org/unbound_dns.html
    and links from those pages.
    Of course the same packages can also provide dns queries for wan facing web and mail servers and allow queries from outside of the local network as well in the same way that bind as been providing such services on many web and mail servers for many years by changing the configuration files accordingly.
    I hope that this may help other users who want to set up dns servers on their systems.
    Last edited by mcloaked (2013-03-16 15:06:04)

    As it was recently announced that the maintainer of the bind package intends to withdraw support for bind10 in arch when it is released, I decided to move my own systems from running bind to running unbound as the recursive caching dns server in my laptops, and this package in combination with nsd as an authoritative-only dns server on one of the local network machines to provide local dns.  Having done a little research on these two packages before starting out, I found that nsd is in fact used on three of the root dns servers, and has an excellent security pedigree if the CVE statistics are monitored.  For example:
    http://www.cvedetails.com/product/17420 … or_id=9613
    http://www.cvedetails.com/product/18208 … r_id=10197
    both look good compared the stats for bind at
    http://www.cvedetails.com/product/144/I … ndor_id=64
    Having got the packages working on all my machines now, and having had them running very well and stable for some days I thought I would put some information on the arch wiki to help anyone else doing the same migration.  Once the migration is complete then the bind package is no longer needed on any of the machines and can be removed. I understand that anyone already running bind will continue to be able to run that package but it will then become unmaintained and it is therefore worth migrating to supported packages that achieve the same functionality but with added security since separating the authoritative dns functions from those of caching and recursive dns allows one to tighten security on the authoritative server in a way that is not possible when running all dns functions within a single package such as bind. In addition package updates including security fixes will then enable the supported packages to provide a cutting edge dns service.
    https://wiki.archlinux.org/index.php/Unbound
    https://wiki.archlinux.org/index.php/Nsd
    There are also a lot of useful hints on the web page at
    https://calomel.org/nsd_dns.html
    https://calomel.org/unbound_dns.html
    and links from those pages.
    Of course the same packages can also provide dns queries for wan facing web and mail servers and allow queries from outside of the local network as well in the same way that bind as been providing such services on many web and mail servers for many years by changing the configuration files accordingly.
    I hope that this may help other users who want to set up dns servers on their systems.
    Last edited by mcloaked (2013-03-16 15:06:04)

  • What is difference between I-mesage and Text Message, some I want to send I message and but I send text and it's charge to me

    What is difference between I-mesage and Text Message, some timeI want to send I-message and but I send text and it's charge to me.

    Thanks Wj,
    another question, how I got to know, my I-message is activated, I put as ON, but I am not getting mesage it's activated, there is link showing to me, learn more abount I-message. do it will take time? please advise how I can activate my I-message. Please advise.

  • My Apple store ID password is not working, so I tried to send a message to my Yahoo email (ID) the new password, so when it said that a massage was send to my email, but when I login to my yahoo email, I didn't receive any email from apple

    My  other apple store ID ([email protected]) password is not working, so I tried to send a message to my Yahoo email (ID) the new password, so when it said that a massage was send to my email, but when I login to my yahoo email, I didn’t receive any email from apple

    You can send over WiFi, but it sounds as if you need to setup your Gmail account, or did you do this already?

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • I bought an iPad and an iTunes card, I want to buy an application from the Apps store but it only gives me the option of credit card.  How can I buy Pages with my iTunes card to my iPad? thank you

    I bought an iPad and an iTunes card, I want to buy an application from the Apps store but it only gives me the option of credit card.  How can I buy Pages with my iTunes card to my iPad? thank you

    Have you redeemed your iTunes card to an account associated with an Apple ID?
    Once you have your iPad associated with an Apple ID AND you have an account with a credit card associated with the same Apple ID AND you have some 'store credit' (from redeeming your iTunes card) then purchases use the store credit before they charge the credit card, so you should be ok!
    Personally, I use 'store credit' as a way to monitor whether or not there have been any 'unauthorised' purchases because as soon as the store credit is zero, the security code from the credit card is needed for further purchases!  It does mean that I have sometimes to top up store credit before making a purchase, but 'better safe than sorry'! 

  • I upgraded my wife's iMac to Mountain Lion. When I try to set up her cloud connection to sync with her iPad and iPhone, it says it is sending a verification email, but it never arrives. Any way around this. Her phone and iPad seem to already be in sync .

    When I try to set up my wife's Cloud account after upgrading to Mountain Lion, I click on the "send verification email" box, but the email never arrives. Her iPad and iPhone already seem to sync up in the Cloud, but no storage is being used. Any suggestions on how to get the account on her iMac?
    Steve Driggers

    Hi sddmd,
    And you have checked her Junk mail folder?
    Cheers,
    GB

  • HT3529 My group messaging on/off label isn't showing up at all. I can only create group messages but every time someone starts a group chat it says its send to my number but I never got any text. I wen't to settings Messages and I can't find any on/off sw

    I can only create group messages but every time someone starts a group chat it says its send to my number but I never got any text. I wen't to settings>Messages and I can't find any on/off switch.

    Hello there, Idaniabb.
    The following Knowledge Base article offers up some great information in regards to group messaging and also links to another excellent resource for troubleshooting messages as well:
    iOS: Understanding group messaging
    http://support.apple.com/kb/HT5760
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • HI, i bought my i touch 4th gen from the philippines, and i transferred here in the US. i would like to purchase an application here in the US but i wont allow me to. and i have been trying to change my address and country but it wont let me too.

    HI, i bought my i touch 4th gen from the philippines, and i transferred here in the US. i would like to purchase an application here in the US but i wont allow me to. and i have been trying to change my address and country but it wont let me too.

    What happens when you change your address in your iTunes account? You also have to have a payment method associated with the USA, For example gift cards are restricted to the country of their purchase.

Maybe you are looking for

  • My quicktime library folder disappeared, how do I get it back?

    I was trying to install this XVID Codec for the application toast titanium in order for it to work. I found a file and it told me to put it in the library/quicktime folder, so I did. I restarted the computer and it didn't work. So I found another one

  • Automatic Settlement for Prod.orders & Product Cost Collectors.

    Dear all, Please help me how to carryout the Automatic settlement of Production orders & Product Cost collectors on every month last working day mid night. Please tell me how to schedule this as an automatic scheduled job. This program is not been al

  • Oraganisation Chart

    Hi, i have jus try to create an organisation chart .So i have create java script and application process .But Now in Region There is no Organisation chart display. Java Script Put In HTML header <script src="http://www.google.com/jsapi"></script>  <s

  • Repeat Alarm shows it went off but no sound

    I have to get up at 3 stinkin' am to take a pill every night... Since I've had this phone the repeate alarm will go off only once, when you origionaly set it. Then after that is shows it went off but makes no sound..  I've been to apple, they had me

  • On opening I get message "The connection was reset. The connection to the server was reset while the page was loading" ??

    On startup of Mozilla I recieve a message saying "The connection was reset ". The connection to the server was reset while the page was loading. Try again? After hitting the try again button it works. == This happened == Every time Firefox opened ==