source: genesis/nodes/CNodeAA24/wleiden.conf@ 8271

Last change on this file since 8271 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.2 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeAA24
7$location="Gemeentehuis, Frederik van Eedenplein 4, 2394 EB, Hazerswoude Rijndijk";
8$master_ip='172.25.136.1';
9$nodetype='CNode';
10$nodename='AA24';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16# edugis x,y 100330,460435
17$X='100330';
18$Y='460435';
19
20#$AGGREGATE=22;
21
22$config{'ep0'}=sprintf <<ED0;
23COMMENT=eth
24TYPE=ethernet
25IP=172.25.136.65/29
26
27DESC=Gemeentehuis Rijnwoude
28SDESC=eth
29
30DHCP=no
31
32
33
34
35ED0
36
37
38$config{'wi0'}=sprintf <<EW0;
39COMMENT=OMNI
40TYPE=wireless
41IP=$master_ip/26
42
43DESC=omni voor de buurt
44SDESC=ap-omni
45
46DHCP=10-60
47
48
49MODE=master
50ESSID=ap-omni.aa24.wleiden.net
51CHANNEL=8
52
53HEIGHT=20
54
55EW0
56
57$config{'wi1'}=sprintf <<EW1;
58COMMENT=link naar Hans
59TYPE=wireless
60IP=172.16.2.42/30
61
62DESC=Link naar Hans
63SDESC=2Hans
64
65
66
67
68MODE=managed
69ESSID=il-w.hans.wleiden.net
70CHANNEL=4
71
72
73DHCP=no
74
75EW1
76
77$config{'wi2'}=sprintf <<EW2;
78COMMENT=link naar roomburgh2
79TYPE=wireless
80IP=172.16.0.246/30
81DESC=Link naar roomburgh2
82SDESC=2roomburgh2
83
84
85
86MODE=managed
87ESSID=il-zo.roomburgh2.wleiden.net
88CHANNEL=5
89
90
91DHCP=no
92
93EW2
Note: See TracBrowser for help on using the repository browser.