port 1-3 is for vmware port 6 is on vlan 21 and there is vm inside the vmware server also in vlan 21 and I cant ping across.
Code: Select all
/interface bridge
add l2mtu=1598 name=bridge-native
add l2mtu=1598 name=bridge-public
add l2mtu=1598 name=bridge-trunk
/interface vlan
add interface=bridge-native l2mtu=1594 name=vlan-21-native vlan-id=21
add interface=bridge-public l2mtu=1594 name=vlan-50-public vlan-id=50
add interface=bridge-trunk l2mtu=1594 name=vlan-21-trunk vlan-id=21
add interface=bridge-trunk l2mtu=1594 name=vlan-50-trunk vlan-id=50
/interface bridge port
add bridge=bridge-native interface=ether6
add bridge=bridge-public interface=ether7
add bridge=bridge-public interface=ether8
add bridge=bridge-native interface=ether9
add bridge=bridge-native interface=ether10
add bridge=bridge-trunk interface=ether1
add bridge=bridge-trunk interface=ether2
add bridge=bridge-trunk interface=ether3
add bridge=bridge-trunk interface=ether4
add bridge=bridge-trunk interface=ether5
/ip address
add address=192.168.21.1/24 interface=bridge-native
add address=192.168.50.1/24 interface=bridge-public
/ip dns
set allow-remote-requests=yes