Is it worthwhile isolating devices on your home ‘secure’ LAN

  • Be sure to checkout “Tips & Tricks”
    Dear Guest Visitor → Once you register and log-in please checkout the “Tips & Tricks” page for some very handy tips!

    /Steve.
  • BootAble – FreeDOS boot testing freeware

    To obtain direct, low-level access to a system's mass storage drives, SpinRite runs under a GRC-customized version of FreeDOS which has been modified to add compatibility with all file systems. In order to run SpinRite it must first be possible to boot FreeDOS.

    GRC's “BootAble” freeware allows anyone to easily create BIOS-bootable media in order to workout and confirm the details of getting a machine to boot FreeDOS through a BIOS. Once the means of doing that has been determined, the media created by SpinRite can be booted and run in the same way.

    The participants here, who have taken the time to share their knowledge and experience, their successes and some frustrations with booting their computers into FreeDOS, have created a valuable knowledgebase which will benefit everyone who follows.

    You may click on the image to the right to obtain your own copy of BootAble. Then use the knowledge and experience documented here to boot your computer(s) into FreeDOS. And please do not hesitate to ask questions – nowhere else can better answers be found.

    (You may permanently close this reminder with the 'X' in the upper right.)

squirrel

Active member
Oct 4, 2020
36
10
For this discussion IoT devices have already been isolated so they cannot see any phones, laptops, tablets, printers or NAS so these devices. All the phones, laptops, NAS etc are on the same subnet. The question is, do you think it’s worthwhile isolating our phones, laptops, tablets, etc from each other on a home LAN? How many of you do isolate your phones etc from each other and what’s the likelihood and possible impact of not doing so?
 
isolating our phones, laptops, tablets, etc from each other on a home LAN
That's not technically possible... by definition a LAN is a broadcast domain. I presume what you're suggesting is that each device has an active firewall and only lets through things from somewhere else on the network.
 
  • Like
Reactions: Darcon
Upvote 0
The segmentation system shouldn't transmit broadcasts across subnets. But, yes, for things on the same subnet, they'll see each other normally. IOT should be on a separate wifi with separate password. Controlling IOT things with a device on the secure net can be tricky. BlueTooth might work but that could also be an attack vector. For the wired parts of the lan, the switch (NOT hub) should only forward packets that need to go to each port. Not sure if it forwards broadcast packets. Each device should be running its own firewall and should be set not to respond to broadcast packets or even specific addressed packets unless there is a need. I personally don't do device to device usage over the lan, so I don't care if everything ignores everything else. The exception is the printer, which must respond to requests. If you're doing video streaming or file serving with your own server, that would be another thing. If you're using a "Y" 3 dumb routers type setup, and your printer is on the outermost router nearest the internet, anything on any inner router can still access the printer. The fewer IOT things you have, the lower that attack surface. There are no hard fast answers in my opinion but I like as much intra device isolation as possible.

May your bits be stable and your interfaces be fast. :cool: Ron
 
Upvote 0