Dave Ansell wrote: > ...how can I configure them to use separate files without using 3 > copies of dongle and 3 copies of config?
Here's one approach I wrote up: http://mvpmc.wikispaces.com/saving+settings+via+TFTP It uses TFTP to write the settings file back to the server so there's no dependency on mounted file systems. To keep settings from each MVP separate, it incorporates the MVP's host name, if available, or IP address into the file name. This works best if you are assigning host names based on the MAC address from your DHCP server. If you just use dynamic IP addresses, you could end up with the "wrong" config file if you reboot your MVPs in a different order than usual, or fail to load settings if some other device on your network gets the MVP's old address and the MVP gets a new address. -Tom ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
