Date: Thu, 22 Oct 1998 12:37:52 +0200 (CEST) From: Mutschlechner Andreas <andi@abaid.com> To: Keith Anderson <keith@apcs.com.au> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: transproxy Please help! Message-ID: <Pine.BSF.3.96.981022123234.4788M-100000@fap.sam.com> In-Reply-To: <XFMail.981022084807.keith@apcs.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, transproxy works only with the 3.0-Release. You need the ip-filter package http://cheops.anu.edu.au/~avalon/ip-filter.html After installing it, you need ipnat. In my ipnat conf i have one line rdr vx0 0.0.0.0/0 port 80 -> 194.242.196.13 port 3128 where vx0 is the interface, 194.242.196.13 is the addresse of the proxy server (maybe you could use 127.0.0.1 either) and port ist the proxy port. If you have a local http server running you have to put following lines in the squid.conf httpd_accel_uses_host_header on httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on Hope this helps. greetings Andreas On Thu, 22 Oct 1998, Keith Anderson wrote: > > Hi all > > I have been looking at this for the last week and would love some help. > > I'm running 2.2.7-RELEASE with squid11 on port 8080 and wish to turn it > into a transproxy server. Some thing like (0.0.0.0/0:80 > 127.0.0.1:8080) > > At my gateway I have a cisco router so I can catch out going traffic on port 80 > and forward it to a transproxy server. > > I beleve I need natd. > > Can some one point me to the right direction. ( Step By Step Please As I have > lost the plot ) > > > Thanks All > > Keith Anderson > > > PS > > I tried 3.0 but had trouble compiling the kernel with the DTP SCSI controller. > > I must be missing something with DTP controllers. But it works fine in > 2.2.7-RE.... > > I updated from 2.2.7-RE... to 3.0-RE.... > > I set the boot device to sd0 and can not get past config. > > fails on > > >config COMPUTER > > config: line 48 no root device specified > > <snip line 48> > config kernel root on sd0 > <\snip> > > This is just by the way > > So I'm back to 2.2.7-...... > > Keith > > ---------------------------------- > E-Mail: Keith Anderson <keith@apcs.com.au> > Date: 21-Oct-98 > Time: 15:43:06 > > This message was sent by XFMail > ---------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981022123234.4788M-100000>