Disable IPv6 in Debian

December 29th, 2009 | Tags:

I have problem with Java Webstart applications, which are using IPv6 by default. Because I’m not using IPv6 at all I decide to disable this protocol completely.

There are many pages how to disable ipv6 under Debian, but most of them was not working for me.

The most easiest work well:

Modify /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1"

Don’t forget to run update-grub after change (and reboot).

Then if you run

$ ip a

you should not see any IPv6 addresses…

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
No comments yet.