source: genesis/nodes/CNodeKaag2/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: 827 bytes
RevLine 
[1418]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[1426]5# config CNodeKaag2
[1418]6
[6528]7$location="Jachtwerf Feadship (De Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)";
[1418]8$master_ip='172.27.8.1';
[3582]9$nodetype='CNode';
[1418]10$nodename='Kaag2';
11
[2605]12$status='up';
13
[4996]14$release="5.0-RELEASE";
15
[1418]16
[4889]17# edugis x,y 98420,470298
[4895]18$X='98420';
19$Y='470298';
[4889]20
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=Ethernet
[1418]23TYPE=ethernet
[2006]24IP=172.27.8.65/26
[1418]25DESC=Ethernet naar sis0
26SDESC=2sis0
27DHCP=no
28ED0
29
[8261]30$config{'wi0'}=sprintf <<EW0;
31COMMENT=Omni voor de buurt
[1418]32TYPE=wireless
33IP=$master_ip/26
34DESC=Omni voor de buurt
35SDESC=omni
[8261]36DHCP=no
[1418]37DHCP=10-60
38MODE=master
39ESSID=ap-omni.kaag2.wleiden.net
[8120]40CHANNEL=3
[1418]41EW0
42
[8261]43$config{'wi1'}=sprintf <<EW1;
44COMMENT=link naar UnigorN
[1418]45TYPE=wireless
[2006]46IP=172.16.1.46/30
[2468]47DESC=Link naar unigorN
48SDESC=2unigorn
[2006]49MODE=managed
[3146]50ESSID=il-o.unigorn.wleiden.net
[2006]51DHCP=no
52EW1
53
[4870]54
[4895]55
56
Note: See TracBrowser for help on using the repository browser.