iptables reglen
Posted: 2004-03-17 18:58
hallo,
ist folgendes okey oder ist was falsch oder fehlt da was?
ist folgendes okey oder ist was falsch oder fehlt da was?
Code: Select all
ssh INPUT TCP 0/0 22 0/0 eth0 ACCEPT
www INPUT TCP 0/0 80 0/0 eth0 ACCEPT
pop3 INPUT TCP 0/0 110 0/0 eth0 ACCEPT
pop3 OUTPUT TCP 0/0 110 0/0 eth0 ACCEPT
smtp INPUT TCP 0/0 25 0/0 eth0 ACCEPT
smtp OUTPUT TCP 0/0 25 0/0 eth0 ACCEPT
ftp INPUT TCP 0/0 21 0/0 eth0 ACCEPT
ftp OUTPUT TCP 192.168.2.1 21 192.168.2.2 eth0 ACCEPT
DNS INPUT ICMP 0/0 0/0 eth0 ACCEPT
DNS OUTPUT ICMP 0/0 0/0 eth0 ACCEPT