source: genesis/nodes/proxy8/wleiden.conf@ 7656

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

$node_config_version is not used anymore

File size: 716 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy8 bij Richard
6# Test proxy voor Proxyfactory
7
8$master_ip='172.16.4.37';
9$gateway='192.168.58.1';
10$internalroute='172.16.4.38';
11$internalif='sis';
12$nodetype='Proxy';
13$nodename='Proxy8';
14$proxyid='08';
15$location=" Richard, Terschelling 244, 3524az Utrecht";
16
17$status='up';
18
19$release="8.0-RELEASE";
20$genesis_control="YES";
21
22
23#edugis x,y 93348,463569
24$X='093348';
25$Y='463569';
26
27
28$config{'sis0'}=sprintf <<SIS0; # Link naar Router
29TYPE=ethernet
30IP=192.168.58.2/24
31
32DESC=Link naar Router
33SDESC=uplink
34
35DHCP=no
36
37SIS0
38
39$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
40TYPE=ethernet
41IP=192.168.1.102/24
42
43DESC=Link naar Laptop
44SDESC=downlink
45
46DHCP=no
47
48SIS1
Note: See TracBrowser for help on using the repository browser.