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
RevLine 
[7361]1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
[7364]5# config Proxy8 bij Richard
6# Test proxy voor Proxyfactory
[7361]7
[8117]8$master_ip='172.16.3.34';
[7395]9$gateway='192.168.58.1';
[8146]10$internalroute='172.16.3.33';
[8018]11$internalif='sis1';
[8211]12$nat='yes';
[7361]13$nodetype='Proxy';
14$nodename='Proxy8';
[7885]15$proxyid='8';
[7361]16$location=" Richard, Terschelling 244, 3524az Utrecht";
17$status='up';
18$release="8.0-RELEASE";
19
[8290]20$X='137949';
21$Y='453165';
[7361]22
23
[8261]24$config{'sis0'}=sprintf <<SIS0;
25COMMENT=Link naar Router
[7361]26TYPE=ethernet
[7394]27IP=192.168.58.2/24
[7361]28
29DESC=Link naar Router
30SDESC=uplink
31
32DHCP=no
33
34SIS0
[7377]35
[8261]36$config{'sis1'}=sprintf <<SIS1;
[8290]37COMMENT=Link naar NodeRichard
[7377]38TYPE=ethernet
[8290]39IP=172.16.16.9/30
[7377]40
[7881]41DESC=Link
[7377]42SDESC=downlink
43
44DHCP=no
45
46SIS1
Note: See TracBrowser for help on using the repository browser.