Hi.
I've been trying to create VLAN connection between two mikrotiks.
Followd the example from the documentation part.
But unfortunatelly I was not able to ping from one to the other.
Had anyone same problem ?
Thanks
add arp=enabled comment="" disabled=no interface=lan5 l2mtu=1518 mtu=1482 \
name=vlan1 use-service-tag=yes vlan-id=33
add address=192.168.70.1/24 broadcast=192.168.70.255 comment="" disabled=no \
interface=lan5 network=192.168.70.0
add address=192.168.70.11/24 broadcast=192.168.70.255 comment="" disabled=no \
interface=vlan1 network=192.168.70.0
add arp=enabled comment="" disabled=no interface=ether1 l2mtu=1522 mtu=1482 \
name=vlan1 use-service-tag=yes vlan-id=33
add address=192.168.70.2/24 broadcast=192.168.70.255 comment="" disabled=no \
interface=ether1 network=192.168.70.0
add address=192.168.70.12/24 broadcast=192.168.70.255 comment="" disabled=no \
interface=vlan1 network=192.168.70.0
i've disabled the same ip subnet for ethernet and vlan.Wrong IP addressing. Ethernet and VLAN cant share same ip subnet (192.168.70.0/24)