Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodeJoost
|
---|
6 | $location="Joost N.V., Schipholweg 101 T, 2316 XC, Leiden";$master_ip='172.19.137.1';
|
---|
7 | $gw_open='closed';
|
---|
8 | $nodetype='CNode';
|
---|
9 | $nodename='Joost';
|
---|
10 | $release="6.0-RELEASE";
|
---|
11 | $node_config_version="1";
|
---|
12 | $genesis_control="YES";
|
---|
13 | $OS='FreeBSD';
|
---|
14 | $status='planned';
|
---|
15 |
|
---|
16 | #edugis x,y 93516,464994
|
---|
17 | $X='93516';
|
---|
18 | $Y='464994';
|
---|
19 |
|
---|
20 | $config{'sis0'}=sprintf <<SIS2; # Local ethernet naar Joost
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=172.19.137.65/27
|
---|
23 |
|
---|
24 | DESC=Local ethernet naar Joost
|
---|
25 | SDESC=eth2joost
|
---|
26 | SPEED=10240000000
|
---|
27 | DHCP=70-94
|
---|
28 |
|
---|
29 | SIS2
|
---|
30 |
|
---|
31 | $config{'ath0'}=sprintf <<ATH0; # link stadhuis2
|
---|
32 | TYPE=wireless
|
---|
33 | IP=172.16.3.110/30
|
---|
34 | DESC=Link naar Stadhuis
|
---|
35 | SDESC=2joost
|
---|
36 | SPEED=54000000
|
---|
37 | POINT_TO_POINT=172.16.3.109
|
---|
38 | DHCP=no
|
---|
39 | MODE=managed
|
---|
40 | ESSID=il-nw.stadhuis2.wleiden.net
|
---|
41 | #CHANNEL=36
|
---|
42 | POLAR=Hor
|
---|
43 | ANTENNA=
|
---|
44 | GAIN=
|
---|
45 | DIRECTION=
|
---|
46 | BEAMWIDTH=40
|
---|
47 | CABLE=1
|
---|
48 | HEIGTH=22
|
---|
49 | CHANNEL=36
|
---|
50 | ATH0
|
---|
51 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.