source: genesis/nodes/proxy1/wleiden.conf@ 10053

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

Serious hacking and cleanups to get all keys in the right format and stored to the proper files.

Please do mind that I remove the Bullet2,etc... information now, I will dynamically add this at an later stage.

Related-To: ticket:117

  • Property svn:eol-style set to native
File size: 749 bytes
RevLine 
[7683]1
[813]2
[7691]3$master_ip='172.17.8.68';
[7742]4$gateway='83.162.36.91';
[7959]5$internalroute='172.17.8.66';
[8018]6$internalif='sis1';
[3583]7$nodetype='Proxy';
[3584]8$nodename='Proxy1';
[7691]9$proxyid='1';
[6530]10$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
[2605]11$status='up';
[7683]12$release="8.0-RELEASE";
[8286]13$X='93280';
[4867]14$Y='463889';
[9014]15$nat='no';
[4835]16
[10053]17$firewall_block='74.125.79.99/32 83.162.36.0/24';
[8396]18
[8261]19$config{'sis0'}=sprintf <<SIS0;
20COMMENT=Ethernet
[813]21TYPE=ethernet
[7742]22IP=83.162.36.91/24
23DESC=link naar internet
[7683]24SDESC=uplink
[813]25DHCP=no
[7683]26SIS0
[813]27
[8261]28$config{'sis1'}=sprintf <<SIS1;
29COMMENT=link naar NodeCope
[813]30TYPE=ethernet
[7691]31IP=$master_ip/28
[7683]32DESC=Link naar NodeCope
33SDESC=downlink
[975]34DHCP=no
[7683]35SIS1
Note: See TracBrowser for help on using the repository browser.