Last change
on this file since 8261 was 8261, checked in by rick, 14 years ago |
- Commented variables are kind of useless as no program will be able to parse
them. So made them 'active'
- The text behind the $config proves to be a more usefull description than the
normal DESC field, pushed them into a variable called COMMENT so we can
finally start using them.
- Commented code is in general bad stuff with a revision control system as it
clutters the view, made the non active interface just 'idle' active.
|
-
Property svn:eol-style
set to
native
|
File size:
1.1 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="8.0-RELEASE";
|
---|
6 | $status='up';
|
---|
7 | $X='95185';
|
---|
8 | $Y='462905';
|
---|
9 |
|
---|
10 | $config{'ath0'}=sprintf <<ATH0;
|
---|
11 | COMMENT=ap zuidzijde
|
---|
12 | TYPE=wireless
|
---|
13 | IP=$master_ip/26
|
---|
14 | DESC=AP voor de Zuidzijde
|
---|
15 | SDESC=ap
|
---|
16 | DHCP=10-60
|
---|
17 | MODE=master
|
---|
18 | ESSID=ap-WirelessLeiden-Roomburgh2
|
---|
19 | CHANNEL=4
|
---|
20 | ATH0
|
---|
21 |
|
---|
22 | $config{'vr0'}=sprintf <<VR0;
|
---|
23 | COMMENT=Ethernet to local subnet
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=172.18.49.72/28
|
---|
26 | DESC=Ethernet to Roomburgh1,3 and lounge
|
---|
27 | SDESC=localsubnet
|
---|
28 | DHCP=no
|
---|
29 | VR0
|
---|
30 |
|
---|
31 | $config{'vr1'}=sprintf <<VR1;
|
---|
32 | COMMENT=tijdelijke link naar Leythenrode
|
---|
33 | TYPE=ethernet
|
---|
34 | EXTRA_TYPE=eth2wifibridge
|
---|
35 | IP=172.16.3.122/30
|
---|
36 | DESC=Link naar leythenrode
|
---|
37 | SDESC=2leythenrode
|
---|
38 | DHCP=no
|
---|
39 | MODE=bridge managed
|
---|
40 | ESSID=il-zw.leythenrode.wleiden.net
|
---|
41 | CHANNEL=44
|
---|
42 | NS_IP=192.168.1.21
|
---|
43 | NSMAC=00:15:6D:EA:F0:7B
|
---|
44 | VR1
|
---|
45 |
|
---|
46 | $config{'vr2'}=sprintf <<VR2;
|
---|
47 | COMMENT=link naar Lorentzhof
|
---|
48 | TYPE=ethernet
|
---|
49 | EXTRA_TYPE=eth2wifibridge
|
---|
50 | IP=172.16.1.9/30
|
---|
51 | DESC=Link naar Lorentzhof
|
---|
52 | SDESC=2lorentzhof
|
---|
53 | MODE=bridge ap
|
---|
54 | ESSID=il-zw.roomburgh2.wleiden.net
|
---|
55 | CHANNEL=116
|
---|
56 | NS_IP=192.168.1.20
|
---|
57 | NSMAC=00:15:6D:EB:EF:A7
|
---|
58 | DHCP=no
|
---|
59 | VR2
|
---|
60 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.