Hydro wrote: 
> This is the result :
> 
> TCP    0.0.0.0:9000           Midgard:0              LISTENING
> TCP    192.168.1.50:9000      Asgard:35007           TIME_WAIT
> TCP    192.168.1.50:9000      Asgard:35008           TIME_WAIT
> TCP    192.168.1.50:58363     Midgard:9000           TIME_WAIT
> 
> Midgard is the computer, Asgard is my xpenology server on the same
> computer with it's own LMS (different addresses and port)

Looks like something else has port 9000 - did you use the "-b" option ,
if so then it may be an internal  Windows thing that "owns " 9000 (are
there any clients trying to connect ? if so an old TCP connection may be
kept open by a non playing player) .

What the output (edit just to show 3483, 9000 and 9090 standard LMS
ports when LMS is running)  looks like for a running LMS 

Code:
--------------------
    
  Microsoft Windows [Version 6.1.7601]
  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  
  C:\Users\xxx>netstat -a -b
  
  Active Connections
  
  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:3483           xxxxxxx:0              LISTENING
  [SQUEEZ~3.EXE]
  TCP    0.0.0.0:9000           xxxxxxx:0              LISTENING
  [SQUEEZ~3.EXE]
  TCP    0.0.0.0:9090           xxxxxxx:0              LISTENING
  [SQUEEZ~3.EXE]
  
--------------------


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=107388

_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to