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