Comments
Hello, I've got the same problems. A kind of solution is reported in #560056 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560056).
#1 medspx (Homepage) on 2010-01-12 10:25
This is the bug, it's actually caused by a recently changed "bindv6only" sysctl option. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560238
#2 Someone on 2010-01-12 10:37
You can disable IPv6 by adding the ipv6.disable=1 kernel parameter.
#3 Rik on 2010-01-12 11:02
This is not related to IPv6 per se, but to java and/or the nettools maintainers that decided to SILENTLY switch off the transparent IPv6-to-IPv4 bridging Comment net.ipv6.bindv6only = 1 in /etc/sysctl.d/bindv6only Another one like that and I switch to Ubuntu ... I'm really getting tired with Debian maintainers of core packages that don't care at all about their users.
#4 Sylvain on 2010-01-12 11:03
If you're: - running production environment on Sid, - not reading changelogs from updated packages - throwing tantrums like this, then you're getting exactly what you deserve for not thinking, what you're actually doing. The change is not a bug, it exposes bugs in other software.
#4.1 Jubal on 2010-01-13 18:27
I think its related to netbase update to v4.40. There it changes or adds /etc/sysctl.d/bindv6only.conf
#5 kikeenrique (Homepage) on 2010-01-12 11:22
Thank you! A crappy java app I used for monitoring suddenly stopped working; I was pretty sure it was something to do with this. Saved me much time
#6 Ian on 2010-01-12 20:36
I think your title is misleading. To claim that IPv6 "sucks" probably reflects worse on yourself than on IPv6. If the problem is indeed caused by bindv6only, then the application is broken, and "sucks". I think it is great that Marco is pushing such changes because at some point we need to disable compatibility and put the blame on the applications that are broken. IPv6 is 20 years old, after all!
#7 martin f. krafft (Homepage) on 2010-01-12 20:43
I've had success with ip -6 route add unreachable default for routers advertising non-existing IPv6 functionality before as a one-time fix. YMMV.
#8 Patrik on 2010-01-12 20:47
If advertising is the problem, set net.ipv6.conf.*.autoconf = 0 net.ipv6.conf.*.accept_ra = 0 net.ipv6.conf.*.accept_ra_defrtr = 0 net.ipv6.conf.*.accept_ra_pinfo = 0 net.ipv6.conf.*.accept_source_route = 0 net.ipv6.conf.*.accept_redirects = 0 net.ipv6.conf.*.forwarding = 0 with sysctl. Note that the * doesn't actually work. :( You also only need the first two, but those who do usually want the others as well.
#9 martin f. krafft (Homepage) on 2010-01-14 09:06
Add Comment

E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

 
Submitted comments will be subject to moderation before being displayed.