VLAN+bridge problem [was: no network between jails and host with VNET on same interface]

John-Mark Gurney jmg at funkthat.com
Fri Oct 4 19:53:39 UTC 2019


Alexander N. Lunev via freebsd-net wrote this message on Thu, Oct 03, 2019 at 08:18 +0300:
> 02.10.2019 12:21, Bjoern A. Zeeb wrote:
>  > My best guess would be to try to create the VLAN interface on the host
>  > upon the bridge and not upon the physical interface.  Can you try that
>  > and see if that works?
> 
> You mean like this?
> 
> # ifconfig vlan222 create
> # ifconfig bridge1 create
> # ifconfig vlan222 vlandev bridge1 vlan 22
> ifconfig: SIOCSETVLAN: Protocol not supported

You can create an epair, add it to the bridge, and then vlan the epair
successfully.  I've had to do that myself.

-- 
  John-Mark Gurney				Voice: +1 415 225 5579

     "All that I will do, has been done, All that I have, has not."


More information about the freebsd-net mailing list