Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions 02_configure_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down