source: trunk/doc/examples/dhcpd.conf@ 6485

Last change on this file since 6485 was 6243, checked in by RIck van der Zwet, 16 years ago

Sample genesis file and generated configs to be able to work offline
configs generated from http://wlconfig.wirelessleiden.nl/freebsd/6.0/g_list.pl/

File size: 1.0 KB
Line 
1
2# This file specific to wireless
3# leiden. Please make all changes in Genesis.
4#
5# Generated by dellas.wirelessleiden.nl
6# on Thu Sep 4 08:56:05 2008
7#
8# feb 2003 jasper@WirelessLeiden.NL | maart 2005 rick@WirelessLeiden.NL
9#
10
11
12option domain-name "wLeiden.NET";
13
14default-lease-time 7200;
15max-lease-time 2592000;
16
17ddns-update-style none;
18
19# Hack for the WET11
20#
21always-broadcast on;
22
23option domain-name-servers 172.27.129.1;
24
25# ep0 Link naar pc's
26subnet 172.27.129.80 netmask 255.255.255.240 {
27 range 172.27.129.82 172.27.129.94;
28 option broadcast-address 172.27.129.95;
29 option subnet-mask 255.255.255.240;
30 option routers 172.27.129.81;
31}
32
33# wi0 Omni voor de buurt
34subnet 172.27.129.0 netmask 255.255.255.192 {
35 range 172.27.129.10 172.27.129.60;
36 option broadcast-address 172.27.129.63;
37 option subnet-mask 255.255.255.192;
38 option routers 172.27.129.1;
39}
40
41# xl0 Link naar thuisnetwerk
42subnet 172.27.129.64 netmask 255.255.255.252 {not authoritative; }
43
44# xl1 Link naar duivenhok
45subnet 172.16.1.164 netmask 255.255.255.252 {not authoritative; }
46
Note: See TracBrowser for help on using the repository browser.