I have network like this:
On H31 I see H21 and H22 but dont see AP (cant ping and connect by WinBox).
The same with Mikrotik 1, I see H21 and H22 but don`t see AP.
From Mikrotik 2 I can ping AP, and from LAN2 I can access AP.
What should I add to the AP configuration to see it on the H31 and Mikrotik 1 host?
anav
July 22, 2023, 2:12am
2
Read digest, try again!
Post both configs
/export file=anynameyouwish ( minus router serial number, any public WANIP information, keys etc. )
This is my configuration on Mikrotik AP:
# feb/25/1970 20:58:58 by RouterOS 7.9.1
#
# model = RBmAP2nD
/interface bridge
add name=bridge1
/interface wireless
set [ find default-name=wlan1 ] country=poland disabled=no installation=outdoor mode=ap-bridge ssid="C"
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
add authentication-types=wpa2-psk mode=dynamic-keys name=profileG supplicant-identity=MikroTik
/interface wireless
add disabled=no mac-address=xxxx master-interface=wlan1 name=wlanG security-profile=profileG ssid="G" wps-mode=disabled
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=pool1 ranges=192.168.120.100-192.168.120.120
/ip dhcp-server
add address-pool=pool1 interface=bridge1 name=server1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=wlan1
add bridge=bridge1 ingress-filtering=no interface=wlanG
/ip address
add address=192.168.120.2/24 interface=ether1 network=192.168.120.0
/ip dhcp-server network
add address=192.168.120.0/24 dns-server=192.168.120.1 gateway=192.168.120.1 netmask=24
/ip dns
set servers=192.168.120.1
/ip firewall filter
add action=accept chain=input dst-port=8291 protocol=tcp
/system note
set show-at-login=no
Mikrotik 2 has IP: 192.168.120.1