source: genesis/nodes/CNodeBDboon/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: 997 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeBDboon
5$location="Van der Boon, Bilderdam 16, 2451 CW, Bilderdam";
6$master_ip='172.25.41.1';
7$nodetype='CNode';
8$nodename='BDboon';
9$release="7.2-RELEASE";
10
11
12$status='up';
13
14$X='109606';
15$Y='469662';
16
17$LOCATION='v.d. Boon, Bilderdam';
18
19$config{'sis0'}=sprintf <<ED0; # eth
20TYPE=ethernet
21IP=172.25.41.65/29
22
23DESC=Ethernet naar boon
24SDESC=eth
25DHCP=68-70
26#DHCP=no
27
28ED0
29
30$config{'wi0'}=sprintf <<EW0; # OMNI
31TYPE=wireless
32IP=$master_ip/26
33
34DESC=AP voor de buurt
35SDESC=ap-omni
36
37DHCP=10-60
38
39MODE=master
40ESSID=ap.BDboon.wleiden.net
41CHANNEL=1
42
43
44EW0
45
46$config{'wi1'}=sprintf <<EW1; # link naar kempers
47TYPE=wireless
48IP=172.16.1.214/30
49DESC=Link naar Kempers
50SDESC=2LMkempers2
51
52MODE=managed
53ESSID=il-zo.kmprs.wleiden.net
54CHANNEL=13
55
56
57DHCP=no
58
59EW1
60
61$config{'wi2'}=sprintf <<EW2; # link naar RWGemhuis
62TYPE=wireless
63IP=172.16.3.8/30
64DESC=Link naar RWGemhuis
65SDESC=2RWGEmhuis
66
67MODE=master
68ESSID=il-zw.bdboon.wleiden.net
69CHANNEL=8
70
71
72DHCP=no
73
74EW2
Note: See TracBrowser for help on using the repository browser.