source: genesis/nodes/CNodeBDboon/wleiden.conf@ 10047

Last change on this file since 10047 was 10047, checked in by rick, 13 years ago

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 961 bytes
Line 
1$location="Van der Boon, Bilderdam 16, 2451 CW, Bilderdam";
2$master_ip='172.25.41.1';
3$nodetype='CNode';
4$nodename='BDboon';
5$release="5.0-RELEASE";
6
7
8$status='up';
9
10$X='109606';
11$Y='469662';
12
13$LOCATION='v.d. Boon, Bilderdam';
14
15$config{'sis0'}=sprintf <<ED0;
16COMMENT=eth
17TYPE=ethernet
18STATUS=up
19IP=172.25.41.65/29
20
21DESC=Ethernet naar boon
22SDESC=eth
23DHCP=68-70
24DHCP=no
25
26ED0
27
28$config{'wi0'}=sprintf <<EW0;
29COMMENT=OMNI
30TYPE=wireless
31IP=$master_ip/26
32
33DESC=AP voor de buurt
34SDESC=ap-omni
35
36DHCP=10-60
37
38MODE=master
39ESSID=ap.BDboon.wleiden.net
40CHANNEL=1
41
42
43EW0
44
45$config{'wi1'}=sprintf <<EW1;
46COMMENT=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;
62COMMENT=link naar RWGemhuis
63TYPE=wireless
64IP=172.16.16.13/30
65DESC=Link naar RWGemhuis
66SDESC=2RWGEmhuis
67
68MODE=master
69ESSID=il-zw.bdboon.wleiden.net
70CHANNEL=8
71
72
73DHCP=no
74
75EW2
Note: See TracBrowser for help on using the repository browser.