Last change
on this file since 10032 was 9803, checked in by rick, 13 years ago |
Administrative details updated from the Nieuweweg...
|
File size:
648 bytes
|
Line | |
---|
1 |
|
---|
2 | $master_ip='172.16.3.98';
|
---|
3 | $gateway='192.168.42.1';
|
---|
4 | $internalroute='172.16.3.97';
|
---|
5 | $internalif='vr1';
|
---|
6 | $inboundnat="yes";
|
---|
7 | $nodetype='Proxy';
|
---|
8 | $nodename='Proxy13';
|
---|
9 | $proxyid='13';
|
---|
10 | $location="Brahmslaan 40, 2324 AN, Leiden";
|
---|
11 | $remote_access="riff.vanderzwet.net:1022";
|
---|
12 | $status='up';
|
---|
13 | $release="8.2-RELEASE";
|
---|
14 | $nat='yes';
|
---|
15 |
|
---|
16 | # edugis x,y
|
---|
17 | $X='92280';
|
---|
18 | $Y='461707';
|
---|
19 |
|
---|
20 | $config{'vr0'}=sprintf <<SIS0;
|
---|
21 | COMMENT=link naar Router
|
---|
22 | TYPE=ethernet
|
---|
23 | DHCPCLIENT=yes
|
---|
24 | IP=0.0.0.0/30
|
---|
25 | DESC=Link naar router
|
---|
26 | SDESC=uplink
|
---|
27 | DHCP=no
|
---|
28 | SIS0
|
---|
29 |
|
---|
30 | $config{$internalif}=sprintf <<SIS1;
|
---|
31 | COMMENT=link naar NodeRick
|
---|
32 | TYPE=ethernet
|
---|
33 | IP=$master_ip/30
|
---|
34 | DESC=Link naar NodeRick
|
---|
35 | SDESC=downlink
|
---|
36 | DHCP=no
|
---|
37 | SIS1
|
---|
38 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.