ในขณะที่เรียนรู้สิ่งใหม่เกี่ยวกับ iptables ฉันไม่สามารถทำสิ่งนี้ได้ ในขณะที่ฉันพยายามที่จะเริ่มต้นมันพูดว่าเป็น
root@badfox:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
root@badfox:~# service iptables stop
iptables: unrecognized service
root@badfox:~# service iptables start
iptables: unrecognized service
ที่มา: http://www.cyberciti.biz/tips/linux-iptables-examples.html
ทำไมฉันถึงได้รับเช่นนี้?
แก้ไข: ดังนั้นไฟร์วอลล์ของฉันเริ่มต้นแล้ว แต่ทำไมฉันไม่ได้รับผลลัพธ์ตามที่ระบุไว้ในลิงก์ที่ลิงก์ซอร์สในการออกกำลังกายครั้งแรก
นี่คือผลลัพธ์ของฉัน
root@badfox:~# sudo start ufw
start: Job is already running: ufw
root@badfox:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 4882 packets, 2486K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 5500 packets, 873K bytes)
pkts bytes target prot opt in out source destination
root@badfox:~#
(the why don't )
เป็นเพียงวิธีแนะนำไม่ถามเหตุผลหรือสิ่งอื่น ๆ : D ขอบคุณฉันจะไม่ลองใช้ One-liner อีกครั้ง: D