Last change
on this file since 7657 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.2 KB
|
Line | |
---|
1 | $location="R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden";
|
---|
2 | $master_ip='172.18.49.1';
|
---|
3 | $nodetype='CNode';
|
---|
4 | $nodename='Roomburgh2';
|
---|
5 | $release="5.0-RELEASE";
|
---|
6 | $status='up';
|
---|
7 | # edugis x,y 95185,462905
|
---|
8 | $X='95185';
|
---|
9 | $Y='462905';
|
---|
10 |
|
---|
11 | $config{'ep0'}=sprintf <<ED0; # Ethernet
|
---|
12 | TYPE=ethernet
|
---|
13 | IP=172.18.49.65/28
|
---|
14 | DESC=Ethernet voor Zorghuis
|
---|
15 | SDESC=eth
|
---|
16 | DHCP=no
|
---|
17 | ED0
|
---|
18 |
|
---|
19 | $config{'xl0'}=sprintf <<ED0; # Ethernet
|
---|
20 | TYPE=ethernet
|
---|
21 | IP=172.16.0.102/30
|
---|
22 | DESC=Link naar Roomburgh1
|
---|
23 | SDESC=2roomburgh1
|
---|
24 | DHCP=no
|
---|
25 | ED0
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 | $config{'wi0'}=sprintf <<EW0; # omni
|
---|
30 | TYPE=wireless
|
---|
31 | IP=$master_ip/26
|
---|
32 | DESC=omni
|
---|
33 | SDESC=omni
|
---|
34 | DHCP=10-60
|
---|
35 | MODE=master
|
---|
36 | ESSID=ap-no.roomburgh2.wleiden.net
|
---|
37 | CHANNEL=8
|
---|
38 | EW0
|
---|
39 |
|
---|
40 | $config{'wi0:0'}=sprintf <<EW00;
|
---|
41 | TYPE=wireless
|
---|
42 | IP=172.16.1.5/30
|
---|
43 | DESC=Link naar JVC?
|
---|
44 | SDESC=2jvc
|
---|
45 | DHCP=no
|
---|
46 | EW00
|
---|
47 |
|
---|
48 | $config{'wi1'}=sprintf <<EW1;
|
---|
49 | TYPE=wireless
|
---|
50 | IP=172.16.0.245/30
|
---|
51 | DESC=Link naar AA24
|
---|
52 | SDESC=2aa24
|
---|
53 | MODE=master
|
---|
54 | ESSID=il-zo.roomburgh2.wleiden.net
|
---|
55 | CHANNEL=11
|
---|
56 | DHCP=no
|
---|
57 | EW1
|
---|
58 |
|
---|
59 | $config{'wi2'}=sprintf <<EW2;
|
---|
60 | TYPE=wireless
|
---|
61 | IP=172.16.1.9/30
|
---|
62 | DESC=Link naar Lorentzhof
|
---|
63 | SDESC=2lorentzhof
|
---|
64 | MODE=master
|
---|
65 | ESSID=il-zw.roomburgh2.wleiden.net
|
---|
66 | CHANNEL=2
|
---|
67 | DHCP=no
|
---|
68 | EW2
|
---|
69 |
|
---|
70 |
|
---|
71 | $config{'wi3'}=sprintf <<EW3;
|
---|
72 | TYPE=wireless
|
---|
73 | IP=172.16.0.10/30
|
---|
74 | DESC=Link naar ROCl
|
---|
75 | SDESC=2rocl
|
---|
76 | MODE=managed
|
---|
77 | ESSID=il-no.rocl.wleiden.net
|
---|
78 | DHCP=no
|
---|
79 | #CHANNEL 5
|
---|
80 | EW3
|
---|
Note:
See
TracBrowser
for help on using the repository browser.