source: genesis/nodes/proxy8/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: 601 bytes
Line 
1# Test proxy voor Proxyfactory
2
3$master_ip='172.16.3.34';
4$gateway='192.168.58.1';
5$internalroute='172.16.3.33';
6$internalif='sis1';
7$nat='yes';
8$nodetype='Proxy';
9$nodename='Proxy8';
10$proxyid='8';
11$location=" Richard, Terschelling 244, 3524az Utrecht";
12$status='up';
13$release="8.0-RELEASE";
14
15$X='137949';
16$Y='453165';
17
18
19$config{'sis0'}=sprintf <<SIS0;
20COMMENT=Link naar Router
21TYPE=ethernet
22IP=192.168.58.2/24
23
24DESC=Link naar Router
25SDESC=uplink
26
27DHCP=no
28
29SIS0
30
31$config{'sis1'}=sprintf <<SIS1;
32COMMENT=Link naar NodeRichard
33TYPE=ethernet
34IP=172.16.16.9/30
35
36DESC=Link
37SDESC=downlink
38
39DHCP=no
40
41SIS1
Note: See TracBrowser for help on using the repository browser.