Rev | Line | |
---|
[9017] | 1 | #
|
---|
| 2 | # config Proxy24 (Arnhem Bezoekerscentrum)";
|
---|
| 3 |
|
---|
| 4 | $master_ip='172.17.25.1';
|
---|
| 5 | $gateway='192.168.1.1';
|
---|
| 6 | $internalroute='172.17.25.2';
|
---|
[9023] | 7 | $internalif='vr1';
|
---|
[9017] | 8 | $nodetype='Proxy';
|
---|
| 9 | $nodename='Proxy24';
|
---|
| 10 | $proxyid='24';
|
---|
| 11 | $location ="Bezoekerscentrum, Zijpendaalseweg 24-A, 6814CL, Arnhem";
|
---|
| 12 | $status='down';
|
---|
| 13 | $release="8.2-RELEASE";
|
---|
| 14 | $X='190477';
|
---|
| 15 | $Y='444403';
|
---|
| 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 NodeBezoekerscentrum
|
---|
| 33 | TYPE=ethernet
|
---|
| 34 | IP=$master_ip/30
|
---|
| 35 | DESC=Link naar NodeBezoekerscentrum
|
---|
| 36 | SDESC=downlink
|
---|
| 37 | DHCP=no
|
---|
| 38 | VR1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.