Last change
on this file since 10047 was 10047, checked in by rick, 13 years ago |
Removing obsolete comments to make files cleaner for migration to new config
format.
Related-To ticket:117
|
-
Property svn:eol-style
set to
native
|
File size:
605 bytes
|
Line | |
---|
1 | $master_ip='172.27.129.67';
|
---|
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 | $remote_access="buzz.vanderzwet.net:1022";
|
---|
10 | $status='up';
|
---|
11 | $release="8.2-RELEASE";
|
---|
12 | $X='94340';
|
---|
13 | $Y='459330';
|
---|
14 | $nat='yes';
|
---|
15 |
|
---|
16 | $config{'sis0'}=sprintf <<EOF;
|
---|
17 | COMMENT=Might need to be a /30 link
|
---|
18 | TYPE=ethernet
|
---|
19 | IP=$master_ip/28
|
---|
20 | DESC=Link naar Zwet
|
---|
21 | SDESC=downlink
|
---|
22 | DHCP=no
|
---|
23 | EOF
|
---|
24 |
|
---|
25 | $config{'sis1'}=sprintf <<EOF;
|
---|
26 | COMMENT=link naar Router
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=192.168.178.49/24
|
---|
29 | DESC=Link naar router
|
---|
30 | SDESC=uplink
|
---|
31 | DHCP=no
|
---|
32 | EOF
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.