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

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

$genesis_control is not used anymore

  • Property svn:eol-style set to native
File size: 833 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$nodetype='CNode';
8$nodename='AJSoft2';
9$release="5.0-RELEASE";
10
11
12$status='up';
13
14# edugis x,y 92035,462384
15$X='92035';
16$Y='462384';
17
18$LOKATIE='5meilaan';
19
20$config{'sis0'}=sprintf <<SIS0; # Ethernet naar AJSoft
21TYPE=ethernet
22IP=172.16.3.82/30
23
24DESC=Ethernet naar AJSoft
25SDESC=eth
26
27
28SIS0
29
30$config{'wi0'}=sprintf <<WI0;
31TYPE=wireless
32IP=172.16.3.53/30
33
34DESC=interlink naar Hofland
35SDESC=2hofland
36DHCP=no
37
38
39MODE=master
40ESSID=il-w.ajsoft2.wleiden.net
41CHANNEL=13
42
43
44WI0
45
46$config{'ath0'}=sprintf <<ATH0; # link livinglab
47TYPE=wireless
48IP=172.16.2.242/30
49DESC=Link naar LivingLab
50SDESC=2livinglab
51DHCP=no
52
53
54MODE=managed
55ESSID=il-n.livinglab.wleiden.net
56
57CHANNEL=36
58
59
60ATH0
61
Note: See TracBrowser for help on using the repository browser.