source: genesis/nodes/CNodeRustenborch/wleiden.conf@ 8360

Last change on this file since 8360 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.3 KB
RevLine 
[2414]1#
2# config CNodeRustenborch
[6528]3$location="Zorgcentrum Rustenborch, Van Wijckersloothplein 3, 2341 BB, Oegstgeest";
[8049]4$master_ip='172.23.24.1';
[3582]5$nodetype='CNode';
[2414]6$nodename='Rustenborch';
[8113]7$release="8.0-RELEASE";
[2605]8$status='up';
[4867]9$X='91855';
10$Y='466407';
[2605]11
[8261]12$config{'ath0'}=sprintf <<ATH0;
13COMMENT=Ap
[3819]14TYPE=wireless
[7926]15IP=$master_ip/26
[8113]16DESC=ap
17SDESC=ap
[3819]18MODE=master
[8113]19ESSID=ap-WirelessLeiden-Rustenborch
[3819]20CHANNEL=1
21DHCP=10-60
[8113]22ATH0
[3819]23
[8261]24$config{'vr0'}=sprintf <<VR0;
25COMMENT=Ethernet
[2414]26TYPE=ethernet
27IP=172.23.24.65/28
28DESC=Ethernet naar rustenborch
[3306]29SDESC=eth
[2414]30DHCP=66-78
[8113]31VR0
[2414]32
[8261]33$config{'vr1'}=sprintf <<VR1;
34COMMENT=Link Lijtweg2
[8113]35TYPE=ethernet
36EXTRA_TYPE=eth2wifibridge
[5991]37IP=172.16.1.86/30
[8113]38DHCP=no
[5991]39DESC=Link naar Lijtweg2
40SDESC=2lijtweg2
[8261]41MODE=bridge station
42ESSID=il-w.lijtweg2.wleiden.net
43CHANNEL=116
44NS_IP=192.168.1.21
45NSMAC=00:15:6D:
[8113]46VR1
[2414]47
[8261]48$config{'vr2'}=sprintf <<VR2;
49COMMENT=Link naar UniGorN
[8113]50TYPE=ethernet
51EXTRA_TYPE=eth2wifibridge
52IP=172.16.1.90/30
[5991]53DHCP=no
[8113]54DESC=Link naar unigorn
55SDESC=2unigorn
[8261]56MODE=bridge station
57ESSID=il-o.unigorn.wleiden.net
58CHANNEL=104
59NSMAC=00:15:6D:
60NSIP=192.168.1.21
[8113]61VR2
62
[8261]63$config{'ue0'}=sprintf <<UE0;
64COMMENT=link naar Unused
[8113]65TYPE=ethernet
66EXTRA_TYPE=eth2wifibridge
[4782]67IP=172.16.1.101/30
[8113]68DHCP=no
[6921]69DESC=Link naar Unused
70SDESC=2unused
[8261]71MODE=master
72ESSID=il-no.rustenborch.wleiden.net
73CHANNEL=36
[8113]74UE0
[2414]75
Note: See TracBrowser for help on using the repository browser.