*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Hi,
Is it possible to include a config file inside dhcpd.conf ?
I didn't find any option in man dhcpd.conf
I would like this :
/etc/dhcpd.conf
-----------------------
server-identifier angelus.dev.null;
option domaine-name "dev.null";
boot-unknown-clients false;
share-network dog {
default-lease-time 43200;
max-lease-time 86400;
subnet 192.168.0.0 netmask 255.255.255.0
{
option broadcast-adress 192.168.0.255;
}
include "/etc/dog-hosts.conf"
}
/etc/dog-hosts.conf
----------------------------
host M0001
{
option tcp-keepalive-interval 36000000;
option netbios-node-type 8;
hardware ethernet XX:XX:XX:XX:XX;
fixed-address 192.168.0.1;
}
host M0002
{
option tcp-keepalive-interval 36000000;
option netbios-node-type 8;
hardware ethernet XX:XX:XX:XX:XX;
fixed-address 192.168.0.2;
}
...
Thanks.
-----------------------------------------------------
Le Tanou Jerome - mailto:[EMAIL PROTECTED]
Centre des Etudes et R�alisations Informatiques de l'Acad�mie de Grenoble
http://letanou.linuxfr.org/samba.html
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
Archives for this mailing list are available at
http://www.webnology.com/list-archives/dhcp/dhcp-server
------------------------------------------------------------------------------