Last change
on this file since 8265 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 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodeThomas
|
---|
6 | $location="Thomas, Rapenburg 118, 2311 GB, Leiden";
|
---|
7 | $master_ip='172.17.48.1';
|
---|
8 | $nodetype='CNode';
|
---|
9 | $nodename='Thomas';
|
---|
10 |
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $comment='Electronische schakelklok schakelt elke maandag- en vrijdagochtend om +/- 2:04 UTC gedurende 1 minuut uit.';
|
---|
15 |
|
---|
16 | $status='up';
|
---|
17 |
|
---|
18 | # edugis x,y 93510,463474
|
---|
19 | $X='93510';
|
---|
20 | $Y='463474';
|
---|
21 |
|
---|
22 | $config{'sis0'}=sprintf <<ED0;
|
---|
23 | COMMENT=Ethernet
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=172.17.48.65/29
|
---|
26 |
|
---|
27 | DESC=Ethernet naar Thomas
|
---|
28 | SDESC=eth
|
---|
29 |
|
---|
30 | DHCP=67-70
|
---|
31 |
|
---|
32 |
|
---|
33 | ED0
|
---|
34 |
|
---|
35 | $config{'wi0'}=sprintf <<EW0;
|
---|
36 | COMMENT=OMNI
|
---|
37 | TYPE=wireless
|
---|
38 | IP=$master_ip/26
|
---|
39 |
|
---|
40 | DESC=Omni voor de buurt
|
---|
41 | SDESC=omni
|
---|
42 |
|
---|
43 | DHCP=10-60
|
---|
44 |
|
---|
45 |
|
---|
46 | MODE=master
|
---|
47 | ESSID=ap-omni.thomas.wleiden.net
|
---|
48 | CHANNEL=4
|
---|
49 |
|
---|
50 |
|
---|
51 | EW0
|
---|
52 |
|
---|
53 |
|
---|
54 | $config{'wi1'}=sprintf <<EW1;
|
---|
55 | TYPE=wireless
|
---|
56 | IP=172.16.0.206/30
|
---|
57 | DESC=Link naar Vosko2
|
---|
58 | SDESC=2vosko2
|
---|
59 |
|
---|
60 |
|
---|
61 | MODE=managed
|
---|
62 | ESSID=il-zo.vosko2.wleiden.net
|
---|
63 | CHANNEL=1
|
---|
64 |
|
---|
65 |
|
---|
66 | DHCP=no
|
---|
67 |
|
---|
68 | EW1
|
---|
69 |
|
---|
70 |
|
---|
71 | $config{'wi2'}=sprintf <<EW2;
|
---|
72 | COMMENT=link naar IMI
|
---|
73 | TYPE=wireless
|
---|
74 | IP=172.16.0.82/30
|
---|
75 | DESC=Link naar IMI
|
---|
76 | SDESC=2imi
|
---|
77 |
|
---|
78 |
|
---|
79 | MODE=managed
|
---|
80 | ESSID=il-no.imi.wleiden.net
|
---|
81 | CHANNEL=8
|
---|
82 |
|
---|
83 |
|
---|
84 | DHCP=no
|
---|
85 |
|
---|
86 | EW2
|
---|
87 |
|
---|
88 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.