Bug 558020

Summary: disable ipv6 in YaST2
Product: [openSUSE] openSUSE 11.3 Reporter: Michal Zugec <mzugec>
Component: YaST2Assignee: Michal Zugec <mzugec>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: mt, nettezzaumanaa, werner
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Michal Zugec 2009-11-24 14:07:26 UTC
In previous versions we had ipv6 build as module, but this has been changed:
http://gitorious.org/opensuse/kernel-source/commit/24c9cb7f02c14eec6c059497a23a00c71841beab

That means that our supported way to disable ipv6 (blacklist module)
dont' work:
http://en.opensuse.org/SDB:Disabling_IPv6_completely
http://en.opensuse.org/Disable_IPv6

Many users don't want ipv6:
http://forums.opensuse.org/network-internet/426511-11-2-ipv6-not-disabled.html

temporary
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
or permanently
edit /etc/sysctl.conf by adding this line:
net.ipv6..conf.all.disable_ipv6 = 1

solves this problem
Comment 1 Michal Zugec 2009-11-25 14:19:00 UTC
fixed in yast2-network-2.19.2
Comment 2 Michal Zugec 2010-01-14 13:25:08 UTC
*** Bug 570638 has been marked as a duplicate of this bug. ***