Lestrad wrote:
> I've followed all the instructions to disable ipv6 except for disabling
> ipv6 on my router, which my ISP (Free) will not allow me to do. After
> reboot I still seem to be getting ipv6 addresses:
>
First, after a reboot, check:
Code:
--------------------
systemctl status systemd-sysctl.service
sysctl net.ipv6.conf.all.disable_ipv6 net.ipv6.conf.lo.disable_ipv6
net.ipv6.conf.eth0.disable_ipv6
--------------------
should indicate systemd-sysctl as Active: active (exited)
and:
Code:
--------------------
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1
--------------------
Maybe systemd-networkd is interfering:
Code:
--------------------
systemctl status systemd-networkd.service
--------------------
If it is active / enabled, 'disable IPv6 for it'
(https://wiki.archlinux.org/index.php/IPv6#systemd-networkd_2) as well.
Basically, the [Network] section of
/etc/systemd/network/20-wired.network should look similar to this:
Code:
--------------------
[Network]
DHCP=ipv4
LinkLocalAddressing=ipv4
IPv6AcceptRA=no
--------------------
Check before rebooting:
systemctl restart systemd-networkd.service
SW: 'Web UI for LMS'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
| 'Playlist Editor / Generator'
(http://forums.slimdevices.com/showthread.php?108199-Announce-LMS-Playlist-Editor)
| 'Music Classification'
(http://forums.slimdevices.com/showthread.php?108278-Announce-Essentia-Integration-music-classification-(moods-genres-))
| 'Similar Music'
(http://forums.slimdevices.com/showthread.php?108495-Announce-LMSmusly-play-similar-music)
| 'LMSlib2go' (https://www.nexus0.net/pub/sw/lmslib2go/)
HowTos: 'build a self-contained LMS'
(http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS)
| 'Ogg Opus'
(http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files)
| 'Bluetooth/ALSA'
(http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio))
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=101624
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix