Difference between revisions of "DHCP Plug and Play"

From LinuxMCE
Jump to: navigation, search
Line 1: Line 1:
<table width="100%"> <tr><td bgcolor="#FFCFCF">This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007.  In general any information should apply to LinuxMCE.  However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.</td></tr> </table><p>LinuxMCE allows a user to plug in any type of device and automatically configures it and lets the user start using it right away without doing anything.  The way this is accomplished is with an extension to the DHCP server. When a new device is plugged into the network and requests an IP address, this program connects to a central database to do a lookup of the device's unique MAC address to see what type of device it is.  The database defines all the configuration data the device needs to run, and references the software drivers needed.  This program then downloads and installs any needed software, adds configuration pages for the device to the user's [[Pluto Admin Website]], and adds the device in the user's local database.</p>
+
<p>LinuxMCE allows a user to plug in any type of device and automatically configures it and lets the user start using it right away without doing anything.  The way this is accomplished is with an extension to the DHCP server. When a new device is plugged into the network and requests an IP address, this program connects to a central database to do a lookup of the device's unique MAC address to see what type of device it is.  The database defines all the configuration data the device needs to run, and references the software drivers needed.  This program then downloads and installs any needed software, adds configuration pages for the device to the user's [[LinuxMCE Admin Website]], and adds the device in the user's local database.</p>

Revision as of 10:59, 19 March 2007

LinuxMCE allows a user to plug in any type of device and automatically configures it and lets the user start using it right away without doing anything. The way this is accomplished is with an extension to the DHCP server. When a new device is plugged into the network and requests an IP address, this program connects to a central database to do a lookup of the device's unique MAC address to see what type of device it is. The database defines all the configuration data the device needs to run, and references the software drivers needed. This program then downloads and installs any needed software, adds configuration pages for the device to the user's LinuxMCE Admin Website, and adds the device in the user's local database.