Subversion Repositories ALCASAR

Rev

Rev 228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 228 Rev 235
Line 11... Line 11...
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
 
-