diff --git a/02_configure_host.sh b/02_configure_host.sh index 0f26613f8..4471bb622 100755 --- a/02_configure_host.sh +++ b/02_configure_host.sh @@ -122,6 +122,9 @@ sudo systemctl enable --now firewalld # access. configure_chronyd +# Open BGP port for no-overlay mode enabled for default network +sudo firewall-cmd --zone=libvirt --add-port=179/tcp + export VNC_CONSOLE=true if [[ $(uname -m) == "aarch64" ]]; then VNC_CONSOLE=false