Last change
on this file since 7660 was 7660, checked in by rick, 15 years ago |
Also the commented variables are waving bye,bye
|
-
Property svn:eol-style
set to
native
|
File size:
1.5 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodePlantsoen2
|
---|
6 | $location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
|
---|
7 | $master_ip='172.17.169.1';
|
---|
8 | $nodetype='CNode';
|
---|
9 | $nodename='Plantsoen2';
|
---|
10 | $status='up';
|
---|
11 | $release="8.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | # edugis x,y 94042,463238
|
---|
15 | $X='94042';
|
---|
16 | $Y='463238';
|
---|
17 |
|
---|
18 |
|
---|
19 | $config{'ath0'}=sprintf <<ATH0; # AP voor buurt
|
---|
20 | TYPE=wireless
|
---|
21 | IP=$master_ip/26
|
---|
22 | DESC=AP voor de buurt
|
---|
23 | SDESC=ap
|
---|
24 | DHCP=10-60
|
---|
25 | MODE=master
|
---|
26 | ESSID=ap-omni.plantsoen2.wleiden.net
|
---|
27 | CHANNEL=7
|
---|
28 | ATH0
|
---|
29 |
|
---|
30 | $config{'vr0'}=sprintf <<VR0; # Lokaal ethernet met PoE
|
---|
31 | TYPE=ethernet
|
---|
32 | IP=172.17.169.65/28
|
---|
33 | MEDIA=100baseT/UTP
|
---|
34 | DESC=Ethernet naar woning Plantsoen
|
---|
35 | SDESC=2plantsoen
|
---|
36 | DHCP=no
|
---|
37 | VR0
|
---|
38 |
|
---|
39 | $config{'vr1'}=sprintf <<VR1; # a-link to Stadhuis via Nanostation5
|
---|
40 | TYPE=ethernet
|
---|
41 | EXTRA_TYPE=eth2wifibridge
|
---|
42 | IP=172.16.3.106/30
|
---|
43 | DHCP=no
|
---|
44 | DESC=Ethernet to interlink north-north-west (Stadhuis)
|
---|
45 | SDESC=2Stadhuis
|
---|
46 | VR1
|
---|
47 |
|
---|
48 | $config{'vr1:0'}=sprintf <<VR10; # ethernet to nanostation mgmt interface
|
---|
49 | TYPE=ethernet
|
---|
50 | IP=172.16.3.189/30
|
---|
51 | DESC=ethernet to nanostation mgmt interface
|
---|
52 | SDESC=manageNS5
|
---|
53 | DHCP=no
|
---|
54 | #MODE=managed
|
---|
55 | #ESSID=il-zo.stadhuis.wleiden.net
|
---|
56 | #CHANNEL=44
|
---|
57 | #DISTANCE=0.5 km
|
---|
58 | VR10
|
---|
59 |
|
---|
60 | $config{'vr2'}=sprintf <<VR2; # a-link to Vosko via Nanostation25
|
---|
61 | TYPE=ethernet
|
---|
62 | EXTRA_TYPE=eth2wifibridge
|
---|
63 | IP=172.16.3.170/30
|
---|
64 | DHCP=no
|
---|
65 | DESC=ethernet to interlink noord-2
|
---|
66 | SDESC=2Vosko
|
---|
67 | VR2
|
---|
68 |
|
---|
69 | $config{'vr2:0'}=sprintf <<VR20; # to Nanostation2 management interface
|
---|
70 | TYPE=ethernet
|
---|
71 | IP=172.16.3.193/30
|
---|
72 | DESC=ethernet to Nanostation2 management interface
|
---|
73 | SDESC=manageNS2
|
---|
74 | DHCP=no
|
---|
75 | #MODE=managed
|
---|
76 | #ESSID=il-zo.vosko3.wleiden.net
|
---|
77 | #CHANNEL=
|
---|
78 | #DISTANCE=0.7 km
|
---|
79 | VR20
|
---|
Note:
See
TracBrowser
for help on using the repository browser.