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

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