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

Last change on this file since 6853 was 6853, checked in by huub, 16 years ago

config nodejoost gewijzigd, link nu naar huub

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