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
|
Line | |
---|
1 |
|
---|
2 | $master_ip='172.16.2.254';
|
---|
3 | $gateway='192.168.1.1';
|
---|
4 | $internalroute='172.16.2.253';
|
---|
5 | $internalif='sis1';
|
---|
6 | $nodetype='Proxy';
|
---|
7 | $nodename='Proxy4';
|
---|
8 | $proxyid='4';
|
---|
9 | $location="Pergolesipad 95, 2324 DG, Leiden";
|
---|
10 | $status='up';
|
---|
11 | $release="8.0-RELEASE";
|
---|
12 | $X='92036';
|
---|
13 | $Y='462256';
|
---|
14 |
|
---|
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 |
|
---|
24 | $config{'sis0'}=sprintf <<SIS0;
|
---|
25 | COMMENT=Link naar Router
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=192.168.1.100/24
|
---|
28 | DESC=Link naar Router
|
---|
29 | SDESC=uplink
|
---|
30 | DHCP=no
|
---|
31 | SIS0
|
---|
32 |
|
---|
33 | $config{'sis1'}=sprintf <<SIS1;
|
---|
34 | COMMENT=Link naar NodeLivingLab
|
---|
35 | TYPE=ethernet
|
---|
36 | IP=$master_ip/30
|
---|
37 | DESC=Link naar NodeLivingLab
|
---|
38 | SDESC=downlink
|
---|
39 | DHCP=no
|
---|
40 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.