Mentre imparo alcune cose nuove su iptables non posso farlo. Mentre sto cercando di iniziare, è come dire
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
Fonte: http://www.cyberciti.biz/tips/linux-iptables-examples.html
Perché sto diventando così?
EDIT: Quindi il mio firewall è già stato avviato, ma perché non ottengo l'output come ho detto nel link al link di origine nel primo allenamento.
Ecco la mia uscita
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 )
, era solo un modo per suggerire, non per chiedere il motivo o qualsiasi altra cosa: D. Grazie, non proverò mai più quel One-liner: D.