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

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

Added internalif (var) for firewallrules

File size: 828 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
38SPEED=10240000000
39
40DHCP=no
41
42SIS0
43
44$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
45TYPE=ethernet
46IP=172.16.4.37/30
47
48DESC=Link naar Laptop
49SDESC=downlink
50SPEED=10240000000
51
52DHCP=no
53
54SIS1
Note: See TracBrowser for help on using the repository browser.