Ask Slashdot: Should I Allow A 'Smart TV' To Connect To The Internet?
Slashdot reader GovCheese has a question:
I use Roku and also the client apps on my gaming consoles for Amazon and Netflix. But it seems less prudent to allow my television, a Samsung, to connect to the internet. My Phillips Blu-ray wants to connect also. But I'd rather not. Is it illogical to allow Roku and a console to connect to streaming services but prevent a "smart" television from doing so?
Slashdot reader gurps_npc argues there's a distinction between devices that need internet access and devices that want it, adding "Smart TVs overcharge in privacy invasion for the minimal advantages they offer."
Leave your own best answers in the comments. Should you let a smart TV connect to the internet?
Slashdot reader gurps_npc argues there's a distinction between devices that need internet access and devices that want it, adding "Smart TVs overcharge in privacy invasion for the minimal advantages they offer."
Leave your own best answers in the comments. Should you let a smart TV connect to the internet?
Pretty much the only reason I let my "smart" TV connect to the Internet is for firmware updates. Don't think I've had one in a while though now so assuming they've stopped being developed I may disconnect it soon.
My LG is hardwired. I use its DLNA features but I also block it by MAC from sending any traffic out of the local RFC1918. This obviously isn't going to work if you use the TV's streaming features but for locally hosted content it's ideal.
As for firmware updates, Samsung's recent brick debacle where it took a technician physically opening the case to get them back pretty much answers that question. The general rule for stuff held in programmable ROM is "if it ain't broke, don't fix it." I understand many will want KRACK fixes for WiFi as soon as they're available, yet I also wouldn't be holding my breath thinking this is a priority for vendors; they have your money, you're on your own. However, if there's a flaw in the monetisation of your viewing habits they'll be jamming those bytes down your digital throat before you can blink.
Resistance is futile. Reactance buggers it up.
I just recently bought a pair of 55in Samsung Smart TVs
They each connected to the internet once for firmware updates, and were immediately disconnected afterwards. Unless there's a problem that requires me to update their firmware again, they won't ever be connected again.
All of the apps that the TV offers are already present on my Roku's and quite franky, the Roku's do it better
In my home I implement two different networks. Each with it's own gate way. Now this requires more than your average level of IT skills in the home.
One network is for what I will call class one devices. These are devices that I specifically add to the it. These will be things like computers, tablets, gaming and phones. The second network and the default network is for every other device. Now this requires me actually promote devices the class one network. Typically be mac address.
Thus all those pesky iot devices end up in the default network. The default network is blocked from the internet.
Note a device that runs something like pfsense will do the job. There are lots of alternative setups.
Now. I can also tailor each device in each network to have slightly different network privileges than the each networks default. Example would be a security camera uploading data to my private cloud storage. But I also block all DNS resolution of add servers and malware end points etc in my class one network.
This is not something a regular I know how to turn on my laptop kinda person can do. This requires a reasonable amount of automated scripting, network monitoring and pro-active tuning as situations change. However it can all be done rather cheaply with couple hundred dollar pfsense box installed between the internet modem->pfsense->router(wifi).
So yeah I block everything. I only enable access when required and even then I can make it temporary. The more IOT crap that ends up in the house the more this setup is saving my backside.
( Note: I don't use pfsense I implemented all the services I need from pfsense myself in VM's. But it's basically the same thing. )
We actually got rid of our TVs. All of them. We are now a TV-free household. It just got to be too much of a pain to watch what we wanted to watch.
Our family life has gotten immeasurably better since now we do things together as a family instead of sitting around watching TV. Having made this transition, I am fully convinced that TV is the major culprit behind the destruction of the family and the decline of our society.
Came here to say the same thing. Create a separate, isolated network for your TVs. Avoid ones with cameras and microphones. Job done.
const int one = 65536; (Silvermoon, Texture.cs)
SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
I run the pihole software on an early raspberry pi.
This allowed me to watch dns activity. With what I saw, which was the tv constantly accessing certain addresses, I blocked those addresses with the blacklist feature of the pihole.
This allows me to use things like netflix, etc while keeping the data collection to a minimum. This allows me to get updates to the tv's firmware while terminating the tracking and spying on my daily activity.
The pihole can be used for a lot of other reasons too.
You can lead a man with reason but you can't make him think.