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

Last change on this file since 7409 was 7409, checked in by richardvm, 15 years ago

Added the proxyid

File size: 809 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$gw_open='closed';
12$nodetype='Proxy';
13$nodename='Proxy8';
14$proxyid='08';
15$labelpos='left';
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$OS='FreeBSD';
25
26#edugis x,y 93348,463569
27$X='093348';
28$Y='463569';
29
30
31$config{'sis0'}=sprintf <<SIS0; # Link naar Router
32TYPE=ethernet
33IP=192.168.58.2/24
34
35DESC=Link naar Router
36SDESC=uplink
37SPEED=10240000000
38
39DHCP=no
40
41SIS0
42
43$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
44TYPE=ethernet
45IP=172.16.4.37/30
46
47DESC=Link naar Laptop
48SDESC=downlink
49SPEED=10240000000
50
51DHCP=no
52
53SIS1
Note: See TracBrowser for help on using the repository browser.