source: genesis/nodes/proxy19/wleiden.conf@ 9824

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

Proxy 19 configuration

File size: 631 bytes
Line 
1#
2# config proxy19
3$location="RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk";
4$master_ip='172.17.28.1';
5$gateway='192.168.33.1';
6$internalroute='172.16.5.105';
7$internalif='sis1';
8$nodetype='Proxy';
9$proxyid='19';
10$nodename= $nodetype . $proxyid;
11
12$status='up';
13$release="8.2-RELEASE";
14$X='095341';
15$Y='461984';
16
17$config{'sis0'}=sprintf <<EOF;
18COMMENT=link naar Router
19TYPE=ethernet
20DHCPCLIENT=yes
21IP=0.0.0.0/30
22DESC=Link naar router
23SDESC=uplink
24DHCP=no
25EOF
26
27$config{$internalif}=sprintf <<EOF;
28COMMENT=link naar CNodeMeerburg
29TYPE=ethernet
30IP=172.16.5.108/29
31DESC=Link naar Meerburg
32SDESC=2meerburg
33DHCP=no
34EOF
35
Note: See TracBrowser for help on using the repository browser.