Show pageOld revisionsBacklinksExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Firewalls ====== ===== nftables ===== List currently active ruleset: ''sudo nft list ruleset'' Reload config file: ''sudo nft -f /etc/nftables.conf'' ===== iptables ===== List currently active ruleset: ''sudo iptables -L'' Reload config file: ''sudo /sbin/iptables-restore < /etc/iptables_vpn.rules'' Flush all chains: ''sudo iptables -F'' Delete all chains: ''sudo iptables -X'' firewall.txt Last modified: 2020/12/29 02:09by 127.0.0.1