Re: rdr to squid proxy with authentication

2008-04-27 Thread Aaron Martinez
Claer wrote: On Wed, Apr 23 2008 at 40:17, Monah Baki wrote: Hi all, Hi, I implemented the following rule and so far I can see that all users are accessing my proxy server Tried the following in /etc/inetd.conf 127.0.0.1:5000 stream tcp nowait nobody /usr/bin/nc nc -w \

Re: rdr to squid proxy with authentication

2008-04-25 Thread Claer
On Wed, Apr 23 2008 at 40:17, Monah Baki wrote: > Hi all, Hi, > I implemented the following rule and so far I can see that all users are > accessing my proxy server > > Tried the following in /etc/inetd.conf > > 127.0.0.1:5000 stream tcp nowait nobody /usr/bin/nc nc -w \ >20 192.168.

rdr to squid proxy with authentication

2008-04-23 Thread Monah Baki
Hi all, I implemented the following rule and so far I can see that all users are accessing my proxy server Tried the following in /etc/inetd.conf 127.0.0.1:5000 stream tcp nowait nobody /usr/bin/nc nc -w \ 20 192.168.3.106 8080 rdr on $int_if proto tcp from $int_net to $ext_if