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

Last change on this file since 8261 was 8261, checked in by rick, 14 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
  • Property svn:eol-style set to native
File size: 1016 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;
20COMMENT=eth
21TYPE=ethernet
22IP=172.25.41.65/29
23
24DESC=Ethernet naar boon
25SDESC=eth
26DHCP=68-70
27DHCP=no
28
29ED0
30
31$config{'wi0'}=sprintf <<EW0;
32COMMENT=OMNI
33TYPE=wireless
34IP=$master_ip/26
35
36DESC=AP voor de buurt
37SDESC=ap-omni
38
39DHCP=10-60
40
41MODE=master
42ESSID=ap.BDboon.wleiden.net
43CHANNEL=1
44
45
46EW0
47
48$config{'wi1'}=sprintf <<EW1;
49COMMENT=link naar kempers
50TYPE=wireless
51IP=172.16.1.214/30
52DESC=Link naar Kempers
53SDESC=2LMkempers2
54
55MODE=managed
56ESSID=il-zo.kmprs.wleiden.net
57CHANNEL=13
58
59
60DHCP=no
61
62EW1
63
64$config{'wi2'}=sprintf <<EW2;
65COMMENT=link naar RWGemhuis
66TYPE=wireless
67IP=172.16.3.8/30
68DESC=Link naar RWGemhuis
69SDESC=2RWGEmhuis
70
71MODE=master
72ESSID=il-zw.bdboon.wleiden.net
73CHANNEL=8
74
75
76DHCP=no
77
78EW2
Note: See TracBrowser for help on using the repository browser.