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

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

added local network for the test proxy

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