This has always worked for me to restrict the rather `noisy` Squeezebox
devices to a dedicated subnet (on Wifi/LAN bridge interface `br1`):
player_if=$(ip route show dev br1 | awk '{print $7}')
LMS_OPTS="--playeraddr ${player_if}"
This restricts port 9090. You can do the same with the command line
interface by adding `--cliaddr ${player_if}` (or --cliport 0 to disable
it completely) and the HTTP GUI by adding `--httpaddr ${player_if}`
------------------------------------------------------------------------
gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050
View this thread: http://forums.slimdevices.com/showthread.php?t=113868
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter