cadfish wrote: 
> Hi Triode,
> thanks for your advice, but unfortunately I had no success yet. Before
> posting I read in the forum and learned from other posts that changing
> ports may help. So I already tried a couple of port settings ...
> 
> I observed that telnetting into CLI with the specified port and explicit
> IP as 
> 
> > 
Code:
--------------------
  >   >   telnet 192.168.0.1 9097
--------------------
> > 
> 
> works, whereas using the loopback adress like
> 
> > 
Code:
--------------------
  >   >   telnet 127.0.0.1 9097
--------------------
> > 
> 
> fails.  In the log I see the loopback adress being used
> 
> > 
Code:
--------------------
  >   > [01:20:12.260] check_player:235 unable to create cli connection to 
127.0.0.1:9097
--------------------
> > 
> 
> Can this be the reason or am I beginning to see white mice? Any idea?
> 
> 
> E D I T:
> 
> 
> Actually, maybe the above hypothesis is not that stupid ...
> 
> I assigned 4 IP adresses to the lan adapter of the LMS machine.
> 
> > 
Code:
--------------------
  >   >   C:\Users\admin>ipconfig -all
--------------------
> > 
> 
> > 
Code:
--------------------
  >   > 
  > Ethernet-Adapter LAN-Verbindung:
  > 
  > Verbindungsspezifisches DNS-Suffix:
  > Beschreibung. . . . . . . . . . . : Realtek PCIe GBE Family Controller
  > Physikalische Adresse . . . . . . : 6C-62-6D-5B-A1-A7
  > DHCP aktiviert. . . . . . . . . . : Nein
  > Autokonfiguration aktiviert . . . : Ja
  > Verbindungslokale IPv6-Adresse  . : fe80::c548:d4e3:ac43:dfaf%11(Bevorzugt)
  > IPv4-Adresse  . . . . . . . . . . : 192.168.1.3(Bevorzugt)
  > Subnetzmaske  . . . . . . . . . . : 255.255.255.0
  > IPv4-Adresse  . . . . . . . . . . : 192.168.1.70(Bevorzugt)
  > Subnetzmaske  . . . . . . . . . . : 255.255.255.0
  > IPv4-Adresse  . . . . . . . . . . : 192.168.1.71(Bevorzugt)
  > Subnetzmaske  . . . . . . . . . . : 255.255.255.0
  > IPv4-Adresse  . . . . . . . . . . : 192.168.1.72(Bevorzugt)
  > Subnetzmaske  . . . . . . . . . . : 255.255.255.0
  > Standardgateway . . . . . . . . . : 192.168.1.1
  > DHCPv6-IAID . . . . . . . . . . . : 258761325
  > DHCPv6-Client-DUID. . . . . . . . : 
00-01-00-01-14-3A-5F-21-6C-62-6D-5B-A1-A7
  > DNS-Server  . . . . . . . . . . . : 192.168.1.1
  > 217.0.43.49
  > NetBIOS über TCP/IP . . . . . . . : Aktiviert
  > 
--------------------
> > 
> 
> So adresses 192.168.1.3 & 192.168.1.70 - 72 are being used.
> 
> 
> LMS is listening on 192.168.1.3; I explicitely start LMS to use that
> adress:
> 
> > 
Code:
--------------------
  >   >  
  > start "LMS" "C:\Program Files\Squeezebox\server\squeezeSvr" --deamon 
--httpaddr 192.168.1.3 --cliaddr 192.168.1.3 --playeraddr 192.168.1.3 
--cachedir C:\ProgramData\Squeezebox\Cache --prefsdir 
C:\ProgramData\Squeezebox\Prefs --logdir C:\ProgramData\Squeezebox\Logs
  > 
--------------------
> > 
> 
> So how does the loopback know, what adress should be used?
> 
> 
> 
> Günther

I'm afraid the plugin uses 127.0.0.1 to access the cli - if this doesn't
work on your machine then can you simplify your configuration to allow
this?


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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

Reply via email to