Hallo, ich habe folgendes Problem iptables lässt Pakte rein, obwohl die Regeln es verbieten. Als kleines Beispiel: #Alte Regel löschen iptables -F #Fragmentierung verboten iptables -A INPUT -f -j DROP #HTTP/HTTPS wobei HTTP nur aus dem lokalen Netz iptables -A INPUT -p tcp --destination-port https -j ACCEPT iptables -A INPUT -p tcp --destination-port http -s 192.168.0.0/24 -j ACCEPT iptables -A INPUT -j DROP -i !lo
doch leider ist Port 80 auch von anderen Netzen erreichbar. z.b 192.168.2.X Hat jemand eine Idee woran da liegen könnte?
de-users@lists.fedoraproject.org