This commit is contained in:
gferg 2001-02-10 12:29:46 +00:00
parent 1122c01f93
commit 408ed3dcfc
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ directed to its author, Daniel Kiracofe, at drk@unxsoft.com.
<sect1>
Copyrights and Trademarks
<p>
Copyright 2000 by UnxSoft Ltd (www.unxsoft.com)
Copyright 2000-2001 by UnxSoft Ltd (www.unxsoft.com)
</p>
<p>
This manual may be reproduced in whole or in part, without fee, subject
@ -256,7 +256,7 @@ Now, the magic words for transparent proxying:
<p>
<itemize>
<item>
iptables -t nat -D PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
</itemize>
</p><p>
You will want to add the above commands to your appropriate bootup script