Subject: sysctl fails on setting ip6 port range
To: None <tech-kern@netbsd.org>
From: None <diro@nixsys.bz>
List: tech-kern
Date: 11/27/2006 10:37:07
in /etc/sysctl.conf:

net.inet6.ip6.anonportmin=25000
net.inet6.ip6.anonportmax=49151

on boot:

sysctl: /etc/sysctl.conf#27: net.inet6.ip6.anonportmin: sysctl() failed with
Invalid argument
sysctl: /etc/sysctl.conf#28: net.inet6.ip6.anonportmax: sysctl() failed with
Invalid argument

This has worked fine for me before. Why not now?