Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Rules to allow Homekit across vlan

    Scheduled Pinned Locked Moved Firewalling
    42 Posts 5 Posters 10.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      moosport
      last edited by

      I have moved all IoT devices to a separate vlan. Re-adopt all devices in IoT vlan using iphone connect to IoT wifi.

      Homekit can't access the devices from main vlan. For now I have control through Homebridge. But I like to have Homekit have direct control.

      Avahi/mdns is configure to broadcast across subnets. There is no restriction from main to IoT vlan.

      How to determine what is being blocked? Or capture traffic not being passed to IoT vlan?

      RobbieTTR 1 Reply Last reply Reply Quote 0
      • RobbieTTR
        RobbieTT @moosport
        last edited by

        @moosport

        Did you add a port 5353 allow rule from your IoT VLAN to your main LAN?

        ☕️

        T M 2 Replies Last reply Reply Quote 0
        • T
          tknospdr @RobbieTT
          last edited by

          @RobbieTT said in Rules to allow Homekit across vlan:

          @moosport

          Did you add a port 5353 allow rule from your IoT VLAN to your main LAN?

          ☕️

          Working out a similar set of rules for my own network.
          What's the proper protocol for that rule? UDP only or TCP/UDP?
          Also, does it need to go to the network, or can you restrict it to just the IPs of the HomeKit hubs?

          Right now my rules are TCP/UDP from IoT net on any port, to IPs of hubs on any port and gateway.
          I wouldn't mind being more restrictive as long as I don't break anything.

          Do HomeKit devices ever need to initiate a conversation with a random device besides their hubs?

          RobbieTTR 1 Reply Last reply Reply Quote 0
          • RobbieTTR
            RobbieTT @tknospdr
            last edited by RobbieTT

            @tknospdr
            I use this 5353 UDP rule on my (IoT) VLAN and include IPv6:

             2023-07-30 at 15.47.59.png

            I also have the somewhat odd-looking block rule below it just to stop the logs being spammed.

            (My IoT / Untrusted network is called 'VLAN" and my main trusted LAN is called "LAN", with dedicated management on "MAN" - radical, I am not...)

            Yes, HomeKit devices need to communicate directly with each other for some services (hand-off, iTunes server access, macOS etc) and for some device coordination, as well as direct comms to the hub.

            ☕️

            T 2 Replies Last reply Reply Quote 0
            • T
              tknospdr @RobbieTT
              last edited by tknospdr

              @RobbieTT said in Rules to allow Homekit across vlan:

              Yes, HomeKit devices need to communicate directly with each other for some services (hand-off, iTunes server access, macOS etc) and for some device coordination, as well as direct comms to the hub.

              Sorry, I should have been more clear. I meant talk to other devices outside their own subnet that they initiate. I understand they'll reply to requests from outside per the way stateful works.

              RobbieTTR 1 Reply Last reply Reply Quote 0
              • RobbieTTR
                RobbieTT @tknospdr
                last edited by

                @tknospdr
                Outside of the Thread / Matter stuff the devices can be regular network clients and the examples I used are comms directly over the VLAN IPv6 network. They will still work without it but the services provided will be more limited.

                For example, without the normal IPv6 connectivity an Apple HomePod will happily play Apple Music streamed via the WAN but it will not play a self-hosted (iTunes Home Sharing, port 3689) playlist hosted on a macOS client.

                ☕️

                1 Reply Last reply Reply Quote 0
                • M
                  moosport @RobbieTT
                  last edited by

                  @RobbieTT said in Rules to allow Homekit across vlan:

                  @moosport

                  Did you add a port 5353 allow rule from your IoT VLAN to your main LAN?

                  ☕️

                  No, I have not. Currently IoT vlan only has access to internet.
                  Is UDP 5353 only rule required? how to capture traffic to figure out what other rules are needed?

                  M 1 Reply Last reply Reply Quote 0
                  • T
                    tknospdr @RobbieTT
                    last edited by

                    @RobbieTT

                    I have an unrelated question.
                    How do you host images directly on this forum for inline posting?

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      rcoleman-netgate Netgate @tknospdr
                      last edited by

                      @tknospdr Copy/pasta

                      Ryan
                      Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                      Requesting firmware for your Netgate device? https://go.netgate.com
                      Switching: Mikrotik, Netgear, Extreme
                      Wireless: Aruba, Ubiquiti

                      1 Reply Last reply Reply Quote 0
                      • T
                        tknospdr
                        last edited by

                        Testing image embed...

                        So these rules should be okay then?
                        Screenshot 2023-07-30 at 4.07.31 PM.png

                        Copy/pasta was too easy! I overlooked it.

                        1 Reply Last reply Reply Quote 0
                        • M
                          moosport @moosport
                          last edited by

                          @moosport said in Rules to allow Homekit across vlan:

                          @RobbieTT said in Rules to allow Homekit across vlan:

                          @moosport

                          Did you add a port 5353 allow rule from your IoT VLAN to your main LAN?

                          ☕️

                          No, I have not. Currently IoT vlan only has access to internet.
                          Is UDP 5353 only rule required? how to capture traffic to figure out what other rules are needed?

                          8fe6c889-5989-4f12-9392-8a9498043fcf-image.png

                          Added this rule to IoT VLAN but devices cannot be discovered from Main VLAN to be added to Homekit.

                          R 1 Reply Last reply Reply Quote 0
                          • R
                            rcoleman-netgate Netgate @moosport
                            last edited by rcoleman-netgate

                            @moosport Do you have avahi installed? mDNS is not an internet protocol -- it's multicast.

                            Ryan
                            Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                            Requesting firmware for your Netgate device? https://go.netgate.com
                            Switching: Mikrotik, Netgear, Extreme
                            Wireless: Aruba, Ubiquiti

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              moosport @rcoleman-netgate
                              last edited by

                              @rcoleman-netgate said in Rules to allow Homekit across vlan:

                              @moosport Do you have avahi installed? mDNS is not an internet protocol -- it's multicast.

                              yes, its installed and configured.

                              53223a9f-a6d7-42d9-a1db-3370ee176b5f-image.png
                              file:///home/netuser/Pictures/Screenshots/Screenshot%20from%202023-07-29%2021-19-13.png
                              471e3332-e573-4523-b14d-46008dd64777-image.png
                              file:///home/netuser/Pictures/Screenshots/Screenshot%20from%202023-07-29%2021-19-40.png
                              344313d9-c66a-4ccb-a32c-9cb29dde6023-image.png

                              file:///home/netuser/Pictures/Screenshots/Screenshot%20from%202023-07-29%2021-20-00.png

                              RobbieTTR 1 Reply Last reply Reply Quote 0
                              • RobbieTTR
                                RobbieTT @moosport
                                last edited by

                                @moosport I would enable IPv6 support for mDNS / Avahi. It has become more of a 'presumed' capability for HomeKit, rather than merely an option with no drawbacks.

                                ☕️

                                M 1 Reply Last reply Reply Quote 0
                                • M
                                  moosport @RobbieTT
                                  last edited by

                                  @RobbieTT said in Rules to allow Homekit across vlan:

                                  @moosport I would enable IPv6 support for mDNS / Avahi. It has become more of a 'presumed' capability for HomeKit, rather than merely an option with no drawbacks.

                                  ☕️

                                  Will that be just IoT VLAN or for both main and IoT VLAN?

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    tknospdr
                                    last edited by

                                    I had to power cycle my pfS box and WAP today (was doing cable management...)
                                    When everything came back up all my HomeKit devices were on wifi, but the Home app reported them as all offline.

                                    I had to reenable my ANY rules and move them to the top of my ruleset in order to get everything back. When I had them enabled but at the bottom of the list a few devices kept randomly dropping.

                                    This is pretty obvious evidence that there are some other ports/protocols that need to be allowed for a happy HomeKit experience.

                                    Here's a pic of my full set of rules, can anyone tell me what might be missing?

                                    Screenshot 2023-08-05 at 11.36.00 PM.png

                                    R 1 Reply Last reply Reply Quote 0
                                    • R
                                      rcoleman-netgate Netgate @tknospdr
                                      last edited by

                                      @tknospdr said in Rules to allow Homekit across vlan:

                                      I had to reenable my ANY rules and move them to the top of my ruleset in order to get everything back.

                                      I would check your firewall logs for the things that are blocking them from communicating. I have no issues here but I also have limited HomeKit items and don't mind them being able to talk to many things.

                                      Don't ask my other IoT devices what I think of them, though, they will hear you, reply, but they can't seek you out 😏

                                      Ryan
                                      Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                                      Requesting firmware for your Netgate device? https://go.netgate.com
                                      Switching: Mikrotik, Netgear, Extreme
                                      Wireless: Aruba, Ubiquiti

                                      T 1 Reply Last reply Reply Quote 0
                                      • T
                                        tknospdr @rcoleman-netgate
                                        last edited by

                                        @rcoleman-netgate
                                        I've never parsed the logs in pfSense before.
                                        What would I be looking for?

                                        I checked out the logs and they're quite full of deny statements (obviously), how do I narrow down the scope of what I'm looking at?

                                        R 1 Reply Last reply Reply Quote 0
                                        • R
                                          rcoleman-netgate Netgate @tknospdr
                                          last edited by

                                          @tknospdr Check for the IP of your device(s). Click the funnel (sieve) icon on the top to filter the logs.
                                          https://docs.netgate.com/pfsense/en/latest/monitoring/logs/index.html

                                          Ryan
                                          Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
                                          Requesting firmware for your Netgate device? https://go.netgate.com
                                          Switching: Mikrotik, Netgear, Extreme
                                          Wireless: Aruba, Ubiquiti

                                          T 1 Reply Last reply Reply Quote 0
                                          • T
                                            tknospdr @rcoleman-netgate
                                            last edited by

                                            @rcoleman-netgate

                                            Looks like the FW logs only keep the last 500 transactions.
                                            I guess all the relevant entries fell off the bottom.
                                            I got zero results for multiple IP addresses connected to IoT/HK devices that I know weren't responding.
                                            Looks like I'll have to disable my any rules again and wait till things break once more.

                                            The odd thing is I think they continue to work unless the wifi or power goes out, THEN they have issues reconnecting. So it might be some sort of initial handshake that's being rejected.

                                            Shouldn't take too long, the power company is moving my whole city's lines from overhead to underground so our power has been doing weird crap for the past few weeks.

                                            johnpozJ 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.