Auto-commit: 2025-12-22 00:34 session changes

This commit is contained in:
2025-12-22 00:34:55 -05:00
parent 913b413522
commit 4815a70dd0

View File

@@ -4,7 +4,23 @@
## In Progress
None currently.
### OPNsense NAT Configuration (URGENT)
Config was corrupted during editing. Restored to backup. Need to re-add:
**Via OPNsense UI (https://10.4.2.1):**
1. **Port Forwards** (Firewall → NAT → Port Forward):
- TCP 80 → 10.4.2.10:80 (Traefik HTTP)
- TCP 443 → 10.4.2.10:443 (Traefik HTTPS)
- TCP/UDP game ports → 10.4.2.26 (AMP server)
2. **NAT Reflection** (Firewall → Settings → Advanced):
- Reflection for port forwards: Enable (NAT + proxy)
3. **Disable Rebind Check** (System → Settings → Administration):
- Uncheck "HTTP Referer enforcement"
4. **WireGuard** should still work (built into OPNsense 25.7)
## Pending