• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle



  • The node case would be so much better if they made the hard drive slots externally accessible. I see they’ve updated it so all the drives are not attached in a huge stack anymore, which seems nice. I personally found it to be a huge pain to work on, and after using it I switched to hp microservers with hot swap slots for HDDs.

    But for what OP asked for, it might be the best option.


  • My setup is different from yours, but maybe it’ll be a reference for something you could do.

    I use WireGuard. I forward my dns over the tunnel. The dns servers are my home dns servers (pihole). Those servers resolve my service hostnames to their LAN addresses. Those LAN addresses are resolvable when I’m connected with WireGuard. This means I use the same IP addresses and same host names over vpn or locally on the LAN.



  • WireGuard routes certain traffic from the client (your iPhone) through the server (the computer at your house). If you route all traffic, then when your iPhone accesses the internet, it’s as if you were at home. Since that WireGuard server is sitting on your home LAN, it is able to route your phones traffic to anything else on that LAN, or out to the internet.

    Wireguard clients have a setting called AllowedIPs that tells the client what IP subnets to route through the server. By default this is 0.0.0.0/0, ::/0, which means “all ipv4 and all ipv6 traffic”. But If all you want to access are services on your home LAN, then you change that to 192.168.0.0/24 or whatever your home subnet is, and only traffic heading to that network will be routed through the WireGuard server at your house, but all other traffic goes out of your phone’s normal network paths to the internet.