source: genesis/nodes/proxy10/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: 784 bytes
Line 
1#
2#
3# Read by /usr/local/sbin/wireless-up.pl
4#
5# config Proxy10 bij Zwaluw
6
7$master_ip='172.22.0.66';
8$nodetype='Proxy';
9$nodename='Proxy10';
10$proxyid='10';
11
12$location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
13
14$status='up';
15
16$release="8.0-RELEASE";
17$genesis_control="YES";
18
19
20# edugis x,y 90739,463249
21$X='90739';
22$Y='463249';
23
24$config{'sis0'}=sprintf <<SIS0; # Ethernet
25TYPE=ethernet
26IP=$master_ip/30
27ROUTE=172.16.0.0/12 172.22.0.65
28
29DESC=Link naar Node zwaluw
30SDESC=2zwaluwak
31DHCP=no
32SIS0
33
34#$config{'sis1'}=sprintf <<SIS1; # Ethernet naar de school
35#TYPE=ethernet
36#DESC=Internetzwaluw
37#SDESC=2adsl
38#SPEED=10240000000
39#DHCP=yes
40#SIS1
41
42
Note: See TracBrowser for help on using the repository browser.