Re: Tux BUG?

Ingo Molnar <[email protected]> Tue, 5 Oct 2004 12:43:00 +0200
Newsgroups gmane.network.tux
Message-ID <[email protected]>
* UpFront Technology <[email protected]> wrote:

> I am not quite sure about posting here, but this seems to be the most
> appropriate place for my question.
> 
> I am running TUX-3.2.19-2.
> 
> clientport = 3128
> 
> I am trying to change listening port to 8000 by entering:
> 
> echo http://0.0.0.0:8000 > /proc/net/tux/0/listen/0
> 
> However when starting TUX, netstat -a shows listening ports *.80 and *.8000.
> I can't seem to get TUX off port 80.
> 
> Any thoughts?

how many Tux threads are you using? If it's more than one then you need
to set the other thread's listen socket too.

 echo http://0.0.0.0:8000 > /proc/net/tux/1/listen/0
 echo http://0.0.0.0:8000 > /proc/net/tux/2/listen/0
 echo http://0.0.0.0:8000 > /proc/net/tux/3/listen/0
 etc.

	Ingo