source: genesis/nodes/proxy97/wleiden.conf@ 10048

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

Remove and modify some more comment lines.

Related-To ticket:117

File size: 581 bytes
Line 
1$master_ip='172.17.169.66';
2$gateway='10.0.1.1';
3$internalroute='172.17.169.65';
4$internalif='sis1';
5$nodetype='Proxy';
6$nodename='Proxy97';
7$proxyid='97';
8$location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
9$status='up';
10$release="8.0-RELEASE";
11$ileiden='yes';
12$X='94042';
13$Y='463238';
14
15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=link naar router
17TYPE=ethernet
18IP=10.0.1.100/24
19DESC=naar router
20SDESC=uplink
21DHCP=no
22SIS0
23
24$config{'sis1'}=sprintf <<SIS1;
25COMMENT=link naar NodePlantsoen2
26TYPE=ethernet
27IP=$master_ip/28
28DESC=Link naar NodePlantsoen2
29SDESC=downlink
30DHCP=no
31SIS1
Note: See TracBrowser for help on using the repository browser.