On Sat, Oct 07, 2006 at 06:12:04PM +0200, Roland Rosenfeld wrote:
> > In the newest version in testing the "listen-address" config option
> > doesn't work. Whatever I put there, privoxy always listens to 127.0.0.1.
> 
> I cannot believe this.  I've configured 
> listen-address  0.0.0.0:8118
> and it listens on any address:
> # netstat -tpln | grep 8118
> tcp        0      0 0.0.0.0:8118            0.0.0.0:*               LISTEN    
>  6785/privoxy       
> 
> And if I change this to my eth0 IP it also works:
> listen-address  192.168.42.17:8118
> 
> # netstat -tpln | grep 8118
> tcp        0      0 192.168.42.17:8118      0.0.0.0:*               LISTEN    
>  11865/privoxy

After some more experiments I see now what the real problem was: I had

listen-address :8118

which in the old version meant 0.0.0.0:8118 and now means 127.0.0.1:8118.
I guess this isn't a bug but a change in some undocumented feature. I
tried with other IPs and had the described problem but can't reproduce
that now. :-( Wierd. Sorry for the confusion.

Jochen
-- 
Jochen Topf  [EMAIL PROTECTED]  http://www.remote.org/jochen/  +49-721-388298



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to