Last change
on this file since 10104 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:
737 bytes
|
Line | |
---|
1 |
|
---|
2 | $master_ip='172.17.143.4';
|
---|
3 | $gateway='192.168.2.1';
|
---|
4 | $internalroute='172.17.143.2';
|
---|
5 | $internalif='sis1';
|
---|
6 | $nodetype='Proxy';
|
---|
7 | $nodename='Proxy2';
|
---|
8 | $proxyid='2';
|
---|
9 | $location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
|
---|
10 | $status='up';
|
---|
11 | $release="8.2-RELEASE";
|
---|
12 | $X='93894';
|
---|
13 | $Y='463704';
|
---|
14 |
|
---|
15 | $config{'sis0'}=sprintf <<SIS0;
|
---|
16 | COMMENT=Link naar router
|
---|
17 | TYPE=ethernet
|
---|
18 | IP=192.168.2.6/24
|
---|
19 | DESC=Link naar router
|
---|
20 | SDESC=uplink
|
---|
21 | DHCP=no
|
---|
22 | SIS0
|
---|
23 |
|
---|
24 | $config{'sis1'}=sprintf <<SIS1;
|
---|
25 | COMMENT=Link naar NodeCeTIM1
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=$master_ip/28
|
---|
28 | DESC=Link naar NodeCeTIM1
|
---|
29 | SDESC=downlink
|
---|
30 | DHCP=no
|
---|
31 | SIS1
|
---|
32 |
|
---|
33 | $config{'sis2'}=sprintf <<SIS2;
|
---|
34 | COMMENT=Lokaal Ethernet naar kerk
|
---|
35 | TYPE=ethernet
|
---|
36 | IP=172.17.143.17/26
|
---|
37 | DESC=subnet voor Hooglandse Kerk
|
---|
38 | SDESC=hlkerk_subnet
|
---|
39 | DHCP=10-60
|
---|
40 | SIS2
|
---|
41 |
|
---|
42 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.