• @haulyard
    link
    English
    41 month ago

    Serious question here as I’ve been debating moving all smart home stuff to either its own vlan (never done this before) or a different wireless network. I’ve got some POE cams that run through Scryoted on my nas to get into homekit. Is this all possible if the NAS is on a different network? Would I then have to move all my HomeKit hub devices (Apple TV, HomePod mini, etc) then also have to move?

    • @[email protected]
      link
      fedilink
      English
      4
      edit-2
      1 month ago

      So, the way you would do this is creating separate VLANs, then using firewall rules to filter what communication is allowed between them.

      In my home for example, I use a few smart devices that are controlled over the LAN from your phone. Think like a chrome cast. I would rather those devices be on my IoT network than my main, but they break if devices from my primary network can’t find them.

      So I allow only those specific devices to communicate across my VLANs, with other devices (cameras, lights, etc) being dropped at the firewall.

      That’s the basics and can be accomplished with any semi-decent router/firewall. If you have any more specific questions regarding what hardware you have available shoot me a message and we can talk through it

      • @sep
        link
        English
        11 month ago

        Depends a bit on the device. But dor many it should be possible if you run a mdns repeater / proxy on the firewall.

    • @[email protected]
      link
      fedilink
      English
      21 month ago

      Depending what’s you router you can usually open communication between different VLAN for specific ip/port. So let’s say your camera use rtsp to send video data to your NVR you could allow for port 554 to be opened between your camera ip and the NVR.

      This means that even if someone has access to your camera they couldn’t do an ssh (port 22) or http/https (80/443) requests to your internal network.

      For PoE cams installed outside, creating a separate VLAN is an absolute must. Otherwise anyone could use the Ethernet cable to access your network and steal your data.