मैंने न्यूनतम कॉन्फ़िगरेशन (ओएस + देव टूल्स) के साथ सेंटोस 7 स्थापित किया। मैं httpd
सेवा के लिए 80 पोर्ट खोलने की कोशिश कर रहा हूं , लेकिन मेरी iptables सेवा में कुछ गड़बड़ है ... इसमें गलत क्या है? मैं क्या गलत कर रहा हूं?
# 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.