Hi! Im trying to connect printer to wifi network through mAP lite.
I get wifi from ubiquiti AP , mAO lite wlan interface configured in “station” mode.
At this moment i have an internet connection through LAN, but i cant see mAP lite in wireless network with ip scanner’s , i cant ping mAP lite from WiFi ( yes, i have an icmp accept rule in firewall ), so i cant configure NAT for forwarding printer ports
I trying to find mAP in office wifi, in home wifi, trying to connect them to my iphone, result the same - when i connect by lan - i see AP, when i connect by wifi - AP dissapear
Perhaps the ubiquiti AP is set to not allow wireless clients to communicate with each other.
A diagram of your network, with IP addressing?
An export of your mAP lite config?
These will help towards answers.
I test it on iphone wifi network and also at home with xiaomi wifi router
Diagram of network. At this moment i connect mAP to my laptop. When i ping them with connected RJ45 all works fine, when i use wifi - i cant ping mAP. Also if i connect to the mAP - i can see another devices in network through mAP lite and have access to network.
link to diagarm in my google drive
https://drive.google.com/file/d/1yaXVkJufrD8aW-1t-R-t1noGa2h0G23M/view?usp=sharing
use diagrams.net for open it
also this is my mAP config
jan/10/2024 18:34:34 by RouterOS 6.49.11
software id = FA1L-5B1J
model = RBmAPL-2nD
serial number = E0BE0E716B8B
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys name=
WiFi1pass supplicant-identity=""
add authentication-types=wpa2-psk eap-methods="" mode=dynamic-keys name=WiFi2pass
supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no installation=
indoor security-profile=WiFi2pass ssid=WiFi2
/ip pool
add name=pool1 ranges=192.168.99.1-192.168.99.101
/ip dhcp-server
add address-pool=pool1 disabled=no interface=ether1 name=server1
/ip address
add address=192.168.99.1/24 interface=ether1 network=192.168.99.0
/ip dhcp-client
add disabled=no interface=wlan1
/ip dhcp-server network
add address=192.168.99.0/24 dns-server=8.8.8.8 gateway=192.168.99.1 netmask=
24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip firewall filter
add action=accept chain=input protocol=icmp
add action=accept chain=input port=8291 protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat out-interface=wlan1
/system clock
set time-zone-name=Europe/Moscow