I'm trying to allow ports lower than 1023 in my jail:
Works fine on the host:
What can be the reason for that and is there some workaround?
# sysctl net.inet.ip.portrange.reservedhigh=79
net.inet.ip.portrange.reservedhigh: 1023
sysctl: net.inet.ip.portrange.reservedhigh=79: Operation not permitted
Works fine on the host:
# sysctl net.inet.ip.portrange.reservedhigh=79
net.inet.ip.portrange.reservedhigh: 79 -> 79
What can be the reason for that and is there some workaround?