Hi there,
I was trying to activate the privacy extensions on my Libreelec for IPv6, as so far it only generates IPv6 based on the MAC address.
I did so by setting sysctl in a file in /etc/sysctl.d and reading it via sysctl -p
net.ipv6.conf.all.use_tempaddr=2
net.ipv6.conf.default.use_tempaddr=2
net.ipv6.conf.eth0.use_tempaddr=2
This somewhat works, as an additional random IP is generated. However two things were not as expected:
- When rebooting, the eth0 setting gets reset to 0 and only the MAC based IPv6 gets generated. The "all" and "default" are still the same. So something else seems to configure this?
- The new address generated is a "global secondary dynamic". Shouldn't it be a temporary one?
Anyone has experience on this and can help how this can be configured correctly in Libreelec?
PS.: I am using Milhouse builds: LibreELEC (Milhouse): devel-20190327210311-#0327-g5ccaa74 [Build #0327]
Thanks
Chris