Let's say the instance is in the network of 192.168.170.0/24 and Ethernet interface IP is 192.168.170.100/24
In this case, given (following IP and network address) details are correct or should I use different IP range for the external network address of starlingx?

EXTERNAL_IP=${EXTERNAL_IP:-192.168.170.100/24}

EXTERNAL_NETWORK=${EXTERNAL_NETWORK:-192.168.100.0/24}


On Tue, Jan 26, 2021 at 8:26 AM open infra <openinfradn@gmail.com> wrote:
the system is able to access once remove all bridges (after running dectroy_network.sh)

On Tue, Jan 26, 2021 at 8:05 AM open infra <openinfradn@gmail.com> wrote:
Hi,

When I execute the setup_network.sh script, I could not reach the host after a few minutes (10-30min). The only change I did was the change of


I have updated the script with the following IP and the network address.

I set the Ethernet IP as the external IP.

EXTERNAL_IP=${EXTERNAL_IP:-192.168.170.100/24}

EXTERNAL_NETWORK=${EXTERNAL_NETWORK:-192.168.100.0/24}


[1] https://opendev.org/starlingx/tools/src/branch/master/deployment/libvirt/setup_network.sh

Regards

Danishka