What's new

Tricky request: Can I block EVERYTHING except one URL (netflix) for ONE specific device (my TV)?

timonoj

Occasional Visitor
Hi! So that's basically the question. I have an AC68U, and I'd like to block every internet access, except for the only exception, the Netflix servers. All google/samsung tracking, I'd love to be able to get rid of. But again, I'd need this rule to only apply to that specific device. Is this even possible?

Thanks!
 
If you could author a firewall-start script to query the IPs for:

Code:
nflxext.com
nflximg.com
nflximg.net
nflxso.net
nflxvideo.net

You could probably use that information to create some iptables rules to do what you want. Even if it worked you might run into problems if the results of that query change with time.
 
A fairly simple option, although not what you asked for, would be to monitor the traffic to see where that device does communicate, then block those urls. No scripting required.

Neither solution (whitelisting or blacklisting) is particularly great. It comes down to your level of paranoia it what you want to block and how much effort you want to put into managing each lost.

Personally, I have 4 or 5 Samsung sites blocked for my tv and I'm happy with that as it stops the advertising.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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