source: genesis/nodes/CNodeZwet/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: 830 bytes
RevLine 
[2423]1#
2# config CNodeZwet
[6588]3$location="Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude ";
[3804]4$master_ip='172.27.129.1';
[2423]5$nodetype='CNode';
6$nodename='Zwet';
[7587]7$remote_access='rvdzwet.xs4all.nl:23';
[2423]8
[2605]9$status='up';
10
[2423]11
[7186]12# edugis x,y 94340,459330
13$X='94340';
14$Y='459330';
[4442]15
[8202]16$config{'ath0'}=sprintf <<ATH0;
17TYPE=wireless
[7253]18IP=$master_ip/26
[2423]19
[8202]20DESC=Omni voor Buurt
21SDESC=2buurt
[2423]22
[8202]23MODE=master
24ESSID=ap-WirelessLeiden-Zwet
25CHANNEL=10
26
[7186]27DHCP=10-60
[2423]28
[8202]29ATH0
[2423]30
[7186]31
[8261]32$config{'vr0'}=sprintf <<VR0;
33COMMENT=Link naar Zwet Network
[2423]34TYPE=ethernet
[6345]35IP=172.27.129.65/28
[2423]36
[8202]37DESC=Link to house
38SDESC=2house
[2423]39
[8202]40DHCP=66-78
[2423]41
[8202]42VR0
[3381]43
[2423]44
[8261]45$config{'vr1'}=sprintf <<VR1;
46COMMENT=Link SOM2
[8202]47TYPE=ethernet
[8218]48IP=172.16.4.142/29
[4442]49
[8202]50DESC=Link to SOM2
51SDESC=2som2
[4442]52
[8202]53VR1
[7186]54
[8261]55$config{'vr2'}=sprintf <<VR2;
56COMMENT=Link WBRotary1
[8202]57TYPE=ethernet
[8218]58IP=172.16.4.129/29
[4442]59
[8202]60DESC=Link to WBRotary1
61SDESC=2wbrotary1
[4442]62
[8202]63VR2
[4442]64
[2423]65
66
Note: See TracBrowser for help on using the repository browser.