This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exit | |
# FIREWALL : firewalld, nftables/iptables, NetworkManager (nmcli) | |
# RHEL : Getting Started with nftables : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_and_managing_networking/getting-started-with-nftables_configuring-and-managing-networking#doc-wrapper | |
# Red Hat recommends: | |
# - firewalld : Use for simple firewall use cases. | |
# - nftables : Use to set up complex and performance-critical firewalls, such as for a whole network. | |
# nftrace, nft | |
# - iptables : RHEL's uses the nf_tables kernel API instead of the legacy back end. | |
# The nf_tables API provides backward compatibility; | |
# scripts of iptables commands still work on RHEL. |