Trong khi tìm hiểu một số điều mới về iptables, tôi không thể thông qua điều này. Trong khi tôi đang cố gắng bắt đầu, nó nói như
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
Nguồn: http://www.cyberciti.biz/tips/linux-iptables-examples.html
Tại sao tôi lại nhận được như thế này?
EDIT: Vì vậy, tường lửa của tôi đã bắt đầu nhưng tại sao tôi không nhận được đầu ra như tôi đã đề cập trong liên kết tại liên kết nguồn trong lần tập luyện đầu tiên.
Đây là đầu ra của tôi
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 )
, chỉ là một cách gợi ý, không hỏi lý do hay bất kỳ điều gì khác: D. Cảm ơn, tôi sẽ không bao giờ thử One-liner nữa: D.