Merge pull request #4567 from sworleys/DOC-Fedora-IPtables

doc: Add firewalld notice in fedora
This commit is contained in:
David Lamparter 2019-06-21 09:02:38 +02:00 committed by GitHub
commit 4257f877f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,18 @@ And load the kernel modules on the running system:
sudo modprobe mpls-router mpls-iptunnel
.. note::
Fedora ships with the ``firewalld`` service enabled. You may run into some
issues with the iptables rules it installs by default. If you wish to just
stop the service and clear `ALL` rules do these commands:
.. code-block:: console
sudo systemctl disable firewalld.service
sudo systemctl stop firewalld.service
sudo iptables -F
Install service files
^^^^^^^^^^^^^^^^^^^^^