Skip to content

Commit 05e4ce8

Browse files
authored
Add section on RHEL10 module (#511)
Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent 2bb6463 commit 05e4ce8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/installation/requirements.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
3638
It is recommended to turn off firewalld:
3739
```bash
3840
systemctl 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+
5464
It is recommended to turn off firewalld:
5565
```bash
5666
systemctl disable firewalld --now
@@ -80,6 +90,8 @@ reboot
8090

8191
Older Debian release may suffer from a known iptables bug. See [Known Issues](../known-issues.md#iptables).
8292

93+
#### UFW
94+
8395
It is recommended to turn off ufw (uncomplicated firewall):
8496
```bash
8597
ufw disable

0 commit comments

Comments
 (0)