I recently switch from an ASUS Router to the RB4011 and have been working with Spectrum in reference to the ROKU Spectrum TV App no longer working. They are unaware of any ports or services that need to be active or open for the app to work as they say “it should just work”. I’ve switched back to their router, a Wave 2 and everything works normal. When I go back to the RB4011 the app starts and then the Roku goes through a reboot sequence every time and no Live TV functionality.
Some Observations.
Remove this line, it is known to cause problems:
/interface detect-internet
set detect-interface-list=all
You have a clear mismatch and thus need to change your IP address: …
/ip pool
add name=dhcp ranges=192.168.1.20-192.168.1.100 (ok)
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1 netmask=24 (ok)
/ip address
add address=192.168.1.1/24 interface=ether2 network=192.168.1.0 (wrong)
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 lease-time=10h name=dhcp1
Uncertain of the purpose of this line???
add name=dhcp_pool1 ranges=192.168.1.2-192.168.1.254
I have some issue with these rules…
The first two do not prevent internet access and require an in interface or source setting. In addition there is no requirement to state your Winbox port in a firewall rule.
I hope you do not actually use the default either! Not sure what you intend with 8728… Use IP settings for Winbox to delineate the port access.
The third rule allows the entire LAN access to winbox and that is unecessary. If its needed for DNS then limit it so. Suggestions follow your rules.
add action=accept chain=input comment=“Remote Admin” dst-port=8728 protocol=
tcp
add action=accept chain=input comment=“WinBox Remote Management” dst-port=
8291 protocol=tcp
add action=drop chain=input in-interface-list=!LAN