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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like the fact it does not persist the reboot but I checked and seems like almost everyone is doing it non-persistent way here (https://github.com/search?q=repo%3Aopenshift-metal3%2Fdev-scripts%20firewall-cmd&type=code)


export VNC_CONSOLE=true
if [[ $(uname -m) == "aarch64" ]]; then
VNC_CONSOLE=false
Expand Down