Frozen_Gecko

joined 11 months ago
[–] Frozen_Gecko@alien.top 1 points 10 months ago

I would document everything I could if I started from scratch. I really regret not documenting from the beginning. Ex post documenting is just not as reliable.

[–] Frozen_Gecko@alien.top 1 points 10 months ago

I actually switched from pfsense to opnsense last week. The licensing debacle and the stand Netgate took against the community was enough for me to switch. It took a bit of time getting used to the UI, but I'm starting to enjoy using opnsense more than pfsense. First thing that made me happy was the automatic backups to nextcloud haha

[–] Frozen_Gecko@alien.top 1 points 10 months ago

It's exactly what I do and works great

[–] Frozen_Gecko@alien.top 1 points 10 months ago

It's actually quite easy to automatically let vpn turn on or off depending on whether you're home or not.

I personally use wireguard for this. On my wife's iPhone there's a setting in the wireguard app that automatically disconnects vpn when connected to specified ssid and reconnects vpn when disconnected from specified ssid. On my android I use the tasker app to get the same functionality. I used this guide to set it up: https://hndrk.blog/tutorial-wireguard-and-tasker/

I haven't set up dns ad blocking yet, but this is exactly the usecase I've come up with for this setup, that and always having our phones on home network for selfhosted services is great.

Hope this is the solution that you're looking for :)

[–] Frozen_Gecko@alien.top 1 points 10 months ago

Rocky Linux on bare metal to run mostly docker containers for me.

 

Hey guys I have a bit of nooby question. I'm not well versed in the inner workings of network architecture so I was wondering about something.

The machines on the network important to this discussion:

  1. TrueNAS Core server
  2. Linux server
  3. Windows desktop

I have directories from machines 1 and 2 mounted on 3 over SMB. The directory from machine 1 is also mounted on machine 2 over NFS. I copied some files from 1 to 2 but using windows explorer on machine 3. The question is what happens exactly?

Do the files go straight from 1 to 2 over the network switch or they first go from 1 to 3 and then to 2?

simplified diagram of the network

edit: added diagram