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

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

Proxy 19 configuration

File size: 631 bytes
RevLine 
[9824]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';
[9430]7$internalif='sis1';
8$nodetype='Proxy';
[9824]9$proxyid='19';
10$nodename= $nodetype . $proxyid;
11
12$status='up';
[9430]13$release="8.2-RELEASE";
[9824]14$X='095341';
15$Y='461984';
[9430]16
[9824]17$config{'sis0'}=sprintf <<EOF;
[9430]18COMMENT=link naar Router
19TYPE=ethernet
20DHCPCLIENT=yes
21IP=0.0.0.0/30
22DESC=Link naar router
23SDESC=uplink
24DHCP=no
[9824]25EOF
[9430]26
[9824]27$config{$internalif}=sprintf <<EOF;
28COMMENT=link naar CNodeMeerburg
[9430]29TYPE=ethernet
[9824]30IP=172.16.5.108/29
31DESC=Link naar Meerburg
32SDESC=2meerburg
[9430]33DHCP=no
[9824]34EOF
[9430]35
Note: See TracBrowser for help on using the repository browser.