source: genesis/nodes/proxy17/wleiden.conf@ 9530

Last change on this file since 9530 was 9517, checked in by rick, 13 years ago

New proxy configuration....

File size: 729 bytes
RevLine 
[9517]1$master_ip='172.17.18.1';
[8795]2$gateway='92.66.227.161';
[8805]3$internalroute='172.25.90.69';
[8795]4
[9517]5$internalif='vr1';
[8795]6$nodetype='Proxy';
[9517]7$nodename='Proxy17';
8$proxyid='17';
9$location="Hadleystraat 44B, 1431 SN Aalsmeer";
10$status='down';
11$release="8.2-RELEASE";
12$X='112000';
13$Y='475325';
[8795]14$nat='yes';
15
[9517]16$config{'vr0'}=sprintf <<EOT;
[8795]17COMMENT=link naar Router
18TYPE=ethernet
[9517]19IP=10.10.10.10/30
[8795]20DESC=Link naar router
21SDESC=uplink
[9517]22DHCP=yes
23EOT
[8795]24
[9517]25$config{'vr1'}=sprintf <<EOT;
26COMMENT=link naar Node Watertoren
[8795]27TYPE=ethernet
[9517]28IP=172.16.16.236/29
29DESC=Link naar Node Watertoren
[8795]30SDESC=downlink
31DHCP=no
[9517]32EOT
[8795]33
[9517]34$config{'vr2'}=sprintf <<EOT;
35COMMENT=Node naar Intern Network
36TYPE=ethernet
37IP=$master_ip/25
38DESC=Node naar Intern Network
39SDESC=itern
40DHCP=20-60
41EOT
Note: See TracBrowser for help on using the repository browser.