[ytrap-llatsni] Ajout des récursifs et de la gateway
This commit is contained in:
parent
0aef68603d
commit
e83201ee9f
1 changed files with 5 additions and 1 deletions
|
@ -195,7 +195,11 @@ subnet 10.231.137.0 netmask 255.255.255.0 {
|
|||
next-server 10.231.137.1;
|
||||
# Options pour le PXE
|
||||
option root-path "/";
|
||||
option routers 10.231.137.1;
|
||||
option domain-name-servers %s;
|
||||
option domain-name "crans.org";
|
||||
option domain-search "crans.org";
|
||||
# Fichier a charger pour le boot par le reseau
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
"""
|
||||
""" % ', '.join(config.dns.recursiv['evenementiel'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue