cancel
Showing results for 
Search instead for 
Did you mean: 

Error resolving hostname

mydsl
Newbie
Posts: 2
Registered: ‎21-04-2015

Error resolving hostname

I am using OS X and many programs check my machine's fully qualified domain name while starting up.
It seems there is an issue with AAAA lookups.

$ dig A macbook-pro.lan
macbook-pro.lan.        1429606190 IN  A      192.168.1.2
;; SERVER: 192.168.1.254#53(192.168.1.254)

But if I check for the IPv6 record:
$ dig AAAA macbook-pro.lan
;; Warning: Message parser reports malformed message packet.
;; SERVER: 192.168.1.254#53(192.168.1.254)

I don't get an answer.
It seems like something is wrong with the DNS server on the router.
Can anyone help with this issue?
3 REPLIES 3
dvorak
Moderator
Moderator
Posts: 29,498
Thanks: 6,627
Fixes: 1,483
Registered: ‎11-01-2008

Re: Error resolving hostname

Does your router support IPv6 and is it switched on?
Customer / Moderator
If it helped click the thumb
If it fixed it click 'This fixed my problem'
mydsl
Newbie
Posts: 2
Registered: ‎21-04-2015

Re: Error resolving hostname

I'm not sure but I just received my Plusnet router this week. It's a Sagecom model.
I would assume that most routers support IPv6 even if the ISP isn't yet allocating subnets.
Is there any way to view the router's logs?  I see I can access dsldevice.lan/expert_user.html but it doesn't really give access to logs etc.
This is causing lots of problems for me because important programs are starting up slowly.
pwatson
Rising Star
Posts: 2,470
Thanks: 8
Fixes: 1
Registered: ‎26-11-2012

Re: Error resolving hostname

Try disabling IPv6 on your client machines and see if this makes a difference.  If you really *must* have names resolving on your local LAN you'd be far better off running a local DNS server rather than relying on your router.