Changes between Version 12 and Version 13 of Document/Development/Wishlist/Module/DHCP
- Timestamp:
- 01/06/10 02:02:10 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Wishlist/Module/DHCP
v12 v13 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 eBox is the NTP Server for this NETWORK.10 1. ~~NTP This needs to be able to advertise to the internal NETWORK that eBox is the NTP Server for this NETWORK.~~ 11 11 1. Others as requested 12 12 === Add A Comment Field for Static DHCP Mappings === 13 13 When adding static DHCP mappings for MAC addresses it would be nice to have a comment field as well, as the hostname of a computer might not be enough information to easily determine the user or type of that system. 14 === Dynamic DNS Update===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 16 This post is very useful about this topic: http://forum.ebox-platform.com/index.php?topic=1970.msg8857#msg8857 … … 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. 23 23 The reason here: https://lists.isc.org/pipermail/dhcp-users/2009-July/009504.html 24 25 === Implement reverse dynamic DNS update === 26 27 The direct mapping is now done but we need to allow reverse dynamic DNS update. To apply so, we need to be able to edit a dynamic zone without modifying the current journal file.