Changes between Version 16 and Version 17 of Document/Development/Wishlist/Module/DHCP
- Timestamp:
- 08/31/10 23:12:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Wishlist/Module/DHCP
v16 v17 1 1 == DHCP == 2 2 === Make PXE-Features Useful === 3 Today I tried to get eBoxto act as a PXE Boot Server. During my trials I found some problems:3 Today I tried to get Zentyal to act as a PXE Boot Server. During my trials I found some problems: 4 4 5 5 1. You cannot upload files into the directory served by the tftpd via the web interface. … … 8 8 === Support for Other Parameters === 9 9 1. ~~WINS~~ 10 1. ~~NTP This needs to be able to advertise to the internal NETWORK that eBoxis the NTP Server for this NETWORK.~~10 1. ~~NTP This needs to be able to advertise to the internal NETWORK that Zentyal is the NTP Server for this NETWORK.~~ 11 11 1. Others as requested 12 12 === ~~Add A Comment Field for Static DHCP Mappings~~ === … … 14 14 === ~~Dynamic DNS Update~~ === 15 15 Every time a new DHCP client with its hostname asks for an IP and it is leased. Add a DNS entry dynamically with its hostname and the leased IP address. 16 This post is very useful about this topic: http://forum. ebox-platform.com/index.php?topic=1970.msg8857#msg885716 This post is very useful about this topic: http://forum.zentyal.com/index.php?topic=1970.msg8857#msg8857 17 17 === Add Option to Allow for Groups in DHCP === 18 18 Just like in normal dhcpd.conf syntax it would be nice to have the option to apply settings to groups of computers as well. Something like one group would be for all my AP MAC addresses so that they get the parameters that they need at bootup, typically their IP, and NTP Server, other settings, another group for my non-AP Routers, another for the DMZ servers I may run and another couple for groups of PC's 19 19 === DHCP Relay === 20 Add an option for eBoxto function as a DHCP Agent Relay.20 Add an option for Zentyal to function as a DHCP Agent Relay. 21 21 === Show static leases === 22 22 Static addresses fixed to a MAC addreess doesn't appear on dhcpd.leases and then doesn't apper on the widget neither, try to fix that. … … 29 29 === Add a link to MAC_find site in DHCP leases widget === 30 30 31 Suggestion from http://forum. ebox-platform.com/index.php?topic=364631 Suggestion from http://forum.zentyal.com/index.php?topic=3646