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

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

Request of Eric Rorsch

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