source: genesis/nodes/proxy11/wleiden.conf@ 10057

Last change on this file since 10057 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

File size: 671 bytes
RevLine 
[8193]1
2$master_ip='172.23.25.66';
3$nodetype='Proxy';
4$nodename='Proxy11';
5$proxyid='11';
6$gateway='192.168.1.69';
7$internalroute='172.23.25.65';
8$internalif='sis0';
[8418]9$location="tegenover school met vleugel dak (Jenaplanschool), Oegstgeest";
[8193]10$status='up';
[9308]11$release="8.2-RELEASE";
12$ileiden='yes';
[8193]13$X='92774';
14$Y='466843';
15
[8261]16$config{'sis0'}=sprintf <<SIS0;
17COMMENT=Ethernet
[8193]18TYPE=ethernet
19IP=$master_ip/30
20
21DESC=Link naar Node LangeVoort
22SDESC=2langevoort
23DHCP=no
24SIS0
25
[8261]26$config{'sis1'}=sprintf <<SIS1;
27COMMENT=Ethernet naar adsl
[8193]28TYPE=ethernet
[8271]29IP=192.168.1.70/24
[8193]30
31DESC=adsl langevoort
32SDESC=2adsl
33SIS1
34
35
Note: See TracBrowser for help on using the repository browser.