• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle


  • maxprime@lemmy.mltoSelfhosted@lemmy.worldHome server 1.0
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Well what’s nice is that any device on your Tailscale network has a WireGuard connection between any other device on that network. You can also use exit nodes. While all of that can be achieved with WireGuard, the complexity of that can grow quite large as you add more nodes.


  • maxprime@lemmy.mltoSelfhosted@lemmy.worldHome server 1.0
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Well what’s nice is that any device on your Tailscale network has a WireGuard connection between any other device on that network. You can also use exit nodes. While all of that can be achieved with WireGuard, the complexity of that can grow quite large as you add more nodes.















  • maxprime@lemmy.mltoSelfhosted@lemmy.worldNetwork upgrades checkin
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    1 year ago

    Is it necessary to dedicate a WAP to IoT, etc? I would recommend setting up separate SSIDs and connect each to their own VLAN, and each VLAN a subnet. And have each WaP broadcast each SSID and have the router handle the traffic routing. That way WAPs are dedicated to the devices that they are near, not the devices they are assigned to.


  • When you install Tailscale on a device, that device is now a part of a virtual private network, and gets its own IP, usually starting with 100.*

    So if you usually access your Jellyfin instance 192.168.0.1:8096, and you install Tailscale on your server and a client device, check which IP Tailscale assigned your server and replace 192.168.0.1 with that IP. Make sure to keep the port in the url (the thing after the colon. Jellyfin’s default webui port is 8096).

    The main benefit here is not having to open a port. You can still access the port that Jellyfin’s webui is behind without exposing it to the internet.