source: genesis/nodes/retired/proxy24/wleiden.conf@ 12413

Last change on this file since 12413 was 9023, checked in by huub, 14 years ago

foutje in config van proxy24

File size: 829 bytes
Line 
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';
7$internalif='vr1';
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;
19192.168.1.0/24
20EOT
21
22$config{'vr0'}=sprintf <<VR0;
23COMMENT=Ethernet
24TYPE=ethernet
25IP=192.168.1.100/24
26DESC=link naar internet
27SDESC=uplink
28DHCP=no
29VR0
30
31$config{'vr1'}=sprintf <<VR1;
32COMMENT=link naar NodeBezoekerscentrum
33TYPE=ethernet
34IP=$master_ip/30
35DESC=Link naar NodeBezoekerscentrum
36SDESC=downlink
37DHCP=no
38VR1
Note: See TracBrowser for help on using the repository browser.