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。おかげで、私は二度とそのワンライナーを試すことはありません:D。