I've got slimserver running on a linux box with several lan interfaces. I can only connect to the lms via 10.20.30.1:9090....fyi 10.20.30.1 is one of the lan interfaces. I ran netstat to see what's going on
# netstat -anp | grep 9000
tcp 0 0 10.20.30.1:9000 0.0.0.0:* LISTEN 13793/perl
# netstat -anp | grep 3483
tcp 0 0 0.0.0.0:3483 0.0.0.0:* LISTEN 13793/perl
udp 0 0 0.0.0.0:3483 0.0.0.0:* 13793/perl
# netstat -anp | grep 9090
tcp 0 0 10.20.30.1:9090 0.0.0.0:* LISTEN 13793/perl
Is there a way to get lms to listen on more interfaces?
# netstat -anp | grep 9000
tcp 0 0 10.20.30.1:9000 0.0.0.0:* LISTEN 13793/perl
# netstat -anp | grep 3483
tcp 0 0 0.0.0.0:3483 0.0.0.0:* LISTEN 13793/perl
udp 0 0 0.0.0.0:3483 0.0.0.0:* 13793/perl
# netstat -anp | grep 9090
tcp 0 0 10.20.30.1:9090 0.0.0.0:* LISTEN 13793/perl
Is there a way to get lms to listen on more interfaces?