Last change
on this file since 8271 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.4 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodeZwaluwAK
|
---|
6 |
|
---|
7 | $location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
|
---|
8 | $master_ip='172.22.0.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='Zwaluwak';
|
---|
11 | $release="7.2-RELEASE";
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $X='90739';
|
---|
15 | $Y='463249';
|
---|
16 |
|
---|
17 | $config{'ath0'}=sprintf <<ATH0;
|
---|
18 | COMMENT=Omni
|
---|
19 | TYPE=wireless
|
---|
20 | IP=$master_ip/26
|
---|
21 | DESC=omni voor de buurt
|
---|
22 | SDESC=omni
|
---|
23 | DHCP=10-60
|
---|
24 | MODE=master
|
---|
25 | ESSID=ap-omni.zwaluwak.wleiden.net
|
---|
26 | CHANNEL=3
|
---|
27 | ATH0
|
---|
28 |
|
---|
29 | $config{'vr0'}=sprintf <<VR0;
|
---|
30 | COMMENT=Ethernet
|
---|
31 | TYPE=ethernet
|
---|
32 | IP=172.22.0.65/30
|
---|
33 | MEDIA=100baseT/UTP
|
---|
34 | DESC=Ethernet naar proxy
|
---|
35 | SDESC=eth
|
---|
36 | DHCP=no
|
---|
37 | VR0
|
---|
38 |
|
---|
39 | $config{'vr1'}=sprintf <<VR1;
|
---|
40 | COMMENT=link naar Unused via Bullet 1
|
---|
41 | TYPE=ethernet
|
---|
42 | EXTRA_TYPE=eth2wifibridge
|
---|
43 | IP=172.16.1.254/30
|
---|
44 | DESC=Link naar Unused
|
---|
45 | SDESC=2unused
|
---|
46 | DHCP=no
|
---|
47 | Bullet_IP=192.168.1.20
|
---|
48 | BulletMAC=00:15:6D:E8:E7:4A
|
---|
49 | MODE=managed
|
---|
50 | ESSID=effeniks
|
---|
51 | VR1
|
---|
52 |
|
---|
53 | $config{'vr2'}=sprintf <<VR2;
|
---|
54 | COMMENT=link naar BCStevenshof via Bullet 2
|
---|
55 | TYPE=ethernet
|
---|
56 | EXTRA_TYPE=eth2wifibridge
|
---|
57 | IP=172.16.3.251/29
|
---|
58 | DHCP=no
|
---|
59 | DESC=Link naar BCsSte
|
---|
60 | SDESC=2bcste
|
---|
61 | Bullet_IP=172.16.3.252/29
|
---|
62 | BulletMAC=00:15:6D:E8:E6:A3
|
---|
63 | MODE=managed
|
---|
64 | ESSID=il-nw.bcste.wleiden.net
|
---|
65 | VR2
|
---|
66 |
|
---|
67 | $config{'aue0'}=sprintf <<UE0;
|
---|
68 | COMMENT=a-link naar NodeUnigor via Airlive
|
---|
69 | TYPE=ethernet
|
---|
70 | EXTRA_TYPE=eth2wifibridge
|
---|
71 | SUBTYPE=802.11a
|
---|
72 | IP=172.16.4.22/30
|
---|
73 | DESC=A Link naar Unigor
|
---|
74 | SDESC=2unigor
|
---|
75 | DHCP=no
|
---|
76 | AIRLIVE_IP=192.168.1.21
|
---|
77 | MODE=managed
|
---|
78 | ESSID=ilA-z.unigor.wleiden.net
|
---|
79 | UE0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.