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

Last change on this file since 10104 was 10047, checked in by rick, 13 years ago

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 737 bytes
RevLine 
[813]1
[7390]2$master_ip='172.17.143.4';
[9877]3$gateway='192.168.2.1';
[7536]4$internalroute='172.17.143.2';
[8018]5$internalif='sis1';
[3583]6$nodetype='Proxy';
[3584]7$nodename='Proxy2';
[7601]8$proxyid='2';
[6530]9$location="Hooglandse Kerk, Middelweg 2, 2312 KG, Leiden";
[7536]10$status='up';
[9065]11$release="8.2-RELEASE";
[4867]12$X='93894';
13$Y='463704';
[4835]14
[8261]15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=Link naar router
[7415]17TYPE=ethernet
[9877]18IP=192.168.2.6/24
[7536]19DESC=Link naar router
[7390]20SDESC=uplink
[7791]21DHCP=no
[7390]22SIS0
[813]23
[8261]24$config{'sis1'}=sprintf <<SIS1;
[9065]25COMMENT=Link naar NodeCeTIM1
[813]26TYPE=ethernet
[7544]27IP=$master_ip/28
[9065]28DESC=Link naar NodeCeTIM1
[7390]29SDESC=downlink
[975]30DHCP=no
[6582]31SIS1
[6581]32
[8261]33$config{'sis2'}=sprintf <<SIS2;
34COMMENT=Lokaal Ethernet naar kerk
[6581]35TYPE=ethernet
[7390]36IP=172.17.143.17/26
37DESC=subnet voor Hooglandse Kerk
38SDESC=hlkerk_subnet
39DHCP=10-60
[6582]40SIS2
[975]41
[4870]42
Note: See TracBrowser for help on using the repository browser.