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

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

$node_config_version is not used anymore

File size: 837 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$genesis_control="YES";
17
18
19# edugis x,y 92774,466843
20$X='92774';
21$Y='466843';
22
23$config{'sis0'}=sprintf <<SIS0; # Ethernet
24TYPE=ethernet
25IP=$master_ip/30
26ROUTE=172.16.0.0/12 172.23.25.65
27
28DESC=Link naar Node LangeVoort
29SDESC=2langevoort
30DHCP=no
31SIS0
32
33$config{'sis1'}=sprintf <<SIS1; # Ethernet naar adsl
34TYPE=ethernet
35IP=192.168.1.70
36ROUTE=0.0.0.0/0 192.168.1.69
37
38DESC=adsl langevoort
39SDESC=2adsl
40SIS1
41
42
Note: See TracBrowser for help on using the repository browser.