I’m having a strange connectivity issue with one of my two access points. Basically, it can’t talk to, or through, the router. This means no internet connectivity, so NTP doesn’t work, auto updates don’t work, etc. The network topology is pretty straight forward:
I suspect it could be a NAT issue.
IMO, only the WAN router should have NAT enabled, and NAT on the attached devices should be disabled.
So, it could be an issue on that device OR it could be an issue on the AP1 device itself.
And: “/ip export” should have exported also the routes, but it’s missing in your upload (btw, you can also use the Attach File button at bottom of the posting).
Sorry, I don’t have these devices, so maybe someone else here has better insight in these devices.
And: recently there was a similar case where someone couldn’t get access to the MikroTik download servers from inside his device (for software update checking).
The somehow mystery solution was just this: adding the following firewall rule to the very first position in the input chain:
add action=accept chain=input connection-state=established,related
In your FW it’s in the 2nd position, so just try it out , even if it looks IMHO illogical that this could be the cause or the solution.
Use a separate vlan for the main network 192.168.1.1 just call it vlan100 for example.
That way the bridge is not involved in DHCP etc makes it clean and simple…
Use default firewall rules only for now, once the rest of your config is complete and working we will adjust those accordingly
In wireless setup we do not put in the vlan information.
In bridge port (ingress) we identify trunk ports and access ports (as per the reference). Also don’t put in duplicates of the WLAN, should only be three!!
will need bridge vlan filtering rules (egress)
In interface lists, you have way too many I would dump them all and start with what you only need and I only see need so far for three (default wan, lan and a new one)
suggest using existing LAN list and create one more for the non-home use… Will come in handy when making firewall rules.
vlan100=LAN
vlan2=LAN
vlan10=LAN
vlan2=Untrusted
vlan10=UNtrusted
Suggest making up an address list consisting of assets you as the admin will use to access the router - will also come in handy making fw rules.
add address = IP(your desktop) list=adminaccess
add address= IP (laptop) list=adminaccess
add address=IP (ipad) list=adminaccess