source: genesis/nodes/proxy11/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: 733 bytes
Line 
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';
9$location="tegenover school met vleugel dak (Jenaplanschool), Oegstgeest";
10$status='up';
11$release="8.2-RELEASE";
12$ileiden='yes';
13$X='92774';
14$Y='466843';
15
16$config{'sis0'}=sprintf <<SIS0;
17COMMENT=Ethernet
18TYPE=ethernet
19IP=$master_ip/30
20ROUTE=172.16.0.0/12 172.23.25.65
21
22DESC=Link naar Node LangeVoort
23SDESC=2langevoort
24DHCP=no
25SIS0
26
27$config{'sis1'}=sprintf <<SIS1;
28COMMENT=Ethernet naar adsl
29TYPE=ethernet
30IP=192.168.1.70/24
31ROUTE=0.0.0.0/0 192.168.1.69
32
33DESC=adsl langevoort
34SDESC=2adsl
35SIS1
36
37
Note: See TracBrowser for help on using the repository browser.