[opensuse] How do I disable dhcp 6 client
Hi, How do I disable the start up of the IPv6 dhcp client? The client is filling up the system log with messages as it cannot get a lease. I've set DHCLIENT6_BIN="none" in /etc/sysconfig/network/dhcp in the hopes that an unrecognized/unsupported option would would prevent the startup of the IPv6 client, but this did not work. I also set: echo “alias net-pf-10 off” >> /etc/modprobe.conf.local echo “alias ipv6 off” >> /etc/modprobe.conf.local But that didn't do the trick either. Help is appreciated. Thanks, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU SUSE-IBM Software Integration Center LINUX Tech Lead rschweikert@novell.com rschweikert@ca.ibm.com 781-464-8147 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sat, 28 May 2011 06:28:01 -0400 Robert Schweikert <rschweikert@novell.com> wrote:
Hi,
How do I disable the start up of the IPv6 dhcp client? The client is filling up the system log with messages as it cannot get a lease.
I've set DHCLIENT6_BIN="none" in /etc/sysconfig/network/dhcp in the hopes that an unrecognized/unsupported option would would prevent the startup of the IPv6 client, but this did not work.
I also set: echo “alias net-pf-10 off” >> /etc/modprobe.conf.local echo “alias ipv6 off” >> /etc/modprobe.conf.local
But that didn't do the trick either.
Help is appreciated.
Thanks, Robert
Hi Robert, Maybe something here? <http://forums.opensuse.org/english/get-technical-help-here/how-faq-forums/unreviewed-how-faq/412555-disable-ipv6.html> hth & regards, Carl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am Samstag, 28. Mai 2011 schrieb Robert Schweikert:
How do I disable the start up of the IPv6 dhcp client? The client is filling up the system log with messages as it cannot get a lease.
That messages mentioned here http://lists.suse.com/opensuse- de/2011-02/msg00508.html ?
I've set DHCLIENT6_BIN="none" in /etc/sysconfig/network/dhcp in the hopes that an unrecognized/unsupported option would would prevent the startup of the IPv6 client, but this did not work.
Workaround only for DHCPv6 without touching general IPv6 is provided here https://bugzilla.novell.com/show_bug.cgi?id=616765#c4
I also set: echo “alias net-pf-10 off” >> /etc/modprobe.conf.local echo “alias ipv6 off” >> /etc/modprobe.conf.local
So, you want to disable IPv6 completely? I assume you are not using the NetworkManager, since I do and do not see these messages. AFAIK you can disable IPv6 in YaST easily. HTH Jan -- To think is easy and to act is hard, but the hardest thing in the world is to act in accordance with your thinking. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Saturday, May 28, 2011 05:28:01 AM Robert Schweikert wrote:
I've set DHCLIENT6_BIN="none" in /etc/sysconfig/network/dhcp
Check /bin/false too, but that can flood your logs with messages about dhcp6 client error. I have disabled IPv6 in every place I know of, which includes YaST Network Devices, KDE and Firefox. I'm not sure about current status - but once before there was need to touch KDE and Firefox separately, even IPv6 was disabled system wide in YaST. -- Regards, Rajko -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Carl Hartung
-
Jan Ritzerfeld
-
Rajko M.
-
Robert Schweikert