Start of a script for managing bhyve virtual machines.

This commit is contained in:
Tom Alexander
2023-04-26 17:58:46 -04:00
parent 9fcc955d13
commit 3dd710eab6
2 changed files with 98 additions and 15 deletions

View File

@@ -22,7 +22,10 @@ rdr pass on $not_ext_if proto {tcp, udp} from any to 10.215.1.1 port 53 -> 1.1.1
# filtering
block log all
pass out on $ext_if
pass in on jail_nat
# Allow traffic from my machine to the jails/virtual machines
pass out on jail_nat from jail_nat
# We pass on the interfaces listed in allow rather than skipping on
# them because changes to pass rules will update when running a