File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ Some OSs have additional setup requirements:
3333<Tabs queryString =" os " >
3434<TabItem value =" suse " label =" SUSE Linux Enterprise / openSUSE " >
3535
36+ #### Firewalld
37+
3638It is recommended to turn off firewalld:
3739``` bash
3840systemctl disable firewalld --now
@@ -51,6 +53,14 @@ Additional ports may need to be opened depending on your setup. See [Inbound Rul
5153</TabItem >
5254<TabItem value =" rhel " label =" Red Hat Enterprise Linux / CentOS / Fedora " >
5355
56+ #### RHEL 10
57+ On RHEL 10, an additional package is required:
58+ ``` bash
59+ sudo dnf install -y kernel-modules-extra
60+ ```
61+
62+ #### Firewalld
63+
5464It is recommended to turn off firewalld:
5565``` bash
5666systemctl disable firewalld --now
8090
8191Older Debian release may suffer from a known iptables bug. See [ Known Issues] ( ../known-issues.md#iptables ) .
8292
93+ #### UFW
94+
8395It is recommended to turn off ufw (uncomplicated firewall):
8496``` bash
8597ufw disable
You can’t perform that action at this time.
0 commit comments