Last change
on this file since 8399 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:
859 bytes
|
Line | |
---|
1 | #
|
---|
2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
3 | #
|
---|
4 | # config CNodeMuiderkring
|
---|
5 | $location="Martijn, Muiderkring 152, 2332 BP, Leiden";
|
---|
6 | $master_ip='172.17.4.129';
|
---|
7 | $nodetype='CNode';
|
---|
8 | $nodename='Muiderkring';
|
---|
9 | $release="8.0-RELEASE";
|
---|
10 | $X='92318';
|
---|
11 | $Y='464324';
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $config{'ath0'}=sprintf <<ATH0;
|
---|
15 | COMMENT=Lokaal accesspoint
|
---|
16 | TYPE=wireless
|
---|
17 | IP=$master_ip/26
|
---|
18 | DESC=accesspoint voor de buurt
|
---|
19 | SDESC=omni
|
---|
20 | DHCP=140-190
|
---|
21 | MODE=master
|
---|
22 | ESSID=ap-WirelessLeiden-Muiderkring
|
---|
23 | CHANNEL=5
|
---|
24 | ATH0
|
---|
25 |
|
---|
26 | $config{'vr0'}=sprintf <<VR0;
|
---|
27 | COMMENT=eth
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=172.16.3.145/30
|
---|
30 | DESC=Link naar proxy6
|
---|
31 | SDESC=eth
|
---|
32 | DHCP=no
|
---|
33 | VR0
|
---|
34 |
|
---|
35 | $config{'vr1'}=sprintf <<VR1;
|
---|
36 | COMMENT=Link naar AJSoft
|
---|
37 | TYPE=ethernet
|
---|
38 | EXTRA_TYPE=eth2wifibridge
|
---|
39 | IP=172.16.3.118/30
|
---|
40 | DESC=Link naar AJSoft
|
---|
41 | SDESC=2ajsoft
|
---|
42 | MODE=managed
|
---|
43 | ESSID=il-nno.ajsoft2.wleiden.net
|
---|
44 | CHANNEL=1
|
---|
45 | DHCP=no
|
---|
46 | BulletMAC=00:15:6D:E8:E6:B1
|
---|
47 | BulletIP=192.168.1.21
|
---|
48 | VR1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.