Skip to content
Merged
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
10 changes: 10 additions & 0 deletions source/installguide/hypervisor/kvm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,16 @@ To open the required ports, execute the following commands:
.. note::
By default UFW is not enabled on Ubuntu. Executing these commands with the
firewall disabled does not enable the firewall.

If you have an issue with ufw while using a bridged connection,
add those two lines at the end of the /etc/ufw/before.rules just before COMMIT

.. parsed-literal::
sudo vi /etc/ufw/before.rules

.. parsed-literal::
-A FORWARD -d 192.168.42.11 -j ACCEPT
-A FORWARD -s 192.168.42.11 -j ACCEPT


Additional Packages Required for Features
Expand Down