View Single Post
Posts: 134 | Thanked: 91 times | Joined on Nov 2009 @ Imperial College London
#1553
Originally Posted by cedricp View Post
Hello everybody,

I think I'm running into this bug:
https://bugs.maemo.org/show_bug.cgi?id=9943

When I try to connect, mfe is asking for AAAA record. It gets a response, but the standart kernel is not able to talk ipv6.

Is there a way to prevent mfe to ask for a AAAA and directly ask for a A record (v4)?
I recently started seeing this problem. After spending more time investigating than I care to admit I found a simple workaround (also posted to the bug report). If you set an ipv4 address for your exchange host in the dnsmasq config it will reject the AAAA request with "NODATA-IPv6" which gets us past the bug. So something like (as root):

echo "address=/yourexchangehost.com/123.45.67.8" >> /etc/dnsmasq.conf
With the obvious replacements.

Cheers,
Jan

Last edited by Big Phat Jan; 2012-05-29 at 17:06. Reason: The code tag introduces newlines. Very silly.