With vlans and virtual networking today it's easy to find machines with a great many number of interfaces.
I need to restrict LMS to listening to a single interface.
I've looked into the wiki, the source of a recent squeezeboxserver (7.9) and even tried to see if a bug is already filed on the subject...
Currently available options for doing this are, AFAIK: "--httpaddr <listenip>", "--cliaddr <listenip>"
My problem is, I don't know the address of this interface.
A humble request: adding an option such as "--iface <listeniface>"
and possibly supporting multiple ones "--iface <listeniface1> --iface <listeniface2>" or "--iface <listeniface1,listeniface2>"
Until then I'll manage by hacking the init script. No worries.
I need to restrict LMS to listening to a single interface.
I've looked into the wiki, the source of a recent squeezeboxserver (7.9) and even tried to see if a bug is already filed on the subject...
Currently available options for doing this are, AFAIK: "--httpaddr <listenip>", "--cliaddr <listenip>"
My problem is, I don't know the address of this interface.
A humble request: adding an option such as "--iface <listeniface>"
and possibly supporting multiple ones "--iface <listeniface1> --iface <listeniface2>" or "--iface <listeniface1,listeniface2>"
Until then I'll manage by hacking the init script. No worries.