[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Firewall



Hi,
ich habe mir ein Paketfilter mit iptables geschrieben!
Nun habe ich das Problem, daß weder mein Router noch
irgend ein Rechner aus dem Netzwerk ins Internet kann!
Kann mir jemand sagen wo ich einen denk Fehler habe
so das ich versuchen kann diesen zu beheben?

Skript ist im Anhang und die Ausgabe auch!
Sorry wollte nicht alles rein kopieren das es sonst die
Übersicht verloren geht!

Danke für die Hilfe und an die die sich das Skript
mal angesehen haben

PS: Aufruf des Skriptes in /ppp/ip-up.d:
        fw on $PPP_LOCAL $PPP_IFACE

MFG Michael

Attachment: fw.dat
Description: Binary data

Chain INPUT (policy DROP)
target     prot opt source               destination         
bad_tcp_packets  tcp  --  anywhere             anywhere           
ACCEPT     all  --  anywhere             anywhere           
ACCEPT     all  --  anywhere             p3EE3BF4C.dip.t-dialin.netstate RELATED,ESTABLISHED 

Chain FORWARD (policy DROP)
target     prot opt source               destination         
bad_tcp_packets  tcp  --  anywhere             anywhere           
ACCEPT     tcp  --  anywhere             192.168.0.10       tcp dpt:6699 
ACCEPT     udp  --  anywhere             192.168.0.10       udp dpt:6257 

Chain OUTPUT (policy DROP)
target     prot opt source               destination         
bad_tcp_packets  tcp  --  anywhere             anywhere           
ACCEPT     all  --  localhost            anywhere           
ACCEPT     all  --  192.168.0.1          anywhere           
ACCEPT     all  --  p3EE3BF4C.dip.t-dialin.net  anywhere           

Chain allowed (0 references)
target     prot opt source               destination         
ACCEPT     tcp  --  anywhere             anywhere           tcp flags:SYN,RST,ACK/SYN 
ACCEPT     all  --  anywhere             anywhere           state RELATED,ESTABLISHED 

Chain bad_tcp_packets (3 references)
target     prot opt source               destination         

Chain icmp_pakets (0 references)
target     prot opt source               destination         

Chain tcp_pakets (0 references)
target     prot opt source               destination         

Chain udpincoming_pakets (0 references)
target     prot opt source               destination         

Reply to: