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

Last change on this file since 10104 was 10103, checked in by richardvm, 13 years ago

more complete information

File size: 718 bytes
RevLine 
[10100]1$master_ip='172.17.0.36';
[10103]2$gateway='192.168.1.254';
[10100]3$internalroute='172.17.0.33';
[8795]4
[9517]5$internalif='vr1';
[8795]6$nodetype='Proxy';
[9517]7$nodename='Proxy17';
8$proxyid='17';
[10103]9$location="Somewhere in Aalsmeer (line of sight Watertoren)";
[10100]10$status='up';
[9517]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
[10100]19IP=192.168.1.250/24
[8795]20DESC=Link naar router
21SDESC=uplink
[9517]22DHCP=yes
23EOT
[8795]24
[9517]25$config{'vr1'}=sprintf <<EOT;
[8795]26TYPE=ethernet
[10103]27STATUS=up
28IP=172.17.0.36/28
29COMMENT=Interlink naar de watertoren2
30DESC=Interlink naar de watertoren2
31SDESC=2watertoren2
[8795]32DHCP=no
[10103]33MODE=ap bridge
34ESSID=il-n.watertoren2.wleiden.net
35CHANNEL=44
36NS_MAC=00:15:6D:70:53:4F
37NS_IP=172.17.0.35/28
[9517]38EOT
[10103]39
Note: See TracBrowser for help on using the repository browser.