Hallo,
wenn ich jetzt folgende Befehle habe.
(policy sind auf DROP)
$ iptables -A INPUT -p tcp --sport 80 -j ACCEPT
$ iptables -A INPUT -p tcp --dport 80 -j ACCEPT
$ iptables -A INPUT -p tcp --sport 80 --dport 80 -j ACCEPT
$ iptables -A OUTPUT -p tcp --sport 80 -j ACCEPT
$ iptables -A OUTPUT -p tcp --dport 80 -j ACCEPT
$ iptables -A OUTPUT -p tcp --sport 80 --dport 80 -j ACCEPT
Worin unterscheiden sie sich? Warum darf ich bei der einen Version keine Seiten mit Firefox aufrufen und bei der anderen schon?
Grossmama