On Mar 13, 2006, at 2:06 PM, Jens Werner wrote:

If it were bound to all interfaces (0.0.0.0), it would show the
*:port notation.

So I did it right. Other command lines didn't proof better anyway.

But why does it loose its binding and show *:port after random time? I
suggest this to have something to with the problem.

That is odd, if it's doing that. It's not actually losing it's
binding though, it's re-binding to 0.0.0.0, which will accept input
from any configured interface. If you're interested in how binding
works, check out the bind() system call, which is normally a part of
section 2 or 3 of your system manual.

You might want to try running strace against it to get a better idea
of what it's actually doing.

--
Erik Hollensbe
[EMAIL PROTECTED]




_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to