Last change
on this file since 10047 was 10047, checked in by rick, 13 years ago |
Removing obsolete comments to make files cleaner for migration to new config
format.
Related-To ticket:117
|
-
Property svn:eol-style
set to
native
|
File size:
708 bytes
|
Line | |
---|
1 | $location="Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden";
|
---|
2 | $master_ip='172.17.153.1';
|
---|
3 | $nodetype='CNode';
|
---|
4 | $nodename='OBLc';
|
---|
5 |
|
---|
6 | $status='up';
|
---|
7 |
|
---|
8 | $release="5.0-RELEASE";
|
---|
9 |
|
---|
10 |
|
---|
11 | # edugis x,y 93844,463741
|
---|
12 | $X='93844';
|
---|
13 | $Y='463741';
|
---|
14 |
|
---|
15 | $config{'xl0'}=sprintf <<XL0;
|
---|
16 | COMMENT=Ethernet
|
---|
17 | TYPE=ethernet
|
---|
18 | STATUS=up
|
---|
19 | IP=172.17.152.65/27
|
---|
20 |
|
---|
21 | DESC=Ethernet naar OBL
|
---|
22 | SDESC=eth
|
---|
23 |
|
---|
24 | DHCP=no
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 | XL0
|
---|
29 |
|
---|
30 | $config{'ep0'}=sprintf <<EP0;
|
---|
31 | COMMENT=Ethernet
|
---|
32 | TYPE=ethernet
|
---|
33 | STATUS=up
|
---|
34 | IP=$master_ip/24
|
---|
35 |
|
---|
36 | DESC=AP voor bieb
|
---|
37 | SDESC=apples
|
---|
38 |
|
---|
39 | DHCP=10-250
|
---|
40 |
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
44 | EP0
|
---|
45 |
|
---|
46 |
|
---|
47 | $config{'wi0'}=sprintf <<EW1;
|
---|
48 | COMMENT=link naar CeTIM3
|
---|
49 | TYPE=wireless
|
---|
50 | IP=172.16.0.162/30
|
---|
51 | DESC=Link naar CeTIM3
|
---|
52 | SDESC=2cetim3
|
---|
53 |
|
---|
54 |
|
---|
55 | MODE=managed
|
---|
56 | ESSID=il-nw.cetim3.wleiden.net
|
---|
57 | CHANNEL=9
|
---|
58 |
|
---|
59 |
|
---|
60 | DHCP=no
|
---|
61 |
|
---|
62 | EW1
|
---|
63 |
|
---|
64 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.