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

Last change on this file since 10074 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
Line 
1
2
3$master_ip='172.17.8.68';
4$gateway='83.162.36.91';
5$internalroute='172.17.8.66';
6$internalif='sis1';
7$nodetype='Proxy';
8$nodename='Proxy1';
9$proxyid='1';
10$location = "Cope, Rapenburg 8, 2311 EV,Leiden";
11$status='up';
12$release="8.0-RELEASE";
13$X='93280';
14$Y='463889';
15$nat='no';
16
17$firewall_block='74.125.79.99/32 83.162.36.0/24';
18
19$config{'sis0'}=sprintf <<SIS0;
20COMMENT=Ethernet
21TYPE=ethernet
22IP=83.162.36.91/24
23DESC=link naar internet
24SDESC=uplink
25DHCP=no
26SIS0
27
28$config{'sis1'}=sprintf <<SIS1;
29COMMENT=link naar NodeCope
30TYPE=ethernet
31IP=$master_ip/28
32DESC=Link naar NodeCope
33SDESC=downlink
34DHCP=no
35SIS1
Note: See TracBrowser for help on using the repository browser.