source: genesis/nodes/proxy10/wleiden.conf@ 10047

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

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

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