Привет! У меня сейчас проблемы с соединением между двумя мостами. Я купил Mikrotik SXTSQ 5AC, хочу соединить их на расстоянии примерно 700 м друг от друга. Пока они вроде связаны, но у меня нет доступа к сети. Моя схема такова: домашний роутер → первое устройство, второе устройство → новый роутер. На новом роутере интернета нет. Помогите, пожалуйста, с настройкой, возможно, я что-то намудрил. Извините, я раньше не работал с настройками Winbox.
Настройки первого устройства (экспорт от 07.01.1970 00:20:39, RouterOS 6.48.6, id = XZQR-448F, модель RBSXTsqG-5acD, серийный номер HD508C8KDWQ):
/interface bridge add name=bridge1
/interface ethernet set [ find default-name=ether1 ] rx-flow-control=auto tx-flow-control=auto
/interface wireless set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=latvia disabled=no frequency=auto mode=bridge ssid=PTP wireless-protocol=802.11
/interface wireless nstreme set wlan1 framer-policy=dynamic-size
/interface list add name=WAN
add name=LAN
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik wpa-pre-shared-key=arnolds5 wpa2-pre-shared-key=arnolds5
/interface bridge port add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings set discover-interface-list=!dynamic
/interface list member add interface=ether1 list=WAN
add interface=wlan1 list=LAN
/interface wireless access-list add mac-address=18:FD:74:AA:00:BC
/ip address add address=192.168.88.30 interface=bridge1 network=192.168.88.30
add address=192.168.88.26 interface=wlan1 network=192.168.88.1
/ip dhcp-client add interface=bridge1
/ip dns set servers=192.168.0.20
/ip route add disabled=yes distance=1 gateway=192.168.88.0
/system identity set name=RouterOS
Настройки второго устройства (экспорт от 02.01.1970 15:23:57, RouterOS 6.48.6, id = CEHC-JRSQ, модель RBSXTsqG-5acD, серийный номер HD508F6W4YY):
/interface bridge add name=bridge1
/interface wireless set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=latvia disabled=no mode=station-bridge ssid=PTP
/interface list add name=WAN
add name=LAN
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings set discover-interface-list=!dynamic
/interface list member add interface=wlan1 list=WAN
add interface=ether1 list=LAN
/ip address add address=192.168.88.10 interface=bridge1 network=192.168.88.1
add address=192.168.88.12 interface=wlan1 network=192.168.88.1
/ip dns set servers=192.168.0.1
/ip dns static add address=192.168.0.15 name=Internet
/system identity set name=RouterOS
Они оба соединены, но, может быть, я что-то пропустил?
Настройки первого устройства (экспорт от 07.01.1970 00:20:39, RouterOS 6.48.6, id = XZQR-448F, модель RBSXTsqG-5acD, серийный номер HD508C8KDWQ):
/interface bridge add name=bridge1
/interface ethernet set [ find default-name=ether1 ] rx-flow-control=auto tx-flow-control=auto
/interface wireless set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=latvia disabled=no frequency=auto mode=bridge ssid=PTP wireless-protocol=802.11
/interface wireless nstreme set wlan1 framer-policy=dynamic-size
/interface list add name=WAN
add name=LAN
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik wpa-pre-shared-key=arnolds5 wpa2-pre-shared-key=arnolds5
/interface bridge port add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings set discover-interface-list=!dynamic
/interface list member add interface=ether1 list=WAN
add interface=wlan1 list=LAN
/interface wireless access-list add mac-address=18:FD:74:AA:00:BC
/ip address add address=192.168.88.30 interface=bridge1 network=192.168.88.30
add address=192.168.88.26 interface=wlan1 network=192.168.88.1
/ip dhcp-client add interface=bridge1
/ip dns set servers=192.168.0.20
/ip route add disabled=yes distance=1 gateway=192.168.88.0
/system identity set name=RouterOS
Настройки второго устройства (экспорт от 02.01.1970 15:23:57, RouterOS 6.48.6, id = CEHC-JRSQ, модель RBSXTsqG-5acD, серийный номер HD508F6W4YY):
/interface bridge add name=bridge1
/interface wireless set [ find default-name=wlan1 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-Ceee country=latvia disabled=no mode=station-bridge ssid=PTP
/interface list add name=WAN
add name=LAN
/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
/interface bridge port add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
/ip neighbor discovery-settings set discover-interface-list=!dynamic
/interface list member add interface=wlan1 list=WAN
add interface=ether1 list=LAN
/ip address add address=192.168.88.10 interface=bridge1 network=192.168.88.1
add address=192.168.88.12 interface=wlan1 network=192.168.88.1
/ip dns set servers=192.168.0.1
/ip dns static add address=192.168.0.15 name=Internet
/system identity set name=RouterOS
Они оба соединены, но, может быть, я что-то пропустил?

