|
Last change
on this file since 10057 was 10048, checked in by rick, 14 years ago |
|
Remove and modify some more comment lines.
Related-To ticket:117
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
575 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | $master_ip='172.16.3.146';
|
|---|
| 3 | $gateway='192.168.1.1';
|
|---|
| 4 | $internalroute='172.16.3.145';
|
|---|
| 5 | $internalif='sis1';
|
|---|
| 6 | $nodetype='Proxy';
|
|---|
| 7 | $nodename='Proxy6';
|
|---|
| 8 | $proxyid='06';
|
|---|
| 9 | $location="Martijn, Muiderkring 152, 2332 BP, Leiden";
|
|---|
| 10 | $status='up';
|
|---|
| 11 | $release="8.0-RELEASEE";
|
|---|
| 12 | $X='92318';
|
|---|
| 13 | $Y='464324';
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | $config{'sis0'}=sprintf <<SIS0;
|
|---|
| 17 | COMMENT=link naar Router
|
|---|
| 18 | TYPE=ethernet
|
|---|
| 19 | IP=192.168.1.200/24
|
|---|
| 20 | DESC=Link naar router
|
|---|
| 21 | SDESC=uplink
|
|---|
| 22 | DHCP=no
|
|---|
| 23 | SIS0
|
|---|
| 24 |
|
|---|
| 25 | $config{'sis1'}=sprintf <<SIS1;
|
|---|
| 26 | COMMENT=link naar NodeMuiderkring
|
|---|
| 27 | TYPE=ethernet
|
|---|
| 28 | IP=$master_ip/30
|
|---|
| 29 | DESC=Link naar NodeMuiderkring
|
|---|
| 30 | SDESC=downlink
|
|---|
| 31 | DHCP=no
|
|---|
| 32 | SIS1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.