Configure a Squeezebox for DHCP
Wired Ethernet, DHCP-assigned IP
Configure a Squeezebox for DHCP
Goal
Configure a Squeezebox to use DHCP on wired Ethernet, pointed at your Lyrion Music Server
Prerequisites
- Device connected by Ethernet to the same subnet as the dev machine
- Device in setup or init mode (front-button hold 3-6s if needed; new devices are already in setup mode)
- go-udap installed and on PATH
- Your Lyrion Music Server's IP address known (e.g. 192.168.1.250)
Steps
- Download the example config and edit
server_addressto your LMS IP. - Discover the device:
go-udap discover - Apply the config and reboot:
go-udap set <mac> --config dhcp.conf --reboot
Verification
After ~15 seconds, run
go-udap getip <mac>. You should see a DHCP-assigned IP from your network's subnet.Example file
Downloaddhcp.confNotes
lan_ip_mode=1is DHCP;lan_ip_mode=0is static (see the static IP how-to for that).interface=1selects wired Ethernet.interface=0selects wireless.- The
--rebootflag is necessary; network config changes don't take effect until the device reboots.