source: genesis/nodes/CNodeHofwijck/wleiden.conf@ 8292

Last change on this file since 8292 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.4 KB
RevLine 
[2545]1#
2# config CNodeHofwijck
[8155]3$location="Zorgcentrum Hofwijck, Oranjelaan 38, 2341 CC, Oegstgeest";
[2553]4$master_ip='172.23.16.1';
[3582]5$nodetype='CNode';
[2545]6$nodename='Hofwijck';
[8155]7$release="8.0-RELEASE";
[2605]8$status='up';
[4867]9$X='92795';
10$Y='466629';
[2545]11
[8261]12$config{'ath0'}=sprintf <<ATH0;
13COMMENT=ap voor de buurt
[2545]14TYPE=wireless
15IP=$master_ip/26
[8155]16DESC=AP
17SDESC=ap
[2545]18DHCP=10-60
19MODE=master
[8155]20ESSID=ap-WirelessLeiden-Hofwijck
21CHANNEL=8
22ATH0
[2545]23
[8261]24$config{'ue0'}=sprintf <<UE0;
25COMMENT=Ethernet naar Hofwijck
[8155]26TYPE=ethernet
27IP=172.23.16.65/28
28DESC=Ethernet naar Hofwijck
29SDESC=2hofwijck
30UE0
[2545]31
[8261]32$config{'vr0'}=sprintf <<VR0;
33COMMENT=b-Link naar Lange Voort
[8155]34TYPE=ethernet
35EXTRA_TYPE=eth2wifibridge
[7132]36IP=172.16.3.133/30
[8155]37DESC=InterLink naar Lange Voort
[7139]38SDESC=2langevoort
[8155]39DHCP=no
[8261]40MODE=bridge ap
41ESSID=il-w.hofwijck.wleiden.net
42CHANNEL=3
43Bullet_IP=192.168.1.20
44BulletMAC=00:15:6D:E8:E7:37
[8155]45VR0
[2545]46
[8261]47$config{'vr1'}=sprintf <<VR1;
48COMMENT=Link naar UniGorN
[8155]49TYPE=ethernet
50EXTRA_TYPE=eth2wifibridge
51IP=172.16.4.42/30
52DESC=Link naar UniGorN
[4749]53SDESC=2unigorn
[2545]54DHCP=no
[8261]55MODE=bridge station
56ESSID=il-o.unigorn.wleiden.net
57CHANNEL=104
58NS_IP=192.168.1.21
59NSMAC=00:15:6D:F6:BE:DB
[8155]60VR1
[2545]61
[8261]62$config{'vr2'}=sprintf <<VR2;
63COMMENT=Link naar Lijtweg1
[8155]64TYPE=ethernet
65EXTRA_TYPE=eth2wifibridge
[5656]66IP=172.16.1.82/30
67DESC=Link naar Lijtweg1
68SDESC=2lijtweg1
69DHCP=no
[8261]70MODE=bridge station
71ESSID=il-o.lijtweg1.wleiden.net
72CHANNEL=124
73NS_IP=192.168.1.21
74NSMAC=00:15:6D:F6:BE:D0
[8155]75VR2
[5656]76
77
78
Note: See TracBrowser for help on using the repository browser.