source: genesis/nodes/CNodeLebkov/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.0 KB
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeLebkov
5
6$location="Lebkov & Sons, Bargelaan 8, 2333 CT, Leiden CS";
7$master_ip='172.19.152.1';
8$nodetype='CNode';
9$nodename='Lebkov';
10$release="5.0-RELEASE";
11
12$tproxy='172.19.152.65/26';
13
14$status='up';
15
16# edugis x,y 93057,464683
17$X='93057';
18$Y='464683';
19
20$LOKATIE='Bargelaan 8';
21
22$config{'sis0'}=sprintf <<ED0;
23COMMENT=Ethernet
24TYPE=ethernet
25IP=172.19.152.65/26
26
27DESC=Ethernet naar Accesspoint binnen bij Lebkov
28SDESC=eth
29DHCP=70-94
30ED0
31
32$config{'wi1'}=sprintf <<EW1;
33COMMENT=Link naar RABO
34TYPE=wireless
35IP=172.16.1.18/30
36DESC=Link naar RABO
37SDESC=2rabo
38DHCP=no
39MODE=managed
40ESSID=il-w.rabo.wleiden.net
41CHANNEL=5
42EW1
43
44
45
46$config{'wi2'}=sprintf <<EW0;
47COMMENT=AP omni
48TYPE=wireless
49IP=$master_ip/26
50DESC=omni voor de buurt
51SDESC=omni
52DHCP=10-60
53MODE=master
54ESSID=ap-omni.lebkov.wleiden.net
55CHANNEL=11
56EW0
57
58
59
60$config{'wi0'}=sprintf <<EW2;
61COMMENT=link naar Unigor
62TYPE=wireless
63IP=172.16.1.14/30
64DESC=Link naar Unigor
65SDESC=2unigor
66MODE=managed
67ESSID=n-o.unigor.wleiden.net
68CHANNEL=1
69DHCP=no
70EW2
71
72
Note: See TracBrowser for help on using the repository browser.