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

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

Foute master en internal route ip's

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$gw_open='closed';
12$nodetype='Proxy';
13$nodename='Proxy8';
14$labelpos='left';
15$location=" Richard, Terschelling 244, 3524az Utrecht";
16
17$status='up';
18
19$release="8.0-RELEASE";
20$node_config_version="1";
21$genesis_control="YES";
22
23$OS='FreeBSD';
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
36SPEED=10240000000
37
38DHCP=no
39
40SIS0
41
42$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
43TYPE=ethernet
44IP=172.16.4.37/30
45
46DESC=Link naar Laptop
47SDESC=downlink
48SPEED=10240000000
49
50DHCP=no
51
52SIS1
Note: See TracBrowser for help on using the repository browser.