Last change
on this file since 7939 was 7657, checked in by rick, 15 years ago |
$genesis_control is not used anymore
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 KB
|
Line | |
---|
1 | #
|
---|
2 | # config CNodeBurcht
|
---|
3 |
|
---|
4 | $location="Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden";
|
---|
5 | $master_ip='172.17.184.1';
|
---|
6 | $nodetype='CNode';
|
---|
7 | $nodename='Burcht';
|
---|
8 |
|
---|
9 | $release="7.2";
|
---|
10 |
|
---|
11 |
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | # edugis x,y 93794,463755
|
---|
15 | $X='93794';
|
---|
16 | $Y='463755';
|
---|
17 |
|
---|
18 | # Range which spans the two ethernet nic's to the
|
---|
19 | # two AP's (sis0, sis1)
|
---|
20 | #
|
---|
21 | $tproxy='172.17.184.64/26 172.17.184.128/26';
|
---|
22 |
|
---|
23 | $config{'sis0'}=sprintf <<SIS0;
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=172.17.184.65/26
|
---|
26 |
|
---|
27 | DESC=Access Point 1 (tuinzaal)
|
---|
28 | SDESC=aptuinzaal
|
---|
29 |
|
---|
30 | # Keep one IP address (66) available for the
|
---|
31 | # Accesspoint itself. The topmost address
|
---|
32 | # (127) is broadcast.
|
---|
33 | DHCP=67-126
|
---|
34 |
|
---|
35 |
|
---|
36 | SIS0
|
---|
37 |
|
---|
38 | $config{'sis1'}=sprintf <<SIS1;
|
---|
39 | TYPE=ethernet
|
---|
40 | IP=172.17.184.129/26
|
---|
41 |
|
---|
42 | DESC=Access Point 2 (kroeg)
|
---|
43 | SDESC=apkroeg
|
---|
44 |
|
---|
45 |
|
---|
46 | # Keep one IP addres for the AP (130)
|
---|
47 | # topmost 191 is the broadcast address.
|
---|
48 | #
|
---|
49 | DHCP=131-190
|
---|
50 |
|
---|
51 | SIS1
|
---|
52 |
|
---|
53 | $config{'wi0'}=sprintf <<EW0;
|
---|
54 | TYPE=wireless
|
---|
55 | IP=172.16.0.146/30
|
---|
56 |
|
---|
57 | DESC=Interlink naar Vosko
|
---|
58 | SDESC=2vosko
|
---|
59 |
|
---|
60 | DHCP=no
|
---|
61 |
|
---|
62 |
|
---|
63 | MODE=managed
|
---|
64 | ESSID=il-no.vosko.wleiden.net
|
---|
65 |
|
---|
66 |
|
---|
67 | EW0
|
---|
68 |
|
---|
69 |
|
---|
70 | $config{'wi1'}=sprintf <<EW1;
|
---|
71 | TYPE=wireless
|
---|
72 | IP=172.16.0.106/30
|
---|
73 |
|
---|
74 | DESC=Interlink naar Cetim3
|
---|
75 | SDESC=2cetim3
|
---|
76 |
|
---|
77 | DHCP=no
|
---|
78 |
|
---|
79 |
|
---|
80 |
|
---|
81 |
|
---|
82 | MODE=managed
|
---|
83 | ESSID=il-nw.cetim3.wleiden.net
|
---|
84 |
|
---|
85 |
|
---|
86 |
|
---|
87 |
|
---|
88 | EW1
|
---|
89 |
|
---|
90 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.