[Bug 1214191] cannot disable IPv6 persistent
https://bugzilla.suse.com/show_bug.cgi?id=1214191 https://bugzilla.suse.com/show_bug.cgi?id=1214191#c9 --- Comment #9 from Zaoliang Luo <zluo@suse.com> --- This is weird, it is not working on my Tumbleweed with Network-Manager(wifi). zaoliang@dell-5320:~> ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever 2: wlo1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 9c:fc:e8:d1:c2:9d brd ff:ff:ff:ff:ff:ff altname wlp0s20f3 inet 192.168.8.128/24 brd 192.168.8.255 scope global dynamic noprefixroute wlo1 valid_lft 43192sec preferred_lft 43192sec inet6 fe80::c72c:3d4:8466:ddf4/64 scope link noprefixroute valid_lft forever preferred_lft forever 3: enp57s0u1u4: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000 link/ether 70:b5:e8:8c:2c:c6 brd ff:ff:ff:ff:ff:ff 4: br0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 72:51:a1:17:f8:0c brd ff:ff:ff:ff:ff:ff zaoliang@dell-5320:~> find /usr/lib/sysctl.d/ -type l -ls 531891 4 lrwxrwxrwx 1 root root 24 Oct 9 11:11 /usr/lib/sysctl.d/99-sysctl.conf -> ../../../etc/sysctl.conf zaoliang@dell-5320:~> cat /usr/lib/sysctl.d/99-sysctl.conf #### # # To disable or override a distribution provided file just place a # file with the same name in /etc/sysctl.d/ # # See sysctl.conf(5), sysctl.d(5) and sysctl(8) for more information # #### net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1 zaoliang@dell-5320:~> cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20231010" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20231010" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20231010" BUG_REPORT_URL="https://bugzilla.opensuse.org" SUPPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" LOGO="distributor-logo-Tumbleweed" -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com