iptables

Bill Cavalieri bcavalieri at gekl.net
Mon Oct 13 00:42:24 CDT 2003


This is my iptables filter:

ACCEPT     tcp  --  anywhere             anywhere           tcp 
multiport dports http,https
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:10000
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:ssh
ACCEPT     udp  --  anywhere             anywhere           udp dpt:domain
ACCEPT     tcp  --  anywhere             anywhere           tcp 
multiport dports ftp-data,ftp
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:smtp
ACCEPT     tcp  --  anywhere             anywhere           tcp 
multiport dports pop3,imap
ACCEPT     tcp  --  anywhere             anywhere           tcp dpt:19638

Anything else I should have added?




More information about the Kclug mailing list