fedora firewall
hello, where can I find instructions for the fedora firewall, e.g. disable ip addresses (/ sbin/iptables -A INPUT -s xxx.xxx.xxx.xxx -j DROP), disable ip address ranges block all incoming requests (iptables -P OUTPUT DROP) prevent forwarding (iptables -P FORWARD DROP) Thank you very much