B bbzz Nov 21, 2012 #1 I need to limit portrange in a jail. What's the best way to do that. It needs affect only that jail. For example, in a jail # sysctl net.inet.ip.portrange.hifirst=65100
I need to limit portrange in a jail. What's the best way to do that. It needs affect only that jail. For example, in a jail # sysctl net.inet.ip.portrange.hifirst=65100
SirDice Administrator Staff member Administrator Moderator Nov 21, 2012 #2 I don't think you can. A sysctl(8) changes kernel parameters and there's only one kernel active.