Reference: https://people.freebsd.org/~ivy/bridge_vlan_filtering.txt
I am trying to get a jail host working with VLANs that are present on it's physical network to be selectively available to vnet jails.
E.g
Jail host has one IP address assigned via DHCP from the untagged 'vlan1'
Jails on this host can belong to one of two other tagged VLANS, 'vlan2, vlan3'
Jails are assigned static IP addresses and cannot be members of 'vlan1'.
It appears that FreeBSD 15 vlanfilter only works when entered from the command line or when scripted. I cannot find any documentation on how to use vlanfilter in /etc/rc.conf
I assume that processing FreeBSD 15 VLAN filtering bridges from /etc/rc.conf has yet to be implemented and only pre-15 bridge per VLAN configuration can currently be processed in 15.x . Am I correct with this assumption?
If FreeBSD 15.x /etc/rc.conf can process vlanfilter bridge configurations, can you point me to some proven to work documentation for /etc/rc.conf .
I am trying to get a jail host working with VLANs that are present on it's physical network to be selectively available to vnet jails.
E.g
Jail host has one IP address assigned via DHCP from the untagged 'vlan1'
Jails on this host can belong to one of two other tagged VLANS, 'vlan2, vlan3'
Jails are assigned static IP addresses and cannot be members of 'vlan1'.
It appears that FreeBSD 15 vlanfilter only works when entered from the command line or when scripted. I cannot find any documentation on how to use vlanfilter in /etc/rc.conf
I assume that processing FreeBSD 15 VLAN filtering bridges from /etc/rc.conf has yet to be implemented and only pre-15 bridge per VLAN configuration can currently be processed in 15.x . Am I correct with this assumption?
If FreeBSD 15.x /etc/rc.conf can process vlanfilter bridge configurations, can you point me to some proven to work documentation for /etc/rc.conf .