DJanGo wrote: 
> Hi,
> 
> there is a lot of information and a lot is missing..
> 
> the way to change the ip must be in /etc/default/logitechmediaserver
> otherwise you may end with nothing when there is a update.
> 
> DONT modifying the /etc/default/logitechmediaserver !
> 
> each NIC can have must have its own gateway! I dont know where you read
> that other -nonsense- and who wrote that.
> but for sure that gateway must exist! You didnt wrote something about
> that (another device in 192.168.1.x Network).
> If there isnt any other device in that net you cant add a gateway.
> 
> 
> Thats a good way to mess things up
> > 
Code:
--------------------
  >   > /etc/network/interfaces
--------------------
> > is the right place!
> > 
Code:
--------------------
  >   > auto eno1
  > iface eno1 inet static
  > address 192.168.1.23
  > netmask 255.255.255.0
  > 
--------------------
> > 
> 
> So my question is "who" should use the 192.168.1.23 Address the pi onl
> or some other devices?

apparently, with Raspian 9, /etc/dhcpcd.conf is used rather than
/etc/network/interfaces
as stated before, specifying "any" gateway for eth0 renders wifi to not
function at all.
when the pi connects to the hotspot, wlan0 gets its gateway assigned to
the hotspot and all's ok.

as for 192.168.1.23, it is used by any other device on the lan; e.g.,
windows desktop and laptop with ethernet cables so that
i can ssh into the pie.   and of course, i can use the browser to view
LMS.


------------------------------------------------------------------------
pavowren's Profile: http://forums.slimdevices.com/member.php?userid=51958
View this thread: http://forums.slimdevices.com/showthread.php?t=109789

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to