source: genesis/nodes/CNodeJoost/wleiden.conf@ 7084

Last change on this file since 7084 was 7034, checked in by rick, 15 years ago

The first real 802.11a link in genesis testing. Using the new variable SUBTYPE to indentify it's new existence

File size: 972 bytes
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="7.2-RELEASE";
11$node_config_version="1";
12$genesis_control="YES";
13$OS='FreeBSD';
14$status='up';
15
16#edugis x,y 93516,464994
17$X='93516';
18$Y='464994';
19
20# monitoring (hermes.wleiden.net) at 172.19.137.67
21# buildbot (richard.wleiden.net) at 172.19.137.70
22$config{'sis0'}=sprintf <<SIS2; # Local ethernet naar Joost
23TYPE=ethernet
24IP=172.19.137.65/27
25
26DESC=Local ethernet naar Joost
27SDESC=eth2joost
28SPEED=10240000000
29DHCP=70-94
30
31SIS2
32
33$config{'ath0'}=sprintf <<ATH0; # link huub
34TYPE=wireless
35SUBTYPE=802.11a
36IP=172.16.3.22/30
37DESC=Link naar Huub
38SDESC=2huub
39SPEED=54000000
40POINT_TO_POINT=172.16.3.21
41DHCP=no
42MODE=managed
43ESSID=il-n.huub.wleiden.net
44#CHANNEL=44
45POLAR=Hor
46ANTENNA=PA4040-5GHz
47GAIN=
48DIRECTION=
49BEAMWIDTH=40
50CABLE=1
51HEIGTH=22
52#CHANNEL=36
53ATH0
54
Note: See TracBrowser for help on using the repository browser.