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

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

$OS variable is not used anymore

File size: 761 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$gw_open='closed';
13$nodetype='Proxy';
14$nodename='Proxy8';
15$proxyid='08';
16$location=" Richard, Terschelling 244, 3524az Utrecht";
17
18$status='up';
19
20$release="8.0-RELEASE";
21$node_config_version="1";
22$genesis_control="YES";
23
24
25#edugis x,y 93348,463569
26$X='093348';
27$Y='463569';
28
29
30$config{'sis0'}=sprintf <<SIS0; # Link naar Router
31TYPE=ethernet
32IP=192.168.58.2/24
33
34DESC=Link naar Router
35SDESC=uplink
36
37DHCP=no
38
39SIS0
40
41$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
42TYPE=ethernet
43IP=192.168.1.102/24
44
45DESC=Link naar Laptop
46SDESC=downlink
47
48DHCP=no
49
50SIS1
Note: See TracBrowser for help on using the repository browser.