Update home network doco
This commit is contained in:
parent
9e65dc176a
commit
f7f1cf04e1
5 changed files with 23 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
7
docs/home-network/domains.md
Normal file
7
docs/home-network/domains.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Domains
|
||||
|
||||
## smofuzmun.net
|
||||
|
||||
Domain for self-hosted services.
|
||||
|
||||
Registrar: Ventra IP
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
1
docs/home-network/services/notes-server.md
Normal file
1
docs/home-network/services/notes-server.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Notes server
|
||||
5
docs/home-network/services/reverse-proxy.md
Normal file
5
docs/home-network/services/reverse-proxy.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# NGINX Reverse proxy
|
||||
|
||||
Host: raspberrypi (192.168.0.105)
|
||||
|
||||
Routes HTTP requests to other services hosted on home network.
|
||||
Loading…
Add table
Add a link
Reference in a new issue