\_ SMTP quoth Charlie Bullen on 4/10/2002 12:58 as having spake thusly:
\_
\_ Hi Iv'e created a set of firewall rules (my first attempt,
\_ ipchains). I want to be able to serve webpages, access the server
\_ remotley via ssh and allow 2 computers FTP access. I don't want
\_ anyone or anythng else to go in or out of the server. This is
\_ running on RedHat 7.2
Ok, drop ipchains and go iptables; they are a lot more flexible and
fun than ipchains.
\_ Here are the rules
\_
\_ :input ACCEPT
\_ :forward ACCEPT
\_ :output ACCEPT
If you really mean nothing else in or out, change the default policies
to DROP.