source: genesis/nodes/CNodeCam/wleiden.conf@ 8265

Last change on this file since 8265 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.
File size: 1006 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeCam
5$location="CamBioCeramics, Zernikedreef 6, 2333 CL, Leiden";
6$master_ip='172.19.174.1';
7$nodetype='CNode';
8$nodename='Cam';
9$release="8.0-RELEASE";
10$X='92295';
11$Y='464625';
12$status='up';
13
14$config{'ath0'}=sprintf <<ATH0;
15COMMENT=Lokale Omni
16TYPE=wireless
17IP=$master_ip/26
18DESC=Omni voor de buurt
19SDESC=omni
20DHCP=10-60
21MODE=master
22ESSID=ap.camimplants.wleiden.net
23CHANNEL=10
24ATH0
25
26$config{'vr0'}=sprintf <<VR0;
27COMMENT=eth
28TYPE=ethernet
29IP=172.19.174.65/29
30DESC=Ethernet naar Camimplants
31SDESC=eth
32DHCP=no
33VR0
34
35$config{'vr1'}=sprintf <<VR1;
36COMMENT=Link naar Unigor
37TYPE=ethernet
38EXTRA_TYPE=eth2wifibridge
39IP=172.16.1.118/30
40DESC=Link naar Unigor
41SDESC=2Unigor
42DHCP=no
43MODE=managed
44ESSID=n-o.unigor.wleiden.net
45CHANNEL=1
46VR1
47
48$config{'vr2'}=sprintf <<VR2;
49COMMENT=Link naar DirkLos1
50TYPE=ethernet
51EXTRA_TYPE=eth2wifibridge
52IP=172.16.1.150/30
53DESC=Link naar DirkLos1
54SDESC=2dirklos1
55MODE=managed
56ESSID=il-w.dirklos1.wleiden.net
57CHANNEL=13
58VR2
Note: See TracBrowser for help on using the repository browser.