Last change
on this file since 8271 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.2 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config CNodeHoutmarkt
|
---|
6 |
|
---|
7 | $location="Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden";
|
---|
8 | $master_ip='172.19.8.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='Houtmarkt';
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 |
|
---|
17 | # edugis x,y 94213,464299
|
---|
18 | $X='94213';
|
---|
19 | $Y='464299';
|
---|
20 |
|
---|
21 | $config{'ep0'}=sprintf <<ED0;
|
---|
22 | COMMENT=Ethernet
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=172.19.8.65/28
|
---|
25 |
|
---|
26 |
|
---|
27 | DESC=Ethernet naar tweemaster
|
---|
28 | SDESC=eth
|
---|
29 |
|
---|
30 | DHCP=66-78
|
---|
31 |
|
---|
32 |
|
---|
33 |
|
---|
34 | ED0
|
---|
35 |
|
---|
36 |
|
---|
37 | $config{'wi0'}=sprintf <<EW;
|
---|
38 | COMMENT=Omni
|
---|
39 | TYPE=wireless
|
---|
40 | IP=$master_ip/26
|
---|
41 | DESC=omni voor de buurt
|
---|
42 | SDESC=omni
|
---|
43 |
|
---|
44 | DHCP=10-60
|
---|
45 |
|
---|
46 |
|
---|
47 | MODE=master
|
---|
48 | ESSID=ap-omni.houtmarkt.wleiden.net
|
---|
49 | CHANNEL=1
|
---|
50 |
|
---|
51 |
|
---|
52 | EW
|
---|
53 |
|
---|
54 | $config{'wi1'}=sprintf <<EW;
|
---|
55 | COMMENT=active test AP
|
---|
56 | TYPE=wireless
|
---|
57 | IP=172.19.8.81/30
|
---|
58 | DESC=TestAp
|
---|
59 | SDESC=2locatie
|
---|
60 |
|
---|
61 |
|
---|
62 | MODE=master
|
---|
63 | ESSID=il-test.houtmarkt.wleiden.net
|
---|
64 |
|
---|
65 |
|
---|
66 | DHCP=no
|
---|
67 |
|
---|
68 | EW
|
---|
69 |
|
---|
70 | $config{'wi2'}=sprintf <<EW;
|
---|
71 | COMMENT=link naar Cetim2
|
---|
72 | TYPE=wireless
|
---|
73 | IP=172.16.0.42/30
|
---|
74 | DESC=Link naar Cetim2
|
---|
75 | SDESC=2Cetim2
|
---|
76 |
|
---|
77 |
|
---|
78 | DHCP=no
|
---|
79 |
|
---|
80 | MODE=managed
|
---|
81 | ESSID=il-no.cetim2.wleiden.net
|
---|
82 |
|
---|
83 | CHANNEL=10
|
---|
84 |
|
---|
85 |
|
---|
86 | DHCP=no
|
---|
87 |
|
---|
88 | EW
|
---|
89 |
|
---|
90 | $config{'wi3'}=sprintf <<EW;
|
---|
91 | COMMENT=link naar Som
|
---|
92 | TYPE=wireless
|
---|
93 | IP=172.16.0.50/30
|
---|
94 |
|
---|
95 | DESC=2som
|
---|
96 | SDESC=2som
|
---|
97 |
|
---|
98 |
|
---|
99 | DHCP=no
|
---|
100 |
|
---|
101 |
|
---|
102 | MODE=managed
|
---|
103 | ESSID=il-z.som.wleiden.net
|
---|
104 | CHANNEL=5
|
---|
105 |
|
---|
106 |
|
---|
107 | EW
|
---|
108 |
|
---|
109 |
|
---|
110 |
|
---|
111 |
|
---|
112 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.