Last change
on this file since 10104 was 10048, checked in by rick, 13 years ago |
Remove and modify some more comment lines.
Related-To ticket:117
|
-
Property svn:eol-style
set to
native
|
File size:
883 bytes
|
Rev | Line | |
---|
[5825] | 1 |
|
---|
[7516] | 2 | $master_ip='172.16.2.254';
|
---|
[7513] | 3 | $gateway='192.168.1.1';
|
---|
[7516] | 4 | $internalroute='172.16.2.253';
|
---|
[8018] | 5 | $internalif='sis1';
|
---|
[5825] | 6 | $nodetype='Proxy';
|
---|
| 7 | $nodename='Proxy4';
|
---|
[7601] | 8 | $proxyid='4';
|
---|
[7513] | 9 | $location="Pergolesipad 95, 2324 DG, Leiden";
|
---|
[5825] | 10 | $status='up';
|
---|
[7513] | 11 | $release="8.0-RELEASE";
|
---|
[5825] | 12 | $X='92036';
|
---|
| 13 | $Y='462256';
|
---|
| 14 |
|
---|
[10048] | 15 | $COMMENT=sprintf <<EOF;
|
---|
| 16 | verbonden met Portaal glasvezel (172.16.0.0) via Linksys router subnet 192.168.1.0
|
---|
| 17 | nameservers: 217.149.192.6 en 217.149.196.6
|
---|
| 18 | WAN: 82.215.33.247, gateway 82.215.32.1
|
---|
| 19 |
|
---|
| 20 | user Linksys: <blanc>, standaard pwd
|
---|
| 21 | admin interface via https
|
---|
| 22 | EOF
|
---|
| 23 |
|
---|
[8261] | 24 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 25 | COMMENT=Link naar Router
|
---|
[7513] | 26 | TYPE=ethernet
|
---|
| 27 | IP=192.168.1.100/24
|
---|
| 28 | DESC=Link naar Router
|
---|
| 29 | SDESC=uplink
|
---|
| 30 | DHCP=no
|
---|
[6583] | 31 | SIS0
|
---|
[5825] | 32 |
|
---|
[8261] | 33 | $config{'sis1'}=sprintf <<SIS1;
|
---|
| 34 | COMMENT=Link naar NodeLivingLab
|
---|
[5825] | 35 | TYPE=ethernet
|
---|
[7513] | 36 | IP=$master_ip/30
|
---|
| 37 | DESC=Link naar NodeLivingLab
|
---|
| 38 | SDESC=downlink
|
---|
[6092] | 39 | DHCP=no
|
---|
[6583] | 40 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.