Last change
on this file since 8292 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:
827 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodeKaag2
|
---|
6 |
|
---|
7 | $location="Jachtwerf Feadship (De Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)";
|
---|
8 | $master_ip='172.27.8.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='Kaag2';
|
---|
11 |
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $release="5.0-RELEASE";
|
---|
15 |
|
---|
16 |
|
---|
17 | # edugis x,y 98420,470298
|
---|
18 | $X='98420';
|
---|
19 | $Y='470298';
|
---|
20 |
|
---|
21 | $config{'sis0'}=sprintf <<ED0;
|
---|
22 | COMMENT=Ethernet
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=172.27.8.65/26
|
---|
25 | DESC=Ethernet naar sis0
|
---|
26 | SDESC=2sis0
|
---|
27 | DHCP=no
|
---|
28 | ED0
|
---|
29 |
|
---|
30 | $config{'wi0'}=sprintf <<EW0;
|
---|
31 | COMMENT=Omni voor de buurt
|
---|
32 | TYPE=wireless
|
---|
33 | IP=$master_ip/26
|
---|
34 | DESC=Omni voor de buurt
|
---|
35 | SDESC=omni
|
---|
36 | DHCP=no
|
---|
37 | DHCP=10-60
|
---|
38 | MODE=master
|
---|
39 | ESSID=ap-omni.kaag2.wleiden.net
|
---|
40 | CHANNEL=3
|
---|
41 | EW0
|
---|
42 |
|
---|
43 | $config{'wi1'}=sprintf <<EW1;
|
---|
44 | COMMENT=link naar UnigorN
|
---|
45 | TYPE=wireless
|
---|
46 | IP=172.16.1.46/30
|
---|
47 | DESC=Link naar unigorN
|
---|
48 | SDESC=2unigorn
|
---|
49 | MODE=managed
|
---|
50 | ESSID=il-o.unigorn.wleiden.net
|
---|
51 | DHCP=no
|
---|
52 | EW1
|
---|
53 |
|
---|
54 |
|
---|
55 |
|
---|
56 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.