What's new

Blocking URL/Site for single device on the network

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

samw5

Occasional Visitor
So I'm trying to block Youtube from being accessible from one of my devices on the network (Tivo --- they removed a parental control or way to disable youtube in latest FW).

I found a potential way to blocking the site using l7 filtering however the module doesn't appear to be available on the latest firmware (running on an AC88u).

iptables -t filter -I FORWARD -s <your deviceIP>/32 -m layer7 --l7proto youtube -j DROP

I can't figure out any other ways of doing this outside blocking IP blocks which may or may not work properly and is going to be a major headache maintaining.

Any input would be appreciated.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top