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

Last change on this file since 6919 was 6919, checked in by rick, 16 years ago

Buildbot (called richard.wleiden.net)

File size: 909 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="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# buildbot (richard.wleiden.net) at 172.19.137.70
21$config{'sis0'}=sprintf <<SIS2; # Local ethernet naar Joost
22TYPE=ethernet
23IP=172.19.137.65/27
24
25DESC=Local ethernet naar Joost
26SDESC=eth2joost
27SPEED=10240000000
28DHCP=70-94
29
30SIS2
31
32$config{'ath0'}=sprintf <<ATH0; # link huub
33TYPE=wireless
34IP=172.16.3.22/30
35DESC=Link naar Huub
36SDESC=2huub
37SPEED=54000000
38POINT_TO_POINT=172.16.3.21
39DHCP=no
40MODE=managed
41ESSID=il-n.huub.wleiden.net
42#CHANNEL=44
43POLAR=Hor
44ANTENNA=PA4040-5GHz
45GAIN=
46DIRECTION=
47BEAMWIDTH=40
48CABLE=1
49HEIGTH=22
50CHANNEL=36
51ATH0
52
Note: See TracBrowser for help on using the repository browser.