Last change
on this file since 8261 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:
1.0 KB
|
Line | |
---|
1 | #
|
---|
2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
3 | #
|
---|
4 | # config CNodeRWgemhuis1
|
---|
5 | $location="Gemeentehuis Jacobswoude Rijnsaterwoude, Herenweg 165, 2465 AH, Rijnsaterwoude";
|
---|
6 | $master_ip='172.25.30.1';
|
---|
7 | $nodetype='CNode';
|
---|
8 | $nodename='RWgemhuis1';
|
---|
9 | $release="5.0-RELEASE";
|
---|
10 |
|
---|
11 |
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $X='106045';
|
---|
15 | $Y='467415';
|
---|
16 |
|
---|
17 | $LOCATION='Gemeentehuis Jacobswoude Rijnsaterwoude';
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<ED0;
|
---|
20 | COMMENT=ethernet poort 0
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=172.25.30.65/29
|
---|
23 |
|
---|
24 | DESC=Ethernet
|
---|
25 | SDESC=eth
|
---|
26 | DHCP=no
|
---|
27 |
|
---|
28 | ED0
|
---|
29 |
|
---|
30 | $config{'sis1'}=sprintf <<ED1;
|
---|
31 | COMMENT=Link tussen eth 1 RWgemhuis2 en 1
|
---|
32 | TYPE=ethernet
|
---|
33 | IP=172.16.1.241/30
|
---|
34 |
|
---|
35 | DESC=Ethernet naar RWGemhuis2
|
---|
36 | SDESC=2rwgemhuis2
|
---|
37 | DHCP=no
|
---|
38 |
|
---|
39 | ED1
|
---|
40 |
|
---|
41 | $config{'wi0'}=sprintf <<EW0;
|
---|
42 | COMMENT=OMNI voor de buurt
|
---|
43 | TYPE=wireless
|
---|
44 | IP=$master_ip/26
|
---|
45 |
|
---|
46 | DESC=AP voor de buurt
|
---|
47 | SDESC=omni
|
---|
48 | DHCP=10-60
|
---|
49 |
|
---|
50 | MODE=master
|
---|
51 | ESSID=ap.RWgemhuis.wleiden.net
|
---|
52 | CHANNEL=5
|
---|
53 |
|
---|
54 |
|
---|
55 | EW0
|
---|
56 |
|
---|
57 | $config{'wi1'}=sprintf <<EW1;
|
---|
58 | COMMENT=link naar Bilderdam
|
---|
59 | TYPE=wireless
|
---|
60 | IP=172.16.2.5/30
|
---|
61 | DESC=Link naar Bilderdam
|
---|
62 | SDESC=2BDboon
|
---|
63 | #
|
---|
64 | MODE=master
|
---|
65 | ESSID=il-no.rwgemhuis.wleiden.net
|
---|
66 | CHANNEL=13
|
---|
67 | #
|
---|
68 | #
|
---|
69 | DHCP=no
|
---|
70 | #
|
---|
71 | EW1
|
---|
72 |
|
---|
73 |
|
---|
74 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.