Last change
on this file since 10059 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
-
Property svn:executable
set to
*
|
File size:
782 bytes
|
Line | |
---|
1 | $comment=sprintf <<EOF;
|
---|
2 | verbonden met glasvezel gateway 192.168.0.1
|
---|
3 | nameservers: 217.149.192.6 en 217.149.196.6
|
---|
4 | EOF
|
---|
5 |
|
---|
6 | $master_ip='172.19.168.66';
|
---|
7 | $gateway='192.168.0.1';
|
---|
8 | $internalroute='172.19.168.65';
|
---|
9 | $internalif='sis1';
|
---|
10 | $nodetype='Proxy';
|
---|
11 | $nodename='Proxy5';
|
---|
12 | $proxyid='5';
|
---|
13 | $location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
|
---|
14 | $status='up';
|
---|
15 | $release="8.2-RELEASE";
|
---|
16 | $X='92927';
|
---|
17 | $Y='465365';
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<SIS0;
|
---|
20 | COMMENT=Link naar router
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=192.168.0.16/24
|
---|
23 | DESC=Link naar router
|
---|
24 | SDESC=uplink
|
---|
25 | DHCP=no
|
---|
26 | SIS0
|
---|
27 |
|
---|
28 | $config{'sis1'}=sprintf <<SIS1;
|
---|
29 | COMMENT=Link naar NodeWP
|
---|
30 | TYPE=ethernet
|
---|
31 | IP=$master_ip/30
|
---|
32 | DESC=Link naar NodeWP
|
---|
33 | SDESC=downlink
|
---|
34 | DHCP=no
|
---|
35 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.