Re: Q. How to configure transparency proxy with Redhat Linux??

From: Ahsan Khan <ahsank@dont-contact.us>
Date: Thu, 27 Jan 2000 22:51:22 +0500

Arry Baba No.,,

Listen ,, What u have to do is configure the squid.conf for transparent
proxy and just put that in rc.local

/sbin/ipchains -A input -p TCP -d 127.0.0.1/24 www -j ACCEPT
/sbin/ipchains -A input -p TCP -d 209.58.78.10/24 8080 -j ACCEPT
/sbin/ipchains -A input -p TCP -d 209.58.78.10/24 www -j ACCEPT
/sbin/ipchains -A input -p TCP -d 0.0.0.0/0 www -j REDIRECT 3128
/sbin/ipchains -A input -p TCP -d 0.0.0.0/0 8080 -j REDIRECT 3128
echo "1" > /proc/sys/net/ipv4/ip_forward

You do not need to compile the kernel nor Compilation of squid with
ip-transparent is required.

this will work with cisco fine.

With Regards
Ahsan Khan
Sr. System Admin
Internet Division (OneNet)
Sun Communication Pvt. Ltd.
http://www.one.net.pk

----- Original Message -----
From: "SeonKyu Park" <carrot@elim.net>
To: <squid-users@ircache.net>
Sent: Thursday, January 27, 2000 9:52 PM
Subject: Q. How to configure transparency proxy with Redhat Linux??

> Hello Squid users ~ :)
>
> I do Kernel Compiled ( Redhat 6.1 )
> [*] Network firewalls
> [ ] Socket Filtering
> [*] Unix domain sockets
> [*] TCP/IP networking
> [ ] IP: multicasting
> [ ] IP: advanced router
> [ ] IP: kernel level autoconfiguration
> [*] IP: firewalling
> [ ] IP: firewall packet netlink device
> [*] IP: always defragment (required for masquerading)
> [*] IP: transparent proxy support
>
> and squid configure --enable-ipf-transparent
>
> but following message =>
>
> checking if IP-Filter header files are installed... no
> WARNING: Cannot find necessary IP-Filter header files
> Transparent Proxy support WILL NOT be enabled
>
> hmm. this message what mean?..
> Is this mean not supprot transparency proxy ??
>
Received on Thu Jan 27 2000 - 12:22:19 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:44 MST