I'm just setting up a new server and network environment and I would love some feedback from the community of elder nerds.
Note: These are just plans for now.
At the center is a Ubiquiti Edgerouter Lite router.
On Lan1 is a switch connecting all devices in our house, including some APs.
On Lan2 is a RasPi4.
There are no ports open through the router (on either interface).
The Pi runs Wireguerd which gives it with a static public IP (v4) from my VPN provider.
Our Androids will run FolderSyncPro to upload images to the Pi. This is the reason I want it to have a static IP.
We will also use some kind of explorer app (possibly Cx) to view images from all phones - no secrets here!
(Of course this will be done with another user to prevent accidental file deletes).
On paper I'm pretty happy with this solution. It's nice and clean with only ssh and no servers running (instead relying on heavy clients).
One issue I'm aware of is that my VPN provider opens all ports by default, so I'll need something like UFW to close all but the ssh port.
Does anything scream bad idea at you?
Is it unsafe to expose ssh to WAN? Should I go for an "exotic" ssh-port?
In an earlier draft I looked at using Syncthing to upload from the Androids. The advantage of FolderSyncPro is advanced scheduling and limiting with respect to connection.
Note: These are just plans for now.
At the center is a Ubiquiti Edgerouter Lite router.
On Lan1 is a switch connecting all devices in our house, including some APs.
On Lan2 is a RasPi4.
There are no ports open through the router (on either interface).
The Pi runs Wireguerd which gives it with a static public IP (v4) from my VPN provider.
Our Androids will run FolderSyncPro to upload images to the Pi. This is the reason I want it to have a static IP.
We will also use some kind of explorer app (possibly Cx) to view images from all phones - no secrets here!
(Of course this will be done with another user to prevent accidental file deletes).
On paper I'm pretty happy with this solution. It's nice and clean with only ssh and no servers running (instead relying on heavy clients).
One issue I'm aware of is that my VPN provider opens all ports by default, so I'll need something like UFW to close all but the ssh port.
Does anything scream bad idea at you?
Is it unsafe to expose ssh to WAN? Should I go for an "exotic" ssh-port?
In an earlier draft I looked at using Syncthing to upload from the Androids. The advantage of FolderSyncPro is advanced scheduling and limiting with respect to connection.