Basically, I’m running Tailscale on most of my devices and using subnet routing on a Raspberry Pi for non-Tailscale devices.

My problem is that while using an exit node streaming video from cameras in the iOS/macos Home apps is entirely too slow. I can see from App Privacy Report that it attempts to connect to my home network’s WAN address, so I’ve set up subnet routing to bring in any traffic to any of ISP’s networks through the Raspberry Pi at home (this also makes it possible to use said ISP’s streaming app on Apple TV as if I were at home).

I know that Home doesn’t connect to the cameras locally at all, because I can tear down all the Tailscale stuff and not see any traffic between the client and the camera on the LAN.

Has anyone have a clue how to go about configuring this? Thanks in advance!

  • undefined@links.hackliberty.orgOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    I’m crossing my fingers that during the handshake they aren’t passing which IP address they’re sending/receiving from. I can’t really see inside the data from Wireshark, but my fear is the camera is saying “I’m 192.168.x.x” and the Mac is saying “I’m 100.x.x.x” because from the camera’s point of view, it would be receiving from “192.168.x.y” (the subnet router).

    Since the feature is called HomeKit Secure Video I get the feeling they might be securing it by doing something like that.

    • jet@hackertalks.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 days ago

      This is why I’m recommending IPv6. If you have global unique addresses for all your devices, including on your local network, it makes tail scales job much easier

      • undefined@links.hackliberty.orgOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        2 days ago

        I’m really big on IPv6 adoption but you’re probably right — I have no clue which subnet to advertise on Tailscale for IPv6. Also, the subnet router happens to be the only device I can’t seem to get IPv6 to work on (Alpine Linux). Each time I’ve tried I ruined my /etc/networking/interfaces and had to plug the hard drive into another machine to undo my changes.