[./gestion/gen_confs/dhcpd.py] Ajout du boot par PXE et permutation des serveurs DNS
darcs-hash:20090413171448-8fbb1-c20afd018cd38b1806d52c51f95049c6a240dc79.gz
This commit is contained in:
parent
13df2ad50d
commit
aeac4f8cb0
1 changed files with 3 additions and 2 deletions
|
@ -71,9 +71,10 @@ option option-119 code 119 = text ;
|
|||
reseaux = { '138.231.136.0/21' :
|
||||
"""authoritative;
|
||||
option routers 138.231.136.4;
|
||||
option domain-name-servers 138.231.136.3, 138.231.136.9, 138.231.136.10;
|
||||
option domain-name-servers 138.231.136.9, 138.231.136.10, 138.231.136.3;
|
||||
option domain-name "crans.org";
|
||||
option option-119 "crans.org wifi.crans.org";""" }
|
||||
option option-119 "crans.org wifi.crans.org";
|
||||
filename "pxelinux.0";""" }
|
||||
elif hostname == 'titanic':
|
||||
reseaux = {'10.2.9.0/24' :
|
||||
"""authoritative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue