• 1 Post
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle


















  • How it’s implemented can vary, but you’re gonna take one of three approaches

    • Microsegmentstion - On a home network this is the hardest but ensures there’s no overlap
    • Separate VLAN - this is usually good if your router can support it and have multiple gateways for each VLAN. Your router can then restrict traffic. Unifi gear does this well and I use this set up to segment my guest and IoT traffic
    • Separate subnets - if your router doesn’t support multiple VLANs this can work, but you still need a router that supports it

    The latter two can actually work with an unmanaged switch as long as you tag your vlans correctly. The key is having a router than can handle it.



  • Given the activity pub nature I think the closest you would get would be to filter by an instance. So your home instance would get all the ones it sees via the pub and then could filter based on name. To get a true “local” view you’d either have to auth anonymously as a different user (couldn’t comment) or would have to log in to that instance as one of their users (disjointed comment history).

    Edit: I think this goes under the umbrella of allowing individuals to filter instances, just a reverse application of it. I know that’s an oft talked about feature.