We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2013-12-29 21:02:23 +0200 |
I tried to set use_tempaddr for ipv6 privacy IPs (temporary global addresses) by creating /etc/sysctl.d/privacy-ipv6.conf:
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
net.ipv6.conf.wlan0.use_tempaddr=2
but sysctl -f this file, echo the parameters directly in /sys... and reboot does not work. Is there something missing?
2 | No.2 Revision |
I tried to set use_tempaddr for ipv6 privacy IPs (temporary global addresses) by creating /etc/sysctl.d/privacy-ipv6.conf:
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
net.ipv6.conf.wlan0.use_tempaddr=2
but sysctl -f -p this file, echo the parameters directly in /sys... and reboot does not work. Is there something missing?
3 | retagged |
I tried to set use_tempaddr for ipv6 privacy IPs (temporary global addresses) by creating /etc/sysctl.d/privacy-ipv6.conf:
net.ipv6.conf.all.use_tempaddr = 2
net.ipv6.conf.default.use_tempaddr = 2
net.ipv6.conf.wlan0.use_tempaddr=2
but sysctl -p this file, echo the parameters directly in /sys... and reboot does not work. Is there something missing?