Während ich ein paar neue Dinge über Iptables lerne, kann ich das nicht durchstehen. Während ich anfangen will, heißt es:
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
Quelle: http://www.cyberciti.biz/tips/linux-iptables-examples.html
Warum werde ich so?
EDIT: Also meine Firewall hat bereits gestartet, aber warum bekomme ich nicht die Ausgabe, wie ich im Link unter Quelllink im ersten Training erwähnt habe.
Hier ist meine Ausgabe
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 )
, war nur ein Vorschlag, nicht nach dem Grund oder einer anderen Sache zu fragen: D. Danke, ich werde diesen Einzeiler nie wieder versuchen: D.