mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 20:13:53 +00:00
Merge pull request #4567 from sworleys/DOC-Fedora-IPtables
doc: Add firewalld notice in fedora
This commit is contained in:
commit
4257f877f4
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user