I'm trying to do something simple. I have a system with a single physical interface, bce0. I want to create a vlan0 with another address on the same subnet as the address of bce0 and then assign that vlan0 address to a jail. Main reasoning is so I can monitor the traffic for the jail separately.
I have enabled the system as a gateway in rc.conf. bce0 has 172.16.2.135. I did:
I didn't assign vlan0 to bce0. I can ping 172.16.2.136 locally from the system, but not from other devices on the network. What am I missing here? Is this even possible?
I have enabled the system as a gateway in rc.conf. bce0 has 172.16.2.135. I did:
ifconfig vlan0 create
ifconfig vlan0 inet 172.16.2.136 netmask 255.255.255.0
I didn't assign vlan0 to bce0. I can ping 172.16.2.136 locally from the system, but not from other devices on the network. What am I missing here? Is this even possible?