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

Last change on this file since 8076 was 7657, checked in by rick, 15 years ago

$genesis_control is not used anymore

File size: 812 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
12$location="Bij Node LangeVoort hazenboslaan 39 2343 SW tegenover school met vleugel dak, Oegstgeest";
13$status='up';
14
15$release="8.0-RELEASE";
16
17
18# edugis x,y 92774,466843
19$X='92774';
20$Y='466843';
21
22$config{'sis0'}=sprintf <<SIS0; # Ethernet
23TYPE=ethernet
24IP=$master_ip/30
25ROUTE=172.16.0.0/12 172.23.25.65
26
27DESC=Link naar Node LangeVoort
28SDESC=2langevoort
29DHCP=no
30SIS0
31
32$config{'sis1'}=sprintf <<SIS1; # Ethernet naar adsl
33TYPE=ethernet
34IP=192.168.1.70
35ROUTE=0.0.0.0/0 192.168.1.69
36
37DESC=adsl langevoort
38SDESC=2adsl
39SIS1
40
41
Note: See TracBrowser for help on using the repository browser.