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:
755 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodeOBLc
|
---|
6 | $location="Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden";
|
---|
7 | $master_ip='172.17.153.1';
|
---|
8 | $nodetype='CNode';
|
---|
9 | $nodename='OBLc';
|
---|
10 |
|
---|
11 | $status='up';
|
---|
12 |
|
---|
13 | $release="5.0-RELEASE";
|
---|
14 |
|
---|
15 |
|
---|
16 | # edugis x,y 93844,463741
|
---|
17 | $X='93844';
|
---|
18 | $Y='463741';
|
---|
19 |
|
---|
20 | $config{'xl0'}=sprintf <<XL0;
|
---|
21 | COMMENT=Ethernet
|
---|
22 | TYPE=ethernet
|
---|
23 | IP=172.17.152.65/27
|
---|
24 |
|
---|
25 | DESC=Ethernet naar OBL
|
---|
26 | SDESC=eth
|
---|
27 |
|
---|
28 | DHCP=no
|
---|
29 |
|
---|
30 |
|
---|
31 |
|
---|
32 | XL0
|
---|
33 |
|
---|
34 | $config{'ep0'}=sprintf <<EP0;
|
---|
35 | COMMENT=Ethernet
|
---|
36 | TYPE=ethernet
|
---|
37 | IP=$master_ip/24
|
---|
38 |
|
---|
39 | DESC=AP voor bieb
|
---|
40 | SDESC=apples
|
---|
41 |
|
---|
42 | DHCP=10-250
|
---|
43 |
|
---|
44 |
|
---|
45 |
|
---|
46 |
|
---|
47 | EP0
|
---|
48 |
|
---|
49 |
|
---|
50 | $config{'wi0'}=sprintf <<EW1;
|
---|
51 | COMMENT=link naar CeTIM3
|
---|
52 | TYPE=wireless
|
---|
53 | IP=172.16.0.162/30
|
---|
54 | DESC=Link naar CeTIM3
|
---|
55 | SDESC=2cetim3
|
---|
56 |
|
---|
57 |
|
---|
58 | MODE=managed
|
---|
59 | ESSID=il-nw.cetim3.wleiden.net
|
---|
60 | CHANNEL=9
|
---|
61 |
|
---|
62 |
|
---|
63 | DHCP=no
|
---|
64 |
|
---|
65 | EW1
|
---|
66 |
|
---|
67 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.