Hi all,
I have manage to bridge different network and same network,
but recently i have been reading about routing network.
The objective now is the mikrotik box can act as router not switch anymore (today it was using bridge interface between each box). Is this possible? or i am just day dreaming?
I am not sure if this is right, so please advise and comment please,
I have 1 wlan interface and 1 ether interface on each mikrotik box.
I have try these setting, but still can not ping each ether from each box.
The bridge port only contain wireless interface, and only establish ap to station-wds between them.(Is this correct? can we put out the wlan from bridge port? since i dont want to use bridging)
Box 1
====
ether1 = 192.168.1.1
wlan1 = 172.168.1.1 (mode ap)
/ip route add dst-address= 192.168.1.2/32 gateway=172.168.1.2
Box 2
====
ether1 = 192.168.1.2
wlan1 = 172.168.1.2 (mode station-wds)
/ip route add dst-address= 192.168.1.1/32 gateway=172.168.1.1
Please advise or give any comment,
thank you so much!