Thanks very much for your explanation. I've tried two values,
securelevel and ip6 forwarding and both did not work.
However trying another value as recommended (hw.audio0.multiuser) did
the trick.
So I have just picked the two wrong settings.
Thanks again
Ede
Am 30.04.20 um 17:47 schrieb [email protected]:
Hello,
On Thu, Apr 30, 2020 at 05:37:18PM +0200, Ede Wolf wrote:
So f.e. I've added:
net.inet6.ip6.forwarding=1
to /etc/sysctl.conf
But this does not get respected. [...] What am I missing?
That variable is set by /etc/rc.d/networking depending on the value of
the rc.conf variable ip6mode. You need "router" to enable forwarding, else
it's disabled.
So what happens is that /etc/rc.d/sysctl enables v6 routing for you, then
/etc/rc.d/networking disables it again.
For a test whether rc.d/sysctl runs I'd suggest something mostly harmless
like hw.acpi.acpiout0.brightness=75
Regards
-is