source: genesis/nodes/proxy10/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: 677 bytes
Line 
1
2$master_ip='172.22.0.66';
3$gateway='192.168.0.1';
4$internalroute='172.22.0.65';
5$internalif='sis0';
6$nodetype='Proxy';
7$nodename='Proxy10';
8$proxyid='10';
9$location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
10$status='up';
11$release="8.2-RELEASE";
12$X='90739';
13$Y='463249';
14
15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=Ethernet
17TYPE=ethernet
18IP=$master_ip/30
19DESC=Link naar Node zwaluw
20SDESC=2zwaluwak
21DHCP=no
22SIS0
23
24$config{'sis1'}=sprintf <<SIS1;
25COMMENT=Link naar router
26TYPE=ethernet
27DHCPCLIENT=yes
28IP=0.0.0.0/30
29DESC=Link naar router
30SDESC=uplink
31DHCP=no
32SIS1
33
34
Note: See TracBrowser for help on using the repository browser.