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