how to do vlan between freebsd and mikrotik?

Hello,

I have tried to make a vlan between mikrotik and freebsd and failed.

I use freebsd 4.11-stable and mikrotik 2.9.23

I created a vlan interface on mikrotik and told it to use vlan ID 10 and gave it IP address of 192.168.4.10/24 and attached it to ether1

On FreeBSD, I created vlan
ifconfig vlan0 create vlan 10 vlandev fxp3
ifconfig vlan0 inet 192.168.4.9 netmask 255.255.255.0

The ether1 of mikrotik is connected to fxp3 of FreeBSD and this link works because I also gave IPs on ether1 and fxp3 and they are able to communicate however vlans on Mikrotik and FreeBSD are not able to ping each other.

Any ideas?

Thanks,
Evren

Sorry, I think this was a wrong alarm. I got mixed up the ethernet ports obviously :slight_smile:
Thanks,
Evren

Check (by using ethereal or similar) to verify that the vlan packets are correct.
One or the other may tamper with the 802.1Q/P priority field.