From d0c0503f414f3b9363463335fedfece2efffd867 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 16:40:24 +0300 Subject: [PATCH 1/4] docs... Signed-off-by: Alex A. Naanou --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e54de2c..4a30928 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,17 @@ XXX ### Prerequisites -Install Proxmox and connect it to your network. +Install Proxmox and connect it to your device/network. + +Tjis setup will use three IP addresses: +1. IP adress used for setup only, this is the static (usually) IP adress + initially assigned to Proxmox on install and it will not be used after + setup, +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 + services internally, +3. ssh IP address, this is the fail-safe connection used in case the + internal routing fails. From d4a2449026343ea5618e7236bb068a7dda39ae66 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 16:41:16 +0300 Subject: [PATCH 2/4] typo... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a30928..abc48fb 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ XXX Install Proxmox and connect it to your device/network. -Tjis setup will use three IP addresses: +This setup will use three IP addresses: 1. IP adress used for setup only, this is the static (usually) IP adress initially assigned to Proxmox on install and it will not be used after setup, From eb01edd8f07aef1cadf313e2b761501f15d0638a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 16:42:28 +0300 Subject: [PATCH 3/4] ... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abc48fb..345332e 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Install Proxmox and connect it to your device/network. This setup will use three IP addresses: 1. IP adress used for setup only, this is the static (usually) IP adress initially assigned to Proxmox on install and it will not be used after - setup, + setup is done, 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 services internally, From f4127c3e1da73d6161cb22c5e365f55770ba0712 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 20 Oct 2024 16:45:43 +0300 Subject: [PATCH 4/4] ... Signed-off-by: Alex A. Naanou --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 345332e..0b127e2 100644 --- a/README.md +++ b/README.md @@ -93,14 +93,14 @@ XXX Install Proxmox and connect it to your device/network. This setup will use three IP addresses: -1. IP adress used for setup only, this is the static (usually) IP adress +1. IP address used for setup only, this is the static (usually) IP initially assigned to Proxmox on install and it will not be used after setup is done, 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 services internally, -3. ssh IP address, this is the fail-safe connection used in case the - internal routing fails. +3. Fail-safe ssh IP address, this is the connection used for recovery + in case the internal routing fails.