Statistics
| Branch: | Tag: | Revision:

root / nfdhcpd.conf @ master

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
7b0ebdd0 02/05/2014 07:37 pm Dimitris Aragiorgis

Provide DNS Search List in DHCH6_Reply

In case of an IPv6 only VM we have to serve a Domain Search List
so that Windows VM can find the kms server by issuing:

nslookup -type=srv _vlmcs._tcp

An extra config option in ipv6 section is added; domains
This is a list of search domains included in DHCP6_Reply....

06e6d9bc 01/17/2014 07:54 pm Dimitris Aragiorgis

Support ra-stateless IPv6 configuration

This means that IPv6 will be auto-configured but DNS info
will be obtained via DHCPv6 requests.

With other words our router advertisements have the "O" flag set
and we add another handler that serves DHCPv6 requests by...

35f3f24a 08/06/2013 01:10 pm Vangelis Koukis

Revert "Change nameservers in nfdhcpd.conf"

This reverts commit be1030abdbce3fb12eb9682c7260b55c31786fa2.

All IPv4 and IPv6 examples should use the documentation/test
ranges, see
https://tools.ietf.org/html/rfc5737 and
https://tools.ietf.org/html/rfc3849....

7d38c21d 07/19/2012 08:19 pm Dimitris Aragiorgis

Reapply option for serving domain

Signed-off-by: Dimitris Aragiorgis <>

be1030ab 07/03/2012 01:17 pm Dimitris Aragiorgis

Change nameservers in nfdhcpd.conf

Signed-off-by: Dimitris Aragiorgis <>

42b82393 04/03/2012 04:35 pm Costas Drogos

Changed pidfile location in configfile by vkoukis

26ba9dba 03/28/2012 01:28 am Costas Drogos

Option for serving domain from nfdhcpd to clients

On some occasions the clients do not send an fqdn as hostname,
so another way to send a domain is needed.
For that, a new optional config directive is introduced, called
"domain", as a way to hardcode the domain we serve....
ea915b1a 12/03/2010 02:27 pm Apollon Oikonomopoulos

Add configuration file support

Add configuration file parsing using python-configobj. All command line options
except -d and -f have been moved to the configuration file.

A sample configuration file with all accepted options has been added as well.

Warning: validation and type casting is still missing....