|
Try this:
1. open file /etc/default/grub
nano /etc/default/grub
2 add "ipv6.disable=1" in variable GRUB_CMDLINE_LINUX_DEFAULT, example:
GRUB_CMDLINE_LINUX_DEFAULT="quiet ipv6.disable=1"
3. last step, update grup and reboot PC:
update-grub reboot
Dana 02/01/2014 07:47, Charlie je napisao(la):
Another thing I would like to do is to disable ipv6 on this system
as satellite doesn't use ipv6
Without doing ifdown eth0 to see if I was using ipv6, I did:
# rmmod ipv6
libkmod: ERROR ../libkmod/libkmod-module.c:1802
kmod_module_get_holders: could not open '/sys/module/ipv6/holders': No
such file or directory Error: Module ipv6 is in use
So there is ipv6 in use.
How can I disable it and if someone knows, how can that enabled again
should I want to do so?
Thank you,
Charlie
--
Registered Linux User:- 329524
***********************************************
Art is merely the refuge which the ingenious have invented,
when they were supplied with food and women, to escape the
tediousness of life. .....W. Somerset Maugham
***********************************************
Debian GNU/Linux - just the best way to create magic
-----------------------------------------------------
#
Dana 02/01/2014 07:47, Charlie je napisao(la):
Another thing I would like to do is to disable ipv6 on this system
as satellite doesn't use ipv6
Without doing ifdown eth0 to see if I was using ipv6, I did:
# rmmod ipv6
libkmod: ERROR ../libkmod/libkmod-module.c:1802
kmod_module_get_holders: could not open '/sys/module/ipv6/holders': No
such file or directory Error: Module ipv6 is in use
So there is ipv6 in use.
How can I disable it and if someone knows, how can that enabled again
should I want to do so?
Thank you,
Charlie
--
Registered Linux User:- 329524
***********************************************
Art is merely the refuge which the ingenious have invented,
when they were supplied with food and women, to escape the
tediousness of life. .....W. Somerset Maugham
***********************************************
Debian GNU/Linux - just the best way to create magic
-----------------------------------------------------
|