Everybody, hello!
I needed to connect topic devices (Tp-link ac600 and Mikrotik SXT G-5HPnD r2) over 5G wifi. Mikrotik must be a AP. Now I don’t see mikrotik’s wifi in wifi-list on PC with tp-link.
Now
Help me, please.
Everybody, hello!
I needed to connect topic devices (Tp-link ac600 and Mikrotik SXT G-5HPnD r2) over 5G wifi. Mikrotik must be a AP. Now I don’t see mikrotik’s wifi in wifi-list on PC with tp-link.
Now
Help me, please.
Mikrotik config in attach.
[admin@MikroTik] > export
# jan/02/1970 07:21:15 by RouterOS 6.37.1
# software id = C73V-X12Z
#
/interface bridge
add mtu=1500 name=br0
/interface wireless
set [ find default-name=wlan1 ] channel-width=5mhz disabled=no frequency=auto frequency-mode=superchannel mode=ap-bridge nv2-preshared-key=Pr0st0Par01 radio-name=mylocal \
ssid=mylocal tx-power=5 tx-power-mode=all-rates-fixed wireless-protocol=802.11
/interface ethernet
set [ find default-name=ether1 ] name=eth0
/interface eoip
add allow-fast-path=no !keepalive local-address=192.168.200.10 mac-address=FE:E7:76:5C:7D:80 name=eoip-tunnel1 remote-address=192.168.200.1 tunnel-id=10
/ip neighbor discovery
set br0 discover=no
set eoip-tunnel1 discover=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk eap-methods="" wpa-pre-shared-key=12345678 wpa2-pre-shared-key=12345678
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des
/interface bridge filter
# no interface
add action=drop chain=forward in-interface=*5
# no interface
add action=drop chain=forward out-interface=*5
/interface bridge port
add bridge=br0 interface=eoip-tunnel1
add bridge=br0 disabled=yes interface=eth0
add bridge=br0 interface=wlan1
add bridge=br0
/ip address
add address=192.168.88.29/24 interface=eth0 network=192.168.88.0
add address=192.168.200.23/24 interface=wlan1 network=192.168.200.0
/ip dhcp-client
add dhcp-options=hostname,clientid interface=eth0
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.200.23 name=router
/ip route
add distance=1 gateway=192.168.200.1
/ip service
set api disabled=yes
/system clock
set time-zone-autodetect=no time-zone-name=Asia/Novosibirsk
/system leds
set 0 interface=wlan1
/system ntp client
set enabled=yes primary-ntp=80.247.96.65
/system routerboard settings
set protected-routerboot=disabled
[admin@MikroTik] >
Hello! Are you sure your TP-link supports channel-width=5mhz?
Connection worked when the channel width 20Mgz.
Thank you.