Подскажите, что не понимаю.
Сбросил настройки.
Два порта, в бридж не объединены, каждый смотрит в свою сеть, на каждом есть адрес из своей подсети.
Думал, что маршрутизация между сетями должна работать по умолчанию?
Код: Выделить всё
[admin@MikroTik] > export
# jan/02/1970 01:15:02 by RouterOS 6.46.8
# software id = LVND-6M6A
#
# model = 951G-2HnD
# serial number = 965009C239E7
/interface wireless
set [ find default-name=wlan1 ] ssid=MikroTik
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port
add interface=ether1
add interface=ether3
/ip address
add address=10.0.3.1/24 interface=ether3 network=10.0.3.0
add address=10.0.0.194/24 interface=ether1 network=10.0.0.0
[admin@MikroTik] > ip route print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADC 10.0.0.0/24 10.0.0.194 ether1 0
1 ADC 10.0.3.0/24 10.0.3.1 ether3 0