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

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

Enabeling nat (not yet implemented)

File size: 686 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.3.34';
9$gateway='192.168.58.1';
10$internalroute='172.16.3.33';
11$internalif='sis1';
12$nat='yes';
13$nodetype='Proxy';
14$nodename='Proxy8';
15$proxyid='8';
16$location=" Richard, Terschelling 244, 3524az Utrecht";
17$status='up';
18$release="8.0-RELEASE";
19
20#edugis x,y 93348,463569
21$X='093348';
22$Y='463569';
23
24
25$config{'sis0'}=sprintf <<SIS0; # Link naar Router
26TYPE=ethernet
27IP=192.168.58.2/24
28
29DESC=Link naar Router
30SDESC=uplink
31
32DHCP=no
33
34SIS0
35
36$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
37TYPE=ethernet
38IP=$master_ip/30
39
40DESC=Link
41SDESC=downlink
42
43DHCP=no
44
45SIS1
Note: See TracBrowser for help on using the repository browser.