source: genesis/nodes/CNodePlantsoen2/wleiden.conf@ 8302

Last change on this file since 8302 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.6 KB
RevLine 
[4524]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[6528]5# config CNodePlantsoen2
6$location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
[4524]7$master_ip='172.17.169.1';
8$nodetype='CNode';
9$nodename='Plantsoen2';
[7242]10$status='up';
[7482]11$release="8.0-RELEASE";
[4996]12
[4524]13
[4855]14# edugis x,y 94042,463238
[4867]15$X='94042';
16$Y='463238';
[4855]17
[4524]18
[8261]19$config{'ath0'}=sprintf <<ATH0;
20COMMENT=AP voor buurt
[7237]21TYPE=wireless
22IP=$master_ip/26
23DESC=AP voor de buurt
24SDESC=ap
25DHCP=10-60
26MODE=master
27ESSID=ap-omni.plantsoen2.wleiden.net
28CHANNEL=7
29ATH0
30
[8261]31$config{'vr0'}=sprintf <<VR0;
32COMMENT=Lokaal ethernet met PoE
[4524]33TYPE=ethernet
34IP=172.17.169.65/28
35MEDIA=100baseT/UTP
[7237]36DESC=Ethernet naar woning Plantsoen
[4524]37SDESC=2plantsoen
38DHCP=no
[7237]39VR0
[4524]40
[8261]41$config{'vr1'}=sprintf <<VR1;
42COMMENT=a-link to Stadhuis via Nanostation5
[7237]43TYPE=ethernet
44EXTRA_TYPE=eth2wifibridge
45IP=172.16.3.106/30
46DHCP=no
47DESC=Ethernet to interlink north-north-west (Stadhuis)
48SDESC=2Stadhuis
49VR1
[4526]50
[8261]51$config{'vr1:0'}=sprintf <<VR10;
52COMMENT=ethernet to nanostation mgmt interface
[7237]53TYPE=ethernet
54IP=172.16.3.189/30
55DESC=ethernet to nanostation mgmt interface
56SDESC=manageNS5
57DHCP=no
[8261]58MODE=managed
59ESSID=il-zo.stadhuis.wleiden.net
60CHANNEL=44
61DISTANCE=0.5 km
[7237]62VR10
[4526]63
[8261]64$config{'vr2'}=sprintf <<VR2;
65COMMENT=a-link to Vosko via Nanostation2
[7237]66TYPE=ethernet
67EXTRA_TYPE=eth2wifibridge
68IP=172.16.3.170/30
69DHCP=no
70DESC=ethernet to interlink noord-2
[7677]71SDESC=2vosko
[7237]72VR2
[4526]73
[8261]74$config{'vr2:0'}=sprintf <<VR20;
75COMMENT=to Nanostation2 management interface
[7237]76TYPE=ethernet
77IP=172.16.3.193/30
78DESC=ethernet to Nanostation2 management interface
79SDESC=manageNS2
[4524]80DHCP=no
[8261]81MODE=managed
82ESSID=il-zo.vosko3.wleiden.net
83CHANNEL=
84DISTANCE=0.7 km
[7237]85VR20
Note: See TracBrowser for help on using the repository browser.