I'm running router OS 5.18 with the following config:
Code: Select all
add disabled=no interface=ether1-gateway type=external
add disabled=no interface=ether2-master-local type=internal
add disabled=no interface=vlan_guest type=internal
My question is, is this a firewall or interface problem? The guest vlan does run on top of ether2-master-local so do I really need to define it in the upnp setup again? Obviously the vlan_guest is fire walled off from the router less the following rules:
Code: Select all
add action=accept chain=input disabled=no dst-port=53 in-interface=vlan_guest protocol=udp
add action=accept chain=input disabled=no dst-port=1900 in-interface=vlan_guest protocol=udp
add action=accept chain=input disabled=no dst-port=2828 in-interface=vlan_guest protocol=tcp
Hopefully there is a RouterOS guru that can point me in the right direction.
Otherwise I'm been able to buy two RouterBoards for two SOHO setups. I have everything running smoothly including VPNs. Very impressive router for the $. Thanks for such a nice product.
A.J.