I have a vnet jail for my physical NIC. In order to start the pf service in that jail, I had to add a devfs.rule to unhide /dev/pf.
I also have wireguard jails which I intend to do the same, and connect them to my NIC-jail. (everything is vnet).
Does anyone know if this is a bad idea?
Will multiple jails having access to /dev/pf cause conflicts?
Will I have to be careful about specifying in/out to/from IP addresses associated with the jails to avoid conflicting rules?
What kind of security implications does this have?
Should I maybe run a different packet filter program? Or other solutions I am missing?
I also have wireguard jails which I intend to do the same, and connect them to my NIC-jail. (everything is vnet).
Does anyone know if this is a bad idea?
Will multiple jails having access to /dev/pf cause conflicts?
Will I have to be careful about specifying in/out to/from IP addresses associated with the jails to avoid conflicting rules?
What kind of security implications does this have?
Should I maybe run a different packet filter program? Or other solutions I am missing?