<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to feature-requests</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/</link><description>Recent changes to feature-requests</description><atom:link href="https://sourceforge.net/p/dhcp-dns-server/feature-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 24 Aug 2013 17:59:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dhcp-dns-server/feature-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#32 Ability To Include Additional .ini Files</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/32/?limit=50#da8f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Done in release 7.10&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Achal Dhir</dc:creator><pubDate>Sat, 24 Aug 2013 17:59:55 -0000</pubDate><guid>https://sourceforge.net542848b8bb03c8227a71990d71575013c2206cd3</guid></item><item><title>Ability To Include Additional .ini Files</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/32/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It would be really nice if there were a way to tell the application to read additional settings from files other than DualServer.ini, perhaps a directive that could be added to the GLOBAL_OPTIONS section such as:&lt;/p&gt;
&lt;p&gt;config_dir=path   (a directlry in which all files are considered config files)&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;config_file=filename1   (individual config files to be read)&lt;br /&gt;
config_file=filename2&lt;/p&gt;
&lt;p&gt;Practical examples would be an admin who wishes to block ad servers by maintaining a separate file that would contain only a WILD_HOSTS section or someone who wishes to maintain a separate list of internal hosts using an independent DNS_HOSTS section.  As an added bonus, admins who want to use these additional config files on multiple servers, could use a single server for updates and a simple synchronization to replicate the changes to other servers.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 14 Feb 2013 04:46:49 -0000</pubDate><guid>https://sourceforge.net639637b31a883708a383356bfb8ec0a0c6bce711</guid></item><item><title>"Authoritative" flag</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/31/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hey guys, great software!  Thank you!  A lot of the hardware I work with defaults to DHCP, so this is invaluable when testing and initially setting up.&lt;/p&gt;
&lt;p&gt;I was wondering, I know the ISC implementation of DHCP supports setting an "Authoritative" flag, so as not to confuse clients of which is the "real" server.  Admittedly, I never looked at the RFC so I don't even know if that's considered standard or not, but it would be useful to me, so I don't accidentally plug my laptop into the company network while this is running and take everybody down! :)  Is this something that could be added?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 29 Nov 2012 15:10:12 -0000</pubDate><guid>https://sourceforge.netcc5253f98387568a19d1ba829c11d57ad160b71b</guid></item><item><title>Return different IP addresses for same name</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/30/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Is it possible to have the following feature:&lt;br /&gt;
I have a device which have two NICs:&lt;br /&gt;
NIC1 - 192.168.42.254&lt;br /&gt;
NIC2 - 192.168.142.254&lt;br /&gt;
The device has a name : "Instrument1"&lt;br /&gt;
If a laptop is connected to network 1 (NIC1), I would like that when requesting "Instrument1" DNS returns "192.168.42.254"&lt;br /&gt;
If a second laptop is connected to network 2 (NIC2), I would like that when requesting "Instrument1" DNS returns "192.168.142.254"&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 05 Jul 2012 16:24:33 -0000</pubDate><guid>https://sourceforge.net5b95408b51f7a1856e94f0fab56b1db071a34e75</guid></item><item><title>Add number of active leases</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/29/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, it's a good free tool that help us a lot.&lt;br /&gt;
Please, can you add a number of client devices on the html page under the active lease table.&lt;br /&gt;
Like here:&lt;br /&gt;
Active Leases&lt;br /&gt;
Num Mac Address     IP  Lease Expiry        Hostname (first 20 chars)&lt;br /&gt;
001 11:22:33:44:55:66 192.168.0.66  yyyymmdd HH:MM:SS   hostname66&lt;br /&gt;
---------------------------------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
Total Active leases: 1&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 21 Jun 2012 03:57:42 -0000</pubDate><guid>https://sourceforge.net48e4a10139b4ca01d7344075fe0cf44c8619d7b0</guid></item><item><title>remove from DNS for DHCP release</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If both DHCP and DNS are used, then if a host gets an address from DHCP, a host name is automatically added to the DNS.&lt;/p&gt;
&lt;p&gt;The reverse seems not true; when a DHCP lease is released, the host name query for that host name still return success.&lt;/p&gt;
&lt;p&gt;Please consider making the host name no longer available from the DNS, after a DHCP release occurs.&lt;/p&gt;&lt;/div&gt;</description><pubDate>Tue, 19 Jun 2012 02:04:31 -0000</pubDate><guid>https://sourceforge.net5491a06bdf7155463b59d1c1d9f8ab7fa2a4a1a2</guid></item><item><title>Let sname can modify </title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The Server Host Name  (sname) at DHCP is directly assign the installed server name.&lt;br /&gt;
But, sname use for tftp server name sometimes.&lt;br /&gt;
I hope this item can modify by user.&lt;br /&gt;
Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 15 Jun 2012 09:09:45 -0000</pubDate><guid>https://sourceforge.netb24627dae8da71ef9b027014317b44babeb65fa1</guid></item><item><title>IPV6 DNS AND DHCP</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;CAN YOU SUPPORT THE IPV6 ?&lt;br /&gt;
THANKS&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 04 May 2012 16:08:11 -0000</pubDate><guid>https://sourceforge.net08bb97c051bd16809238ef5786f08c6e4fc95d2f</guid></item><item><title>support of Option 82</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried to assing IP addresses based on option 82. This would give me the possibility to assign defined IP-addresses to end-devices dependend on the connection port of my network.&lt;br /&gt;
As I saw a specific client is always identified by his MAC-address. It would be great to have a client identified by the option 82 value,&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 01 Mar 2012 16:14:26 -0000</pubDate><guid>https://sourceforge.net3b66c338d65e510722640ae1872f74937163347c</guid></item><item><title>work without physical network connection (for VMware client)</title><link>https://sourceforge.net/p/dhcp-dns-server/feature-requests/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have an VMware Linux with bridged networking on that NIC where Dual DHCP DNS Server is listening on, configured as DHCP client....&lt;/p&gt;
&lt;p&gt;This does not work since Dual DHCP DNS Server is not listening on that NIC until a physical Link-Partner is connected!&lt;br /&gt;
-- could you please allow an only virtually bridged NIC (without anything physically connected to it) to be supported as well?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">guru1968</dc:creator><pubDate>Tue, 14 Jun 2011 14:44:19 -0000</pubDate><guid>https://sourceforge.net807c4a8927529c7dc7d5bcbc6a3ef5030531124f</guid></item></channel></rss>