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

Last change on this file since 9132 was 9132, checked in by huub, 14 years ago

config proxy10 volgens standaard en 8.2 versie

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