Projet

Général

Profil

dhcpd.conf.patch

Emmanuel GARETTE, 11/02/2013 11:37

Télécharger (623 octets)

Voir les différences:

modif/dhcpd.conf 2012-11-05 19:57:28.326727624 +0100
13 13
#ddns-update-style none;
14 14
authoritative;
15 15

  
16
option wpad-url code 252 = text;
17
option wpad-url "http://wpad.%%nom_domaine_local/wpad.dat\n";
16 18
%if %%adresse_network_eth0 not in %%adresse_network_dhcp
17 19
# pas de dhcp sur la zone scribe
18 20
subnet %%adresse_network_eth0 netmask %%adresse_netmask_eth0 {
......
36 38
%end if
37 39
    option netbios-node-type 8;
38 40
%end if
39

  
40 41
    # dhcp statique
41 42
    include "/etc/dhcp3/fixed-address/%%{subnet_dhcp}_%%{subnet_dhcp.adresse_netmask_dhcp}.txt";
42 43