source: genesis/nodes/CNodeGrip/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: 1.0 KB
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeGrip
6$location="Stichting Werk en Onderneming, Frambozenweg 5, 2321 KA, Leiden";
7$master_ip='172.21.8.1';
8$nodetype='CNode';
9$nodename='Grip';
10
11$status='up';
12
13$release="5.0-RELEASE";
14
15
16# edugis x,y 93497,462505
17$X='93497';
18$Y='462505';
19
20$LOKATIE='Fruitweg';
21
22
23$config{'wi0'}=sprintf <<EW0;
24COMMENT=omni
25TYPE=wireless
26IP=$master_ip/26
27
28DESC=omni (dubbele waveguide)
29SDESC=no
30
31DHCP=10-60
32
33
34MODE=master
35ESSID=ap-omni.grip.wleiden.net
36CHANNEL=11
37
38
39EW0
40
41$config{'wi1'}=sprintf <<EW1;
42COMMENT=link naar IMI
43TYPE=wireless
44IP=172.16.0.250/30
45DESC=Link naar IMI
46SDESC=2imi
47
48
49MODE=managed
50ESSID=il-zo.imi.wleiden.net
51
52
53DHCP=no
54
55EW1
56
57$config{'wi2'}=sprintf <<EW2;
58COMMENT=Link naar ROCl
59TYPE=wireless
60IP=172.16.0.254/30
61DESC=Link naar ROCl
62SDESC=2rocl
63
64
65MODE=managed
66ESSID=il-nw.rocl.wleiden.net
67
68CHANNEL=11
69
70
71DHCP=no
72
73EW2
74
75
76
77$config{'wi3'}=sprintf <<EW3;
78COMMENT=link naar LCPL
79TYPE=wireless
80IP=172.16.1.1/30
81DESC=Link naar LCPL
82SDESC=2lcpl
83
84
85MODE=master
86ESSID=il-zw.grip.wleiden.net
87
88CHANNEL=8
89
90
91DHCP=no
92
93EW3
94
95
Note: See TracBrowser for help on using the repository browser.