source: genesis/nodes/CNodeLMdorp/wleiden.conf@ 8475

Last change on this file since 8475 was 8261, checked in by rick, 15 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: 1016 bytes
RevLine 
[1693]1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeLMdorp
[6530]7$location="NH Kerk, Dorpsstraat 49. 2451 AP, Leimuiden";
[1693]8$master_ip='172.25.40.1';
9$nodetype='CNode';
10$nodename='LMdorp';
[7268]11$release="7.2-RELEASE";
[4996]12
[1693]13
[3371]14$status='up';
[1693]15
[4868]16$X='106185';
17$Y='470864';
18
[1693]19$LOCATION='Dorpskerk, Dorpsstraat, Leimuiden';
20
[8261]21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth
[1693]23TYPE=ethernet
24IP=172.25.40.65/29
25
[1694]26DESC=Ethernet naar kerk
[3306]27SDESC=eth
[1693]28DHCP=no
29
30ED0
31
[8261]32$config{'wi0'}=sprintf <<EW0;
33COMMENT=OMNI
[1693]34TYPE=wireless
35IP=$master_ip/26
36
37DESC=AP voor de buurt
38SDESC=ap-omni
39
40DHCP=10-60
41
42
43MODE=master
[7268]44ESSID=ap.lmdorp.wleiden.net
[4943]45CHANNEL=5
[1693]46
47
48EW0
49
[8261]50$config{'wi1'}=sprintf <<EW1;
51COMMENT=link naar LMKempers1
[3371]52TYPE=wireless
[3376]53IP=172.16.1.194/30
[4752]54DESC=Link naar LMKempers1
55SDESC=2lmkempers1
[2987]56
[3371]57
58MODE=managed
59ESSID=il-zw.kmprs.wleiden.net
[8261]60CHANNEL=1
[3371]61
62
63DHCP=no
64
65EW1
66
[8261]67$config{'wi2'}=sprintf <<EW2;
68COMMENT=link naar Space
[4906]69TYPE=wireless
[4910]70IP=172.16.0.61/30
[7268]71DESC=Link naar Space
72SDESC=2space
[1693]73
[4906]74MODE=master
[4908]75ESSID=il-w.lmdorp.wleiden.net
[4906]76CHANNEL=11
[4870]77
[4906]78
79DHCP=no
80
81EW2
82
83
Note: See TracBrowser for help on using the repository browser.