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

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

$internalif flag is very confusing as the '1' was automagically added to the
back. Make them absolute

File size: 672 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.57';
9$gateway='192.168.58.1';
10$internalroute='172.16.4.58';
11$internalif='sis1';
12$nodetype='Proxy';
13$nodename='Proxy8';
14$proxyid='8';
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
26IP=192.168.58.2/24
27
28DESC=Link naar Router
29SDESC=uplink
30
31DHCP=no
32
33SIS0
34
35$config{'sis1'}=sprintf <<SIS1; # Link naar Laptop
36TYPE=ethernet
37IP=$master_ip/30
38
39DESC=Link
40SDESC=downlink
41
42DHCP=no
43
44SIS1
Note: See TracBrowser for help on using the repository browser.