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
|
File size:
580 bytes
|
Line | |
---|
1 | #
|
---|
2 |
|
---|
3 | $master_ip='172.16.4.54';
|
---|
4 | $gateway='213.125.162.249';
|
---|
5 | $internalroute='172.16.4.53';
|
---|
6 | $internalif='sis1';
|
---|
7 | $nodetype='Proxy';
|
---|
8 | $nodename='Proxy9';
|
---|
9 | $proxyid='9';
|
---|
10 | $location="kantoor De Clercq, Hoge Rijndijk 306, 2314AM Leiden";
|
---|
11 | $status='up';
|
---|
12 | $release="8.2-RELEASE";
|
---|
13 | $X='95694';
|
---|
14 | $Y='462845';
|
---|
15 |
|
---|
16 | $config{'sis0'}=sprintf <<SIS0;
|
---|
17 | COMMENT=Link naar Router Ziggo 40/8
|
---|
18 | TYPE=ethernet
|
---|
19 | IP=213.125.162.254/29
|
---|
20 | DESC=Link naar Router
|
---|
21 | SDESC=uplink
|
---|
22 | DHCP=no
|
---|
23 | SIS0
|
---|
24 |
|
---|
25 | $config{'sis1'}=sprintf <<SIS1;
|
---|
26 | COMMENT=Link naar Node
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=$master_ip/30
|
---|
29 | DESC=Link naar Node
|
---|
30 | SDESC=downlink
|
---|
31 | DHCP=no
|
---|
32 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.