यदि आप अपने Ubuntu फ़ायरवॉल को Ubuntu 18.04 में RedHat / Fedora के समान तरीके से कार्य करना चाहते हैं, तो आप शायद ये चाहते हैं:
sudo apt install iptables-persistent netfilter-persistent
फिर नियमों को संपादित करें /etc/iptables/rules.v[46]
अन्य आदेश जो उपयोगी हो सकते हैं:
netfilter-persistent save
netfilter-persistent start
iptables-save > /etc/iptables/rules.v4
ip6tables-save > /etc/iptables/rules.v6
iptables-restore < /etc/iptables/rules.v4
ip6tables-restore < /etc/iptables/rules.v6
systemctl stop netfilter-persistent
systemctl start netfilter-persistent
systemctl restart netfilter-persistent
दो पैकेज समान हैं, लेकिन थोड़ा अलग कार्यक्षमता प्रदान करते हैं। यदि आप केवल स्थापित करते हैं iptables-persistent
, तो आपको systemd में सही हैंडलिंग के लिए सेवा परिभाषा फ़ाइल नहीं मिलेगी, उदा/lib/systemd/system/netfilter-persistent.service
यदि आप केवल इंस्टॉल करते हैं netfilter-persistent
, तो आप पाएंगे कि README के अनुसार, नियम बूट पर सही तरीके से लागू नहीं हैं
netfilter-persistent and its plugins
------------------------------------
netfilter-persistent does no work on its own. You need the accompanying
plugins (for example, iptables-persistent) to load and save filter rules.
However, commands are run from netfilter-persistent. For example, to save
all filter rules:
netfilter-persistent save
or to load them:
netfilter-persistent start
For more details, see `man netfilter-persistent`.
The system service will try to load rules at startup if enabled, but by
default it will not flush rules at shutdown. This behaviour can be changed
by editing /etc/default/netfilter-persistent.