Bug 558020 - disable ipv6 in YaST2
Summary: disable ipv6 in YaST2
Status: RESOLVED FIXED
: 570638 (view as bug list)
Alias: None
Product: openSUSE 11.3
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Factory
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Michal Zugec
QA Contact: Jiri Srain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-24 14:07 UTC by Michal Zugec
Modified: 2021-02-26 20:25 UTC (History)
3 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***