source: genesis/nodes/proxy15/wleiden.conf@ 9137

Last change on this file since 9137 was 8902, checked in by rick, 14 years ago

Coordinate (estimate) is required.

  • Property svn:eol-style set to native
File size: 563 bytes
Line 
1$master_ip='172.17.14.1';
2$gateway='192.168.178.1';
3$internalroute='172.27.129.65';
4$internalif='vr0';
5$nodetype='Proxy';
6$nodename='Proxy15';
7$proxyid='15';
8$location="Zwet, Nieuweweg Zoeterwoude";
9$status='up';
10$release="8.2-RELEASE";
11$X='94340';
12$Y='459330';
13$nat='yes';
14
15$config{'sis0'}=sprintf <<EOF;
16COMMENT=Might need to be a /30 link
17TYPE=ethernet
18IP=172.27.129.67/28
19DESC=Link naar Zwet
20SDESC=downlink
21DHCP=no
22EOF
23
24$config{'sis1'}=sprintf <<EOF;
25COMMENT=link naar Router
26TYPE=ethernet
27IP=192.168.178.49/24
28DESC=Link naar router
29SDESC=uplink
30DHCP=no
31EOF
32
Note: See TracBrowser for help on using the repository browser.