source: genesis/nodes/CNodeLivingLab/wleiden.conf@ 8478

Last change on this file since 8478 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: 1.6 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeLivingLab
7$location="Demowoning, Pergolesipad 95, 2324 DG, Leiden";
8$master_ip='172.20.140.1';
9$nodetype='CNode';
10$nodename='LivingLab';
11$release="6.0-RELEASE";
12
13$DISK='FLASH';
14
15# edugis x,y,92036,462256
16$X='92036';
17$Y='462256';
18
19$status='up';
20
21$config{'sis0'}=sprintf <<SIS0;
22TYPE=Ethernet
23IP=172.20.140.65/27
24
25DESC=Ethernet naar modelwoning Pergolesipad
26SDESC=2modelwoning
27
28DHCP=no
29
30SIS0
31
32$config{'sis0:0'}=sprintf <<SIS00;
33TYPE=Ethernet
34IP=172.16.2.253/30
35
36DESC=Ethernet naar proxy
37SDESC=2proxy
38
39DHCP=no
40
41SIS00
42
43
44$config{'sis1'}=sprintf <<SIS1;
45TYPE=ethernet
46EXTRA_TYPE=eth2wifibridge
47IP=172.16.2.241/30
48
49DESC=Ethernet naar interlink noord (AJSoft)
50SDESC=2AJSoft
51
52DHCP=no
53
54
55MODE=master
56ESSID=il-n.livinglab.wleiden.net
57CHANNEL=36
58
59SIS1
60
61$config{'sis1:0'}=sprintf <<SIS10;
62TYPE=ethernet
63IP=172.16.3.9/30
64
65DESC=Ethernet naar Wandy mgmt iface
66SDESC=2Wandy1
67
68DHCP=no
69
70
71SIS10
72
73
74$config{'sis2'}=sprintf <<SIS2;
75TYPE=ethernet
76EXTRA_TYPE=eth2wifibridge
77IP=172.16.2.245/30
78
79DESC=Ethernet naar interlink zuid-oost (Haagwijk)
80SDESC=2Haagwijk
81
82DHCP=no
83
84
85MODE=master
86ESSID=il-zo.livinglab.wleiden.net
87CHANNEL=44
88
89SIS2
90
91$config{'sis2:0'}=sprintf <<SIS20;
92TYPE=ethernet
93IP=172.16.3.13/30
94
95DESC=Ethernet naar Wandy mgmt iface
96SDESC=2Wandy2
97
98DHCP=no
99
100
101SIS20
102
103$config{'sis3'}=sprintf <<SIS3;
104TYPE=IRIS ethernet
105IP=172.16.2.249/30
106
107DESC=Ethernet naar unknown
108SDESC=2unknown
109
110DHCP=no
111
112
113MODE=
114ESSID=
115CHANNEL=
116
117
118
119SIS3
120
121$config{'ath0'}=sprintf <<ATH0;
122COMMENT=Ap voor buurt
123TYPE=wireless
124IP=$master_ip/26
125DESC=AP voor de buurt
126SDESC=ap
127DHCP=10-60
128
129
130
131MODE=master
132ESSID=omni.livinglab.wleiden.net
133CHANNEL=1
134CARD_OPTION=mode 11b
135
136
137ATH0
Note: See TracBrowser for help on using the repository browser.