source: genesis/nodes/proxy26/wleiden.conf@ 9018

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;
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 NodeWatermuseum
33TYPE=ethernet
34IP=$master_ip/28
35DESC=Link naar NodeWatermuseum
36SDESC=downlink
37DHCP=no
38VR1
Note: See TracBrowser for help on using the repository browser.