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

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

SPEED is not used anywhere

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