source: genesis/nodes/proxy_zwaluw/wleiden.conf@ 7372

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

DHCP=yes means DHCP server, not client

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