I have been reading up on VNET Jails and looking at the work in usr/src/share/examples/jails
reading about jng (is this jails next generation?) and jib.
Plus I have read the README and a good article on FreeBSD Journal plus some forum posts.
My question is can I use a dedicated network interface for each jail. I don't want to use a bridge.
For example I need only one jail and I have two network interfaces on my motherboard.
So host uses igb0 and I want my jail to use igb1.
All my reading seems to indicate that I need epairs or a bridge to use a dedicated interface.
Is this correct? I was hoping to use an arrangement like I use on bhyve where I pass thru a whole network interface for each VM.
My upstream firewall assigns IP via DHCP and provides a firewall.
Is it possible to do the same with jails? Pass thru igb1 to the jail?
This seems to be the format for epairs. Is this the only way to do interface pass-thru to a jail?
vnet_interfaces="e0b_{name}
reading about jng (is this jails next generation?) and jib.
Plus I have read the README and a good article on FreeBSD Journal plus some forum posts.
My question is can I use a dedicated network interface for each jail. I don't want to use a bridge.
For example I need only one jail and I have two network interfaces on my motherboard.
So host uses igb0 and I want my jail to use igb1.
All my reading seems to indicate that I need epairs or a bridge to use a dedicated interface.
Is this correct? I was hoping to use an arrangement like I use on bhyve where I pass thru a whole network interface for each VM.
My upstream firewall assigns IP via DHCP and provides a firewall.
Is it possible to do the same with jails? Pass thru igb1 to the jail?
This seems to be the format for epairs. Is this the only way to do interface pass-thru to a jail?
vnet_interfaces="e0b_{name}