void-linux / void-linux/void-docs
Add info about blocking x_tables module when using nf_tables
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- CSS
- Sterne
- 217
- Forks
- 212
- Ø Merge
- 2 T. 21 Std.
- Gemergte PRs (30 T.)
- 1
Beschreibung
According to website https://wiki.nftables.org/wiki-nftables/index.php/Moving_from_iptables_to_nftables you should not use x_tables (iptables) and nf_tables (nftables) kernel modules at the same times. At the bottom of the page there is this:
Beware of using both the nft and the legacy tools at the same time. That means using both x_tables and nf_tables kernel subsystems at the same time, and could lead to unexpected results.
I suggest to add info about blocking module x_tables to the section about nftables on the page https://docs.voidlinux.org/config/network/firewalls.html .
On my personal computer with void linux I created file /etc/modprobe.d/iptables-blacklist.conf with content:
blacklist x_tables
install x_tables /bin/false
Seems to block x_tables effectively.
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne mit dem nftables-Abschnitt der mdBook-Quelle, der als docs.voidlinux.org/config/network/firewalls.html gerendert wird, und lies anschließend die verlinkte Anleitung zur nftables-Migration. Als erledigt gilt die Aufgabe, wenn die Seite den Konflikt zwischen x_tables und nf_tables erklärt und die vorgeschlagene modprobe-Konfiguration enthält und außerdem der Dokumentations-Build oder die gerenderte Seite überprüft wurde.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- linux
- Bereich
- documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 2/5
- Geschätzter Aufwand
- 1-3 Stunden
- Aktivitätsstatus
- Veraltet
- Klarheit
- Klar beschrieben
- Anfängerfreundlichkeit
- 50/100