আমি সর্বনিম্ন কনফিগারেশন (ওএস + ডিভাইস) সহ সেন্টোস 7 ইনস্টল করেছি। আমি httpd
পরিষেবার জন্য ৮০ টি বন্দর খোলার চেষ্টা করছি , তবে আমার আইপেটেবল সার্ভিসে কিছু ভুল ... এতে কী সমস্যা? আমি কি ভুল করছি?
# ifconfig/sbin/service iptables save
bash: ifconfig/sbin/service: No such file or directory
# /sbin/service iptables save
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
# sudo service iptables status
Redirecting to /bin/systemctl status iptables.service
iptables.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
# /sbin/service iptables save
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
# sudo service iptables start
Redirecting to /bin/systemctl start iptables.service
Failed to issue method call: Unit iptables.service failed to load: No such file or directory.