Squid under fedora core 3

Doncho N. Gunchev mr700 at globalnet.bg
Mon Jan 10 15:11:24 UTC 2005


On 2005 01 10 (Monday) 16:43, Olaf Mueller wrote:
> Tammar K. Ajam wrote:
> 
> > Dose any body install squid under fedora core 3.
> > I'm trying to use it in my FC3 Box as a web cache transperent proxy.
> I'm using squid on fc3 and here are my settings:
> 
> # set as transparent proxy for all clients in local network
> iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 \
>   -j REDIRECT --to-port 3128
> 
> # set as transparent proxy also for users with a account *on* the
> # server running squid

  + every other app in this case :)

> iptables -t nat -A OUTPUT -p tcp --dport 80 -m owner \
>   ! --uid-owner squid -j REDIRECT --to-ports 3128
> 

    Is just this working for you? I had to bind squid to port 80
on a 'virtual' IP and redirect there or it is trying to fetch
the pages from port 3128 (http://a.com/ -> redirect -> 
http://a.com:3128). Am I missing something?

-- 
Regards,
  Doncho N. Gunchev    Registered Linux User #291323 at counter.li.org
  GPG-Key-ID: 1024D/DA454F79                        http://pgp.mit.edu
  Key fingerprint = 684F 688B C508 C609 0371  5E0F A089 CB15 DA45 4F79




More information about the fedora-list mailing list