This shows you the differences between two versions of the page.
mission:log:2013:02:06:ubuntu-ipv4-ipv6-dual-stack-name-resolution-fix [2013-02-06 13:41] – created chrono | mission:log:2013:02:06:ubuntu-ipv4-ipv6-dual-stack-name-resolution-fix [2013-06-05 14:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Ubuntu IPv4-IPv6 Dual-Stack name resolution fix ====== | ||
+ | In case you're up to date and want to offer v4 and v6 services in order to promote v6 you may have run into the issue, that apt-get and git and a lot of other programs on your box won't work properly anymore. The main reason why this is happening, is that many upstream services already resolve AAAA but the services attached are not properly configured. Ubuntu' | ||
+ | |||
+ | Add the following to / | ||
+ | |||
+ | < | ||
+ | precedence :: | ||
+ | </ | ||
+ | |||
+ | This will prefer local v4 resolution and will get us through the nasty phase of having to deal with both v4 and v6. | ||
+ | |||
+ | {{tag> | ||
+ | |||
+ | {{keywords> | ||
+ | |||
+ | |||
+ | ~~DISCUSSION~~ |