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

Last change on this file since 8654 was 8290, checked in by rick, 14 years ago

Grumble typos and forget to commit

File size: 677 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$X='137949';
21$Y='453165';
22
23
24$config{'sis0'}=sprintf <<SIS0;
25COMMENT=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;
37COMMENT=Link naar NodeRichard
38TYPE=ethernet
39IP=172.16.16.9/30
40
41DESC=Link
42SDESC=downlink
43
44DHCP=no
45
46SIS1
Note: See TracBrowser for help on using the repository browser.