On Tue, Dec 8, 2009 at 4:57 AM, tonyr <[email protected]> wrote: > > I have a Linux box with multiple network interfaces. > > I would like Squeezecenter to listen on one network interface only. > > I have looked in /etc/squeezecenter/server.conf for any network config, > but nothing obvious sprang to mind. > > Is it possible to have squeezecenter listening on a single interface > only?
I think it requires modifying the launch script or the config files that drive the launch script. For example, on Debian/Ubuntu there is a /etc/default/squeezecenter (or squeezeboxserver). Look at supplying these args when the server starts: --httpaddr 10.0.0.1 --cliaddr 10.0.0.1 --playeraddr 10.0.0.1 Obviously change 10.0.0.1 to your IP. Ben _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
