From 79037bbc7eafb55c19e63e6358b0224273cb4c0b Mon Sep 17 00:00:00 2001 From: Marius Ene Date: Thu, 11 Feb 2021 16:22:41 +0100 Subject: ELCCR-1173 - Added information about uCPE Manager behind NAT (CPDX-3407) Change-Id: Id0935ba105daf7cee58265374416742232415c1a Signed-off-by: Marius Ene --- .../doc/installation_guide.xml | 27 +++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml b/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml index 368f908..f74b670 100644 --- a/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml +++ b/doc/book-enea-nfv-access-getting-started/doc/installation_guide.xml @@ -239,6 +239,9 @@ sudo firewall-cmd --reload also be enabled on the respective firewall. As an additional requirement, port 22/TCP also needs to be enabled for reverse SSH to the Enea uCPE Manager. + + No enabling and no forwarding rules are necessary for ports + 2021-2040 if the version of Enea NFV Access is 2.4.0 or newer. @@ -630,6 +633,14 @@ Enea_NFV_Access_uCPEManager_<version>-build<build_number>.tar.gzThe IPv4 address of the CentOS 7 Server, connected to the same network as the uCPE Devices, will be used as a configuration parameter when setting up the uCPE devices. + + If the CentOS 7 Server is installed behind NAT, the IPv4 + address used will be the public IP of the NAT device and port forwarding + rules must be created to ensure the uCPE device can access the Enea uCPE + Manager. For more details, please see Firewall Configuration + . + @@ -775,7 +786,21 @@ of=/dev/sdb bs=4M conv=fsync - The static Enea uCPE Manager IP Address. + The static Enea uCPE Manager IP Address. This can be + either: + + + + The IP address of the Enea uCPE Manager host machine, if + the device can directly access it. + + + + The IP address of the NAT device, if the Enea uCPE Manager + host is located behind a NAT. For more details, please see Firewall Configuration. + + -- cgit v1.2.3-54-g00ecf