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

Last change on this file since 8118 was 8118, checked in by richardvm, 14 years ago

somebody stole my old ip range (robijn)

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