Hello,
I would like the DHCP options for nameservers and routers to be able to be specified, let them default to the LAN IP, but allow them to be changed/added to.
Presently I have modified the dhcp scripts to have a sed line that fixes the dhcpd.conf file after being generated by PlutoDHCP. I looked at the PlutoDHCP source code and see that it seems that this would require modifying database schemas to accomplish, since it just uses the local IP for both of those config options.
Bill
If you go to the "devices tree" in the LinuxMCE Admin Website you can see that the top level devices have MAC- and IP- addresses specified, maybe this is what you're looking for?
Go to Web Admin -> Advanced -> Network -> Network Settings
I think you will find what you need there.
Regards
Andrew
I would like to add to this.
I would like the possibility to assign fixed IPs to units as I use Terminal Server a lot and the Windows machine I would like to connect to is not the core. So I would have to know the IP, even if the core should be down.
(Or can I connect to LMCE core using a Windows remote desktop and then go to other window/Linux machines from there? guess this is more of a Linux question)
I've checked out the pages recommended, and have not found any options in order to specify the IP address of the default router, or the IP address for the nameserver to use.
All that I see is the ability to specify the IP address mappings for machine mac addresses.
Bill
The only way I know of doing that at the moment is to edit the dhcpd's config file, and of course you will lose that config whenever anything changes. It is probably stored in the database, but don't ask me where.