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
RevLine 
[2304]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeAA24
[6527]7$location="Gemeentehuis, Frederik van Eedenplein 4, 2394 EB, Hazerswoude Rijndijk";
[2367]8$master_ip='172.25.136.1';
[2304]9$nodetype='CNode';
10$nodename='AA24';
[4996]11$release="5.0-RELEASE";
12
[2304]13
[2605]14$status='up';
[2304]15
[4867]16# edugis x,y 100330,460435
17$X='100330';
18$Y='460435';
[2304]19
[2316]20#$AGGREGATE=22;
[2304]21
[8261]22$config{'ep0'}=sprintf <<ED0;
23COMMENT=eth
[2304]24TYPE=ethernet
[2367]25IP=172.25.136.65/29
[2304]26
[2358]27DESC=Gemeentehuis Rijnwoude
[3306]28SDESC=eth
[2304]29
30DHCP=no
31
32
33
34
35ED0
36
37
[8261]38$config{'wi0'}=sprintf <<EW0;
39COMMENT=OMNI
[2304]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
[4304]55EW0
56
[8261]57$config{'wi1'}=sprintf <<EW1;
58COMMENT=link naar Hans
[4304]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
[8261]70CHANNEL=4
[4304]71
72
73DHCP=no
74
[2304]75EW1
76
[8261]77$config{'wi2'}=sprintf <<EW2;
78COMMENT=link naar roomburgh2
[2304]79TYPE=wireless
[4304]80IP=172.16.0.246/30
81DESC=Link naar roomburgh2
82SDESC=2roomburgh2
[2304]83
84
85
86MODE=managed
[4304]87ESSID=il-zo.roomburgh2.wleiden.net
[8261]88CHANNEL=5
[2304]89
90
91DHCP=no
92
[4870]93EW2
Note: See TracBrowser for help on using the repository browser.