Update home network doco

This commit is contained in:
Brad Treloar 2025-03-09 23:03:06 +10:30
parent 9e65dc176a
commit f7f1cf04e1
5 changed files with 23 additions and 1 deletions

View file

@ -20,6 +20,13 @@ DNS server: 192.168.0.105 (Pi-hole on raspberrypi)
DHCP IP range doesn't include the entire subnet.
## Port forwarding
| Port | Protocol | IP address | Purpose |
| :--- | :------- | :------------ | :--------------------------------------- |
| 80 | TCP/UDP | 192.168.0.105 | Forward HTTP requests to reverse proxy. |
| 443 | TCP/UDP | 192.168.0.105 | Forward HTTPS requests to reverse proxy. |
## Wi-Fi networks
### SSID: "The Mothership"

View file

@ -0,0 +1,7 @@
# Domains
## smofuzmun.net
Domain for self-hosted services.
Registrar: Ventra IP

View file

@ -2,9 +2,11 @@
ISP: Aussie Broadband
Static IP: No
Static IP: 144.6.20.21
CGNAT: No
Opted out of CGNAT because corporate VPN couldn't connect. Likely because
multiple workers tried to connect from same CGNAT IP address at same time.
Now that I have a static IP, Opting out of CGNAT is moot.

View file

@ -0,0 +1 @@
# Notes server

View file

@ -0,0 +1,5 @@
# NGINX Reverse proxy
Host: raspberrypi (192.168.0.105)
Routes HTTP requests to other services hosted on home network.