Subversion Repositories ALCASAR

Rev

Rev 219 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
221 franck 1
# Fichier de configuration de dnsmasq associé à ALCASAR
2
 
219 jeremy 3
domain-needed
4
expand-hosts
5
bogus-priv
6
 
7
#server=208.67.222.222
8
#dhcp-option=3,1.2.3.4
9
#dhcp-option=option:router,1.2.3.4
10
#dhcp-option=42,0.0.0.0
11
#dhcp-option=option:ntp-server,192.168.0.4,10.10.0.5
12
filterwin2k
13
#except-interface=eth0
14
# Or which to listen on by address (remember to include 127.0.0.1 if
15
# you use this.)
16
#listen-address=192.168.10.1
17
#interface=eth1
18
domain=localdomain.fr
19
cache-size=256
20
 
21
# réseau local 192.168.1.0/24
22
#dhcp-range=lan1,192.168.10.129,192.168.10.254,255.255.255.0,12h
23
#dhcp-host=11:22:33:44:55:66,ssic-test,192.168.10.20,255.255.255.0,45m
24
 
25
# réseau distant 192.168.0.0/24
26
#dhcp-range=lan2,192.168.0.10,192.168.0.100,255.255.255.0,12h
27
#dhcp-option=lan2,3,192.168.0.1
28