Сбросил все настройки. Вот как настроил. Прописал айпишки на интерфесы. Прописал айпихи вручную на ПК. ПК пингует всех кто подключен к даному микроту, что по моему раньше без бриджа было невозможно... И вот что теперь сделать чтоы пинг ушел на следующий микротик и машины подключенные ко второму микроту ?
Надо ли Влан заводить ? Или вросто маршрут прописать ?
[admin@MikroTik] > export
# feb/09/2022 04:02:40 by RouterOS 7.1
# software id =
#
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/ip address
add address=10.10.1.1/24 interface=ether1 network=10.10.1.0
add address=10.10.2.1/24 interface=ether2 network=10.10.2.0
add address=10.10.3.1/24 interface=ether4 network=10.10.3.0
/ip dhcp-client
add interface=ether1
/ip route
add check-gateway=ping disabled=no distance=10 dst-address=10.10.1.0/24 \
gateway=10.10.3.2 pref-src="" routing-table=main scope=30 \
suppress-hw-offload=no target-scope=10
[admin@MikroTik] > export
# feb/09/2022 04:02:44 by RouterOS 7.1
# software id =
#
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/port
set 0 name=serial0
/ip address
add address=10.10.1.2/24 interface=ether1 network=10.10.1.0
add address=10.10.2.2/24 interface=ether2 network=10.10.2.0
add address=10.10.3.2/24 interface=ether4 network=10.10.3.0
/ip dhcp-client
add interface=ether1
/ip route
add check-gateway=ping disabled=no distance=10 dst-address=10.10.1.0/24 gateway=\
10.10.3.1 pref-src="" routing-table=main scope=30 suppress-hw-offload=no \
target-scope=10