Changes between Version 12 and Version 13 of Document/Development/Wishlist/Module/DHCP

Show
Ignore:
Timestamp:
01/06/10 02:02:10 (3 years ago)
Author:
ejhernandez@… (IP: 95.214.88.215)
Comment:

Some things are now done but some of them partially

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Wishlist/Module/DHCP

    v12 v13  
    88=== Support for Other Parameters === 
    99 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.~~ 
    1111 1. Others as requested 
    1212=== Add A Comment Field for Static DHCP Mappings === 
    1313When 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~~ === 
    1515Every 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. 
    1616This post is very useful about this topic: http://forum.ebox-platform.com/index.php?topic=1970.msg8857#msg8857  
     
    2222Static 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. 
    2323The reason here: https://lists.isc.org/pipermail/dhcp-users/2009-July/009504.html 
     24 
     25=== Implement reverse dynamic DNS update === 
     26 
     27The 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.