I've tried several different ways to accomplish what seems to be a very simple task. My design goals are simply:
robocfg vlan 11 ports "1t 2t"
vconfig add eth1 11
brctl addif br0 vlan11
ifconfig vlan11 192.168.203.1
I set my laptop interface to tagged VLAN 11 with IP address of 192.168.203.2 and I am unable to ping 192.168.203.1
Does anyone have any experience with this and could help me out?
- Create VLAN 11 and assign to ports 1 & 2 (tagging)
- Create a virtual interface for VLAN 11, and give it the ip address of 192.168.203.1
robocfg vlan 11 ports "1t 2t"
vconfig add eth1 11
brctl addif br0 vlan11
ifconfig vlan11 192.168.203.1
I set my laptop interface to tagged VLAN 11 with IP address of 192.168.203.2 and I am unable to ping 192.168.203.1
Does anyone have any experience with this and could help me out?