Hello all. I have a simple problem. I have looked at many guides. I must be missing something simple somewhere.
From what I am reading, connecting a LAN device (in another room) to an existing network with wifi (all mikrotik), is as simple as activating the WLAN interface on STATION mode and connecting to the existing SSID. Then creating a bridge with the WLAN and ether interface with the printer.
Router A: 172.16.1.1
ether5: WAN
SSID: HOME (mode AP BRIDGE)
DHCP Server
Router B (wlan1: mode STATION, client of SSID “HOME”)
ether5: PRINTER
bridge1: ether5 & wlan1
DHCP Client: on bridge 1 (bridge1 ip 172.16.1.50)
The issue I am having is the PRINTER correctly obtained ip address from the DHCP server from A, so layer 2 works. But the PRINTER cannot be pinged from router A. Clients connected to the HOME SSID from Router A cannot see the printer.
Because Layer 2 works and layer 3 doesn’t, I suspect its something to do with the firewall rules in Router A, would you agree?