Subversion Repositories ALCASAR

Rev

Rev 228 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

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