mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-29 19:20:10 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
463552c3e8
commit
2691fb7faa
38
README.md
38
README.md
@ -77,12 +77,34 @@ Goals:
|
|||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
```
|
```
|
||||||
|
|
||||||
XXX
|
The system defines two networks:
|
||||||
|
- LAN
|
||||||
|
Hosts all the service CT's (`*.srv`)
|
||||||
|
- ADMIN
|
||||||
|
Used for administration (`*.adm`)
|
||||||
|
|
||||||
|
The ADMIN network is connected to the admin port.
|
||||||
|
|
||||||
### Services
|
Both networks are provided DNS and DHCP services by the `ns` CT.
|
||||||
|
|
||||||
XXX
|
Services on both networks are connected to the outside world (WAN) via
|
||||||
|
a NAT router implemented by the `gate` CT (`iptables`).
|
||||||
|
|
||||||
|
The `gate` CT also implements a reverse proxy (`traefik`), routing requests
|
||||||
|
from the WAN ($WAN_IP) to appropriate service CT's on the LAN.
|
||||||
|
|
||||||
|
Services expose their administration interfaces only on the ADMIN network
|
||||||
|
when possible.
|
||||||
|
|
||||||
|
The host Proxmox (`pve.adm`) is only accessible through the ADMIN network.
|
||||||
|
|
||||||
|
The `gate` and `ns` CT's are only accessible for administration from the
|
||||||
|
host (i.e. via `lxc-attach ..`).
|
||||||
|
|
||||||
|
Three ways of access to the ADMIN network are provided:
|
||||||
|
- `ssh` service (CT) via the `gate` reverse proxy
|
||||||
|
- `wireguard` vpn via `gate` reverse proxy
|
||||||
|
- `ssh` service (CT) via the direct `$WAN_SSH_IP` (fail-safe)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -92,11 +114,13 @@ XXX
|
|||||||
|
|
||||||
Install Proxmox and connect it to your device/network.
|
Install Proxmox and connect it to your device/network.
|
||||||
|
|
||||||
|
|
||||||
|
#### Notes
|
||||||
|
|
||||||
This setup will use three IP addresses:
|
This setup will use three IP addresses:
|
||||||
1. IP address used for setup only, this is the static (usually) IP
|
1. The static (usually) IP initially assigned to Proxmox on install. This
|
||||||
initially assigned to Proxmox on install and it will not be used after
|
will not be used after setup is done,
|
||||||
setup is done,
|
2. WAN IP address to be used for the main set of applications, this is
|
||||||
2. WAN IP adress to be used for the main set of applications, this is
|
|
||||||
the address that all the requests will be routed from to various
|
the address that all the requests will be routed from to various
|
||||||
services internally,
|
services internally,
|
||||||
3. Fail-safe ssh IP address, this is the connection used for recovery
|
3. Fail-safe ssh IP address, this is the connection used for recovery
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user