source: genesis/nodes/CNodeAJSoft2/wleiden.conf@ 7651

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

DIRECTION variable is not used anymore

  • Property svn:eol-style set to native
File size: 996 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeAJSoft2
6$location="Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden";$master_ip='172.20.137.1';
7$gw_open='closed';
8$nodetype='CNode';
9$nodename='AJSoft2';
10$release="5.0-RELEASE";
11$node_config_version="1";
12$genesis_control="YES";
13
14$OS='FreeBSD';
15
16$status='up';
17
18# edugis x,y 92035,462384
19$X='92035';
20$Y='462384';
21
22$LOKATIE='5meilaan';
23
24$config{'sis0'}=sprintf <<SIS0; # Ethernet naar AJSoft
25TYPE=ethernet
26IP=172.16.3.82/30
27
28DESC=Ethernet naar AJSoft
29SDESC=eth
30
31
32SIS0
33
34$config{'wi0'}=sprintf <<WI0;
35TYPE=wireless
36IP=172.16.3.53/30
37
38DESC=interlink naar Hofland
39SDESC=2hofland
40POINT_TO_POINT=172.16.3.54
41DHCP=no
42
43
44MODE=master
45ESSID=il-w.ajsoft2.wleiden.net
46CHANNEL=13
47
48BEAMWIDTH=
49
50WI0
51
52$config{'ath0'}=sprintf <<ATH0; # link livinglab
53TYPE=wireless
54IP=172.16.2.242/30
55DESC=Link naar LivingLab
56SDESC=2livinglab
57POINT_TO_POINT=172.16.2.241
58DHCP=no
59
60
61MODE=managed
62ESSID=il-n.livinglab.wleiden.net
63
64CHANNEL=36
65
66BEAMWIDTH=40
67
68ATH0
69
Note: See TracBrowser for help on using the repository browser.