source: genesis/nodes/CNodeCam/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.
File size: 1006 bytes
RevLine 
[7585]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
[8261]14$config{'ath0'}=sprintf <<ATH0;
15COMMENT=Lokale Omni
[7585]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
[8261]26$config{'vr0'}=sprintf <<VR0;
27COMMENT=eth
[7585]28TYPE=ethernet
29IP=172.19.174.65/29
30DESC=Ethernet naar Camimplants
31SDESC=eth
32DHCP=no
33VR0
34
[8261]35$config{'vr1'}=sprintf <<VR1;
36COMMENT=Link naar Unigor
[7586]37TYPE=ethernet
[7585]38EXTRA_TYPE=eth2wifibridge
39IP=172.16.1.118/30
40DESC=Link naar Unigor
41SDESC=2Unigor
42DHCP=no
[8261]43MODE=managed
44ESSID=n-o.unigor.wleiden.net
45CHANNEL=1
[7585]46VR1
47
[8261]48$config{'vr2'}=sprintf <<VR2;
49COMMENT=Link naar DirkLos1
[7586]50TYPE=ethernet
[7585]51EXTRA_TYPE=eth2wifibridge
52IP=172.16.1.150/30
53DESC=Link naar DirkLos1
54SDESC=2dirklos1
[8261]55MODE=managed
56ESSID=il-w.dirklos1.wleiden.net
57CHANNEL=13
[7585]58VR2
Note: See TracBrowser for help on using the repository browser.