Last change
on this file since 8892 was 8892, checked in by rick, 14 years ago |
New proxy config, location Zoeterwoude.
|
-
Property svn:eol-style
set to
native
|
File size:
550 bytes
|
Line | |
---|
1 | $master_ip='172.17.14.1';
|
---|
2 | $gateway='192.168.178.1';
|
---|
3 | $internalroute='172.27.129.65';
|
---|
4 | $internalif='vr0';
|
---|
5 | $nodetype='Proxy';
|
---|
6 | $nodename='Proxy15';
|
---|
7 | $proxyid='15';
|
---|
8 | $location="Zwet, Nieuweweg Zoeterwoude";
|
---|
9 | $status='up';
|
---|
10 | $release="8.2-RELEASE";
|
---|
11 | $X='';
|
---|
12 | $Y='';
|
---|
13 | $nat='yes';
|
---|
14 |
|
---|
15 | $config{'vr0'}=sprintf <<EOF;
|
---|
16 | COMMENT=Might need to be a /30 link
|
---|
17 | TYPE=ethernet
|
---|
18 | IP=172.27.129.67/28
|
---|
19 | DESC=Link naar Zwet
|
---|
20 | SDESC=downlink
|
---|
21 | DHCP=no
|
---|
22 | EOF
|
---|
23 |
|
---|
24 | $config{'vr1'}=sprintf <<EOF;
|
---|
25 | COMMENT=link naar Router
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=192.168.178.49/24
|
---|
28 | DESC=Link naar router
|
---|
29 | SDESC=uplink
|
---|
30 | DHCP=no
|
---|
31 | EOF
|
---|
32 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.