source: genesis/nodes/CNodeKaag/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: 831 bytes
RevLine 
[987]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config CNodeKaag
6
[7557]7$location="Jachtwerf Hoogeboom, Julianalaan 72, 2159 LD, Kaag (Eiland)";
[987]8$master_ip='172.27.0.1';
[3582]9$nodetype='CNode';
[987]10$nodename='Kaag';
11
[2605]12$status='up';
13
[4996]14$release="5.0-RELEASE";
15
[987]16
[4888]17# edugis x,y 98187,469717
[4895]18$X='98187';
19$Y='469717';
[4888]20
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=Ethernet
[987]23TYPE=ethernet
24IP=172.27.0.65/28
25
26DESC=Ethernet naar sis0
27SDESC=2sis0
28
29DHCP=no
30
31
32ED0
33
[8261]34$config{'wi0'}=sprintf <<EW0;
35COMMENT=Omni voor de buurt
[987]36TYPE=wireless
37IP=$master_ip/26
38DESC=Omni voor de buurt
39SDESC=omni
40
41
[8261]42DHCP=no
[987]43DHCP=10-60
44
45MODE=master
46ESSID=ap-omni.kaag.wleiden.net
47
[1029]48CHANNEL=11
[987]49
50
51EW0
52
[8261]53$config{'wi1'}=sprintf <<EW1;
54COMMENT=link naar UniGorN
[987]55TYPE=wireless
56IP=172.16.0.218/30
[2469]57DESC=Link naar UnigorN
58SDESC=2unigorn
[987]59
60
61MODE=managed
[3146]62ESSID=il-o.unigorn.wleiden.net
[987]63
64
65DHCP=no
66
67EW1
68
[4870]69
[4895]70
71
Note: See TracBrowser for help on using the repository browser.