knaak

joined 1 year ago
[–] knaak@lemmy.world 1 points 1 year ago

Whoa. I didn't know there was an app, I should have guessed! Thanks a lot.

 

Like many of us, I am trying to break free of depending on Google so much. I’ve made some progress in many areas thanks to this awesome community.

I take a lot of photos with my phone but I don’t know the best way to sync those photos into my TrueNas/Immich setup. I am aware of Takeout which I have used to seed it. I am also aware of gphotos-sync [https://pypi.org/project/gphotos-sync/] but Google has crippled their API and don't allow for Original quality photos with EXIF data.

What are you guys/gals doing to periodically sync their photos into your homelab?

[–] knaak@lemmy.world 3 points 1 year ago (1 children)

One advantage of a separate TrueNas is that I run Proxmox Backup as a VM on the NAS. It's entirely separate and obviously has access to my storage.

[–] knaak@lemmy.world 1 points 1 year ago

My kubernetes cluster is k3s1, k3s2, k3w1, k3w2, etc. My load balancer is called... lb.home.lan. I guess that we are not as creative.

[–] knaak@lemmy.world 1 points 1 year ago

I redirect to IIS.net just to be annoying.

[–] knaak@lemmy.world 1 points 1 year ago

.home.lan for me.

 

I am not very experienced with networking and as I build out my services on prem I have come to this community for help and support.

I have done a lot of reading about subnets and masking and the like and I semi-understand how it works and what I want to do but I don't know how to actually do it.

Thanks to this community I have a OPNSense Router that I installed on a desktop computer where I purchased a 2x1gb NIC to install. I've learned how to open ports and how to NAT/forward even with reflections for my https local services.

I just can't figure this out. I drew my network topology and put it here: https://imgur.com/a/XY8V5Sl

My wired network is 192.168.1.0/24 meaning 255.255.255.0. My wireless is Google Nest Wifi which limits me a bit. It is using 192.168.86.0/24. The gateway for both networks is my opnsense router 192.168.1.1.

I want to create a route between 192.168.86.0/24 and 192.168.1.0/24. I believe one way to do it is to use 255.255.0.0 meaning /16 but I don't know where to make that change and since the Google Wifi uses its own DHCP, i am not sure I can change that properly.

My preference is to leave Google Wifi alone (its a piece a shit, by the way, don't buy it) and my expectation is that I can create a route in opnsense to 'bridge' the two different subnets.

Am i correct? If not, can you help me understand? If i am correct, can you guide me?