Last change
on this file since 9018 was 9018, checked in by huub, 14 years ago |
kleine correcties configuratie Arnhem
|
File size:
814 bytes
|
Line | |
---|
1 | #
|
---|
2 | # config Proxy26 (Bij Watermuseum Arnhem)";
|
---|
3 |
|
---|
4 | $master_ip='172.17.26.1';
|
---|
5 | $gateway='192.168.1.1';
|
---|
6 | $internalroute='172.17.26.2';
|
---|
7 | $internalif='vr1';
|
---|
8 | $nodetype='Proxy';
|
---|
9 | $nodename='Proxy26';
|
---|
10 | $proxyid='26';
|
---|
11 | $location ="Watermuseum, Zypendaalseweg 26-28, 6814CL, Arnhem";
|
---|
12 | $status='down';
|
---|
13 | $release="8.2-RELEASE";
|
---|
14 | $X='190249';
|
---|
15 | $Y='444506';
|
---|
16 | $nat='yes';
|
---|
17 |
|
---|
18 | $firewall_block=<<EOT;
|
---|
19 | 192.168.1.0/24
|
---|
20 | EOT
|
---|
21 |
|
---|
22 | $config{'vr0'}=sprintf <<VR0;
|
---|
23 | COMMENT=Ethernet
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=192.168.1.100/24
|
---|
26 | DESC=link naar internet
|
---|
27 | SDESC=uplink
|
---|
28 | DHCP=no
|
---|
29 | VR0
|
---|
30 |
|
---|
31 | $config{'vr1'}=sprintf <<VR1;
|
---|
32 | COMMENT=link naar NodeWatermuseum
|
---|
33 | TYPE=ethernet
|
---|
34 | IP=$master_ip/28
|
---|
35 | DESC=Link naar NodeWatermuseum
|
---|
36 | SDESC=downlink
|
---|
37 | DHCP=no
|
---|
38 | VR1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.