source: genesis/nodes/proxy13/wleiden.conf@ 8021

Last change on this file since 8021 was 8021, checked in by rick, 15 years ago

The internal route thingy basically assumes that a proxy never has it own range but is always connected to some host

File size: 539 bytes
Line 
1$master_ip='172.20.146.1';
2
3$internalroute='172.16.3.97';
4$internalif='sis1';
5
6$nodetype='Proxy';
7$nodename='Proxy13';
8$proxyid='13';
9$location="Brahmslaan 40, 2324 AN, Leiden";
10$status='up';
11$release="8.0-RELEASE";
12
13# edugis x,y
14$X='92434';
15$Y='461987';
16
17$config{'sis0'}=sprintf <<SIS0; # link naar Router
18TYPE=ethernet
19DHCPCLIENT=yes
20IP=0.0.0.0/30
21DESC=Link naar router
22SDESC=uplink
23DHCP=no
24SIS0
25
26$config{'sis1'}=sprintf <<SIS1; # link naar NodeRick
27TYPE=ethernet
28IP=172.16.3.98/30
29DESC=Link naar NodeRick
30SDESC=downlink
31DHCP=no
32SIS1
33
Note: See TracBrowser for help on using the repository browser.