source: genesis/nodes/proxy11/wleiden.conf@ 8360

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

Typo fixed of config files

File size: 860 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy11 bij Node Lange Voort
6
7$master_ip='172.23.25.66';
8$nodetype='Proxy';
9$nodename='Proxy11';
10$proxyid='11';
11$gateway='192.168.1.69';
12$internalroute='172.23.25.65';
13$internalif='sis0';
14
15$location="Bij Node LangeVoort hazenboslaan 39 2343 SW tegenover school met vleugel dak, Oegstgeest";
16$status='up';
17
18$release="8.0-RELEASE";
19
20
21# edugis x,y 92774,466843
22$X='92774';
23$Y='466843';
24
25$config{'sis0'}=sprintf <<SIS0;
26COMMENT=Ethernet
27TYPE=ethernet
28IP=$master_ip/30
29ROUTE=172.16.0.0/12 172.23.25.65
30
31DESC=Link naar Node LangeVoort
32SDESC=2langevoort
33DHCP=no
34SIS0
35
36$config{'sis1'}=sprintf <<SIS1;
37COMMENT=Ethernet naar adsl
38TYPE=ethernet
39IP=192.168.1.70/24
40ROUTE=0.0.0.0/0 192.168.1.69
41
42DESC=adsl langevoort
43SDESC=2adsl
44SIS1
45
46
Note: See TracBrowser for help on using the repository browser.