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 | #
|
---|
2 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config CNodeLvLn (Lucas van Leiden Noord)
|
---|
7 | $location="Basisschool Lucas van Leyden, Ursulasteeg 28, 2312 XA, Leiden";
|
---|
8 | $master_ip='172.17.195.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='LvLn2';
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | # edugis x,y 93395,464130
|
---|
17 | $X='93395';
|
---|
18 | $Y='464130';
|
---|
19 |
|
---|
20 | $config{'sis0'}=sprintf <<ED0;
|
---|
21 | COMMENT=eth
|
---|
22 | TYPE=ethernet
|
---|
23 | IP=172.17.144.66/29
|
---|
24 | # 172.17.144.65 lvln
|
---|
25 | # 172.17.144.67 vpn-router
|
---|
26 |
|
---|
27 | DESC=lvln backbone ethernet
|
---|
28 | SDESC=eth
|
---|
29 | DHCP=no
|
---|
30 | ED0
|
---|
31 |
|
---|
32 |
|
---|
33 | $config{'sis0:0'}=sprintf <<ED00;
|
---|
34 | COMMENT=link naar lvln via ethernet
|
---|
35 | TYPE=ethernet
|
---|
36 | SDESC=2lvln
|
---|
37 | IP=172.16.0.26/30
|
---|
38 | DESC=link naar lvln
|
---|
39 | DHCP=no
|
---|
40 | ED00
|
---|
41 |
|
---|
42 |
|
---|
43 | $config{'ath0'}=sprintf <<EW0;
|
---|
44 | COMMENT=alink 2 stadhuis2
|
---|
45 | TYPE=wireless
|
---|
46 | SUBTYPE=802.11a
|
---|
47 | IP=172.16.1.222/30
|
---|
48 |
|
---|
49 | DESC=802.11A Link naar Stadhuis
|
---|
50 | SDESC=2stadhuis2
|
---|
51 | DHCP=no
|
---|
52 |
|
---|
53 |
|
---|
54 | MODE=managed
|
---|
55 | ESSID=il-nw.stadhuis.wleiden.net
|
---|
56 |
|
---|
57 | CHANNEL=36
|
---|
58 |
|
---|
59 | EW0
|
---|
60 |
|
---|
61 | $config{'ath1'}=sprintf <<EW1;
|
---|
62 | COMMENT=link naar rabo
|
---|
63 | TYPE=wireless
|
---|
64 | IP=172.16.0.98/30
|
---|
65 | DESC=Link naar rabo
|
---|
66 | SDESC=2rabo
|
---|
67 | DHCP=no
|
---|
68 |
|
---|
69 | MODE=managed
|
---|
70 | ESSID=il-zo.rabo.wleiden.net
|
---|
71 |
|
---|
72 | CARD_OPTION=mode 11b
|
---|
73 |
|
---|
74 |
|
---|
75 | EW1
|
---|
76 |
|
---|
77 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.