Last change
on this file since 10100 was 10100, checked in by richardvm, 13 years ago |
onsite hacks, will be nices in a couple of days
|
File size:
574 bytes
|
Line | |
---|
1 | $master_ip='172.17.0.36';
|
---|
2 | $gateway='92.66.227.161';
|
---|
3 | $internalroute='172.17.0.33';
|
---|
4 |
|
---|
5 | $internalif='vr1';
|
---|
6 | $nodetype='Proxy';
|
---|
7 | $nodename='Proxy17';
|
---|
8 | $proxyid='17';
|
---|
9 | $location="Hadleystraat 44B, 1431 SN Aalsmeer";
|
---|
10 | $status='up';
|
---|
11 | $release="8.2-RELEASE";
|
---|
12 | $X='112000';
|
---|
13 | $Y='475325';
|
---|
14 | $nat='yes';
|
---|
15 |
|
---|
16 | $config{'vr0'}=sprintf <<EOT;
|
---|
17 | COMMENT=link naar Router
|
---|
18 | TYPE=ethernet
|
---|
19 | IP=192.168.1.250/24
|
---|
20 | DESC=Link naar router
|
---|
21 | SDESC=uplink
|
---|
22 | DHCP=yes
|
---|
23 | EOT
|
---|
24 |
|
---|
25 | $config{'vr1'}=sprintf <<EOT;
|
---|
26 | COMMENT=link naar Node Watertoren
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=172.16.0.36/28
|
---|
29 | DESC=Link naar Node Watertoren
|
---|
30 | SDESC=downlink
|
---|
31 | DHCP=no
|
---|
32 | EOT
|
---|
Note:
See
TracBrowser
for help on using the repository browser.