Last change
on this file since 8282 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:
983 bytes
|
Line | |
---|
1 | #
|
---|
2 | # config CNodeRegenboog
|
---|
3 |
|
---|
4 | $location="Basisschool De Tweemaster, Regenboogpad 5, 2317 XK, Leiden";
|
---|
5 | $master_ip='172.21.152.1';
|
---|
6 | $nodetype='CNode';
|
---|
7 | $nodename='Regenboog';
|
---|
8 | $release="8.0-RELEASE";
|
---|
9 | $status='up';
|
---|
10 | $X='95368';
|
---|
11 | $Y='465975';
|
---|
12 |
|
---|
13 | $config{'ath0'}=sprintf <<ATH0;
|
---|
14 | COMMENT=AP
|
---|
15 | TYPE=wireless
|
---|
16 | IP=$master_ip/26
|
---|
17 | DESC=ap voor de buurt
|
---|
18 | SDESC=ap
|
---|
19 | DHCP=10-60
|
---|
20 | MODE=master
|
---|
21 | ESSID=ap-WirelessLeiden.Regenboog
|
---|
22 | CHANNEL=7
|
---|
23 | ATH0
|
---|
24 |
|
---|
25 | $config{'sis0'}=sprintf <<SIS0;
|
---|
26 | COMMENT=Ethernet
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=172.21.152.65/28
|
---|
29 | DESC=Ethernet naar Regenboog
|
---|
30 | SDESC=eth
|
---|
31 | DHCP=70-78
|
---|
32 | SIS0
|
---|
33 |
|
---|
34 | $config{'sis1'}=sprintf <<SIS1;
|
---|
35 | COMMENT=Link naar Rosmolen
|
---|
36 | TYPE=ethernet
|
---|
37 | EXTRA_TYPE=eth2wifibridge
|
---|
38 | DESC=Link naar Rosmolen
|
---|
39 | SDESC=2rosmolen
|
---|
40 | IP=172.16.2.66/30
|
---|
41 | DHCP=no
|
---|
42 | MODE=managed
|
---|
43 | ESSID=il-o.rosmolen.wleiden.net
|
---|
44 | CHANNEL=11
|
---|
45 | BulletMAC=
|
---|
46 | SIS1
|
---|
47 |
|
---|
48 | $config{'wi0'}=sprintf <<EW0;
|
---|
49 | COMMENT=link naar oost -> Polder
|
---|
50 | TYPE=wireless
|
---|
51 | DESC=Link naar oost
|
---|
52 | SDESC=2oost
|
---|
53 | IP=172.16.3.17/30
|
---|
54 | DHCP=no
|
---|
55 | MODE=master
|
---|
56 | ESSID=il-o.regenboog.wleiden.net
|
---|
57 | CHANNEL=4
|
---|
58 | EW0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.