To improve the user experience on this site we use cookies. I agree | I disagree

How to configure vlan on bridge interface br0?

In category Routers .


add to Startup Script:

ip link add name br0.11 link br0 type vlan id 11
ip link add name br0.22 link br0 type vlan id 22
ip addr add 192.168.11.1/24 broadcast 192.168.11.255 dev br0.11
ip addr add 192.168.22.1/24 broadcast 192.168.22.255 dev br0.22
ip link set br0.11 up
ip link set br0.22 up

 

 

 

To the FAQ overview