source: genesis/nodes/proxy10/wleiden.conf@ 10032

Last change on this file since 10032 was 9359, checked in by huub, 13 years ago

aanpassing proxy10 config -interfaces - en lijtweg1 - ivm iris -

File size: 709 bytes
RevLine 
[7351]1#
[7479]2# config Proxy10 bij Zwaluw
[7351]3
[9132]4$master_ip='172.22.0.66';
[9359]5$gateway='192.168.0.1';
[9132]6$internalroute='172.22.0.65';
[9359]7$internalif='sis0';
[7351]8$nodetype='Proxy';
[7479]9$nodename='Proxy10';
10$proxyid='10';
[7351]11$location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
12$status='up';
[9132]13$release="8.2-RELEASE";
[7351]14$X='90739';
15$Y='463249';
[9132]16
[8261]17$config{'sis0'}=sprintf <<SIS0;
18COMMENT=Ethernet
[7351]19TYPE=ethernet
20IP=$master_ip/30
21DESC=Link naar Node zwaluw
22SDESC=2zwaluwak
23DHCP=no
[9359]24SIS0
25
26$config{'sis1'}=sprintf <<SIS1;
27COMMENT=Link naar router
28TYPE=ethernet
29DHCPCLIENT=yes
30IP=0.0.0.0/30
31DESC=Link naar router
32SDESC=uplink
33DHCP=no
34SIS1
[7351]35
[9359]36
Note: See TracBrowser for help on using the repository browser.