I have two subnets within a vlan. e.g. #
The network addresses are 192.168.8.240 and 192.168.8.248
The network mask is 255.255.255.248 (ie 29 bits used for network address)
Both of these networks are tagged with the tag 8 by the switch.
I have a single interface I want to be on both networks. I am using netbsd. Both of these are set up to user the vlan 8 tag.
vlan0 192.168.8.254/29
vlan1 192.168.8.246/29
vlan0 doesnt seem to be able to receive packets. Is it possible to have 2 virtual interfaces using the same tag 8 with 2 different ip addresses ???
vlan1 works fine and can ping the other nodes in the 192.168.8.240 network.