<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></head><body bgcolor="#FFFFFF">
<div style="margin-left:10px;margin-right:10px;text-indent:0px;padding-left:0px;padding-right:0px;margin-top:0px;"><font face="Arial" size="+0" color="#000000" style="font-size:10pt;color:#000000;"><br>
The transparent rule should look something like this, if you left out the destination port you would be able to surf but you would have no mail through the firewall. <br>
<br>
 /sbin/iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080<br>
<br>
Mark Jenkins<br>
</font></div>
</body></html>