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