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:
858 bytes
|
Rev | Line | |
---|
[5846] | 1 | # verbonden met Portaal glasvezel (172.16.0.0) via Linksys router subnet 192.168.1.0
|
---|
| 2 | # nameservers: 217.149.192.6 en 217.149.196.6
|
---|
[6394] | 3 | # WAN: 82.215.33.247, gateway 82.215.32.1
|
---|
[5825] | 4 |
|
---|
[7516] | 5 | $master_ip='172.16.2.254';
|
---|
[7513] | 6 | $gateway='192.168.1.1';
|
---|
[7516] | 7 | $internalroute='172.16.2.253';
|
---|
[8018] | 8 | $internalif='sis1';
|
---|
[5825] | 9 | $nodetype='Proxy';
|
---|
| 10 | $nodename='Proxy4';
|
---|
[7601] | 11 | $proxyid='4';
|
---|
[7513] | 12 | $location="Pergolesipad 95, 2324 DG, Leiden";
|
---|
[5825] | 13 | $status='up';
|
---|
[7513] | 14 | $release="8.0-RELEASE";
|
---|
[5825] | 15 | $X='92036';
|
---|
| 16 | $Y='462256';
|
---|
| 17 |
|
---|
[8261] | 18 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 19 | COMMENT=Link naar Router
|
---|
[7513] | 20 | TYPE=ethernet
|
---|
| 21 | IP=192.168.1.100/24
|
---|
| 22 | DESC=Link naar Router
|
---|
| 23 | SDESC=uplink
|
---|
| 24 | DHCP=no
|
---|
[6395] | 25 | # user Linksys: <blanc>, standaard pwd
|
---|
| 26 | # admin interface via https
|
---|
[6583] | 27 | SIS0
|
---|
[5825] | 28 |
|
---|
[8261] | 29 | $config{'sis1'}=sprintf <<SIS1;
|
---|
| 30 | COMMENT=Link naar NodeLivingLab
|
---|
[5825] | 31 | TYPE=ethernet
|
---|
[7513] | 32 | IP=$master_ip/30
|
---|
| 33 | DESC=Link naar NodeLivingLab
|
---|
| 34 | SDESC=downlink
|
---|
[6092] | 35 | DHCP=no
|
---|
[6583] | 36 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.