On 9/11/05, Thaths <[EMAIL PROTECTED]> wrote:
> On 9/11/05, Saju A P <[EMAIL PROTECTED]> wrote:
> > When I try to setup a squid transparent proxy I face this problem. I
> > can't setup apache on using port 80. How can I solve this problem
> > please help.
> 
> What did you try? How? What do the confifuration files say? What is
> the error message?
I installed apache and squid on fedora core 3. I can't access apache
webserver when I run this script. I think this script is enough for
transparent proxy.

iptables -A INPUT -i eth1 -m state --state NEW -p tcp --dport 80 -j ACCEPT
iptables -t nat  -A PREROUTING -i eth1 -p tcp --dport 80 -j REDIRECT
--to-port 3128


> 
> Thaths
> --
> "This is everybody's fault but mine!" -- Homer J. Simpson
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> linux-india-help mailing list
> linux-india-help@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-india-help
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
linux-india-help mailing list
linux-india-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to