On Fri, Aug 31, 2001 at 11:49:53AM -0500, Phillip.J.Crump at WellsFargo.COM wrote:
> How do you do the re-direction from 8080 to 80??

I use OpenBSD. :)  Here is the ipnat rule that I use.  I don't know what
the equivalent is in ipchains, netfilter, whatever the latest Linux
firewall is.

# Redirect web traffic from 8080 to 80
rdr sis1 candle.dhs.org/32 port 8080 -> candle.dhs.org port 80

Nate