source: genesis/nodes/proxy10/wleiden.conf@ 7479

Last change on this file since 7479 was 7479, checked in by ad, 15 years ago

Changed proxy_zwaluw and proxy_langevoort to proxy10 and proxy11
added proxy id

File size: 885 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$gw_open='closed';
9$nodetype='Proxy';
10$nodename='Proxy10';
11$proxyid='10';
12$labelpos='left';
13
14$location="PC Basisschool De Zwaluw, A. Kleijnstraat 8, 2331 DV, Leiden";
15
16$status='up';
17
18$release="8.0-RELEASE";
19$node_config_version="1";
20$genesis_control="YES";
21
22$OS='FreeBSD';
23
24# edugis x,y 90739,463249
25$X='90739';
26$Y='463249';
27
28$config{'sis0'}=sprintf <<SIS0; # Ethernet
29TYPE=ethernet
30IP=$master_ip/30
31ROUTE=172.16.0.0/12 172.22.0.65
32
33DESC=Link naar Node zwaluw
34SDESC=2zwaluwak
35SPEED=10240000000
36DHCP=no
37SIS0
38
39#$config{'sis1'}=sprintf <<SIS1; # Ethernet naar de school
40#TYPE=ethernet
41#DESC=Internetzwaluw
42#SDESC=2adsl
43#SPEED=10240000000
44#DHCP=yes
45#SIS1
46
47
Note: See TracBrowser for help on using the repository browser.