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:
756 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config CNodeVeldbies
|
---|
7 | $location="Veldbies 10, 2481 CB, Woubrugge";
|
---|
8 | $master_ip='172.25.0.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='Veldbies';
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | $X='103532';
|
---|
17 | $Y='465148';
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<ED0;
|
---|
20 | COMMENT=eth
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=172.25.0.65/29
|
---|
23 |
|
---|
24 | DESC=Ethernet naar Veldbies
|
---|
25 | SDESC=eth
|
---|
26 |
|
---|
27 | DHCP=no
|
---|
28 |
|
---|
29 |
|
---|
30 |
|
---|
31 |
|
---|
32 | ED0
|
---|
33 |
|
---|
34 | $config{'wi0'}=sprintf <<EW0;
|
---|
35 | COMMENT=OMNI
|
---|
36 | TYPE=wireless
|
---|
37 | IP=$master_ip/26
|
---|
38 |
|
---|
39 | DESC=AP voor de buurt
|
---|
40 | SDESC=ap-omni
|
---|
41 |
|
---|
42 | DHCP=10-60
|
---|
43 |
|
---|
44 |
|
---|
45 | MODE=master
|
---|
46 | ESSID=ap-omni.veldbies.wleiden.net
|
---|
47 | CHANNEL=1
|
---|
48 |
|
---|
49 |
|
---|
50 | EW0
|
---|
51 |
|
---|
52 | $config{'wi1'}=sprintf <<EW1;
|
---|
53 | COMMENT=link naar NodeSOM
|
---|
54 | TYPE=wireless
|
---|
55 | IP=172.16.0.122/30
|
---|
56 | DESC=Link naar SOM
|
---|
57 | SDESC=2SOM
|
---|
58 |
|
---|
59 |
|
---|
60 |
|
---|
61 | MODE=managed
|
---|
62 | ESSID=il-o.som.wleiden.net
|
---|
63 |
|
---|
64 |
|
---|
65 |
|
---|
66 | DHCP=no
|
---|
67 |
|
---|
68 | EW1
|
---|
69 |
|
---|
70 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.