Spectrum TV app on Roku RB4011

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.

Any suggestions are greatly appreciated.

Thank you,
Dave

post you config
/export hide-sensitive file=yourconfigmay02

here is the config file
yourconfigmay02.rsc (5.74 KB)

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! :wink: 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

[Input Chain]
add action=accept chain=input in-interface-list=LAN comment=“Admin Access” source-address=“approved admins”
add action=accept chain=input in-interface-list=LAN dst-port=53 protocol=tcp
add action=accept chain=input in-interface-list=LAN dst-port=53 protocol=udp
add action=drop chain=input Comment=“drop all other traffic”


Need to add a Firewall Address List that specifies which IP addresses are allowed (admins) to the Router for Router management.

Finally, you are missing all your IP Firewall Filter rules for the FORWARD CHAIN??

I will work on it tomorrow and it appears o left some things in from a prior config