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

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

$genesis_control is not used anymore

File size: 692 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
21
22#edugis x,y 93348,463569
23$X='093348';
24$Y='463569';
25
26
27$config{'sis0'}=sprintf <<SIS0; # Link naar Router
28TYPE=ethernet
29IP=192.168.58.2/24
30
31DESC=Link naar Router
32SDESC=uplink
33
34DHCP=no
35
36SIS0
37
38$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
39TYPE=ethernet
40IP=192.168.1.102/24
41
42DESC=Link naar Laptop
43SDESC=downlink
44
45DHCP=no
46
47SIS1
Note: See TracBrowser for help on using the repository browser.