firewall-config

Rund um die Sicherheit des Systems und die Applikationen
Post Reply
heart
Posts: 8
Joined: 2004-10-29 09:11
 

firewall-config

Post by heart »

Hallo,

wie sollte auf einem webserver (vserver mit Debian woody) die INPUT bzw. OUTPUT Datei (/etc/firewall) aussehen?

Danke
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: firewall-config

Post by chris76 »

Wenn du unbedingt ne Firewall brauchst, dann auf Deine Bedürfnisse angepasst.
Pauschal läßt sich das nicht sagen.
Gruß Christian

BofH excuses: YOU HAVE AN I/O ERROR -> Incompetent Operator error
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: firewall-config

Post by dodolin »

So (ist ein vserver mit Debian woody):

Code: Select all

neo:~# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
Post Reply