source: genesis/nodes/CNodeWP/wleiden.conf@ 7649

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

CABLE variable is not used anymore

  • Property svn:eol-style set to native
File size: 1.0 KB
RevLine 
[3407]1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
[3432]4# config CNodeWP
[6528]5$location=" Openbare Basisschool Woutertje Pieterse, Houtlaan 60, 2334 CL, Leiden";
[3407]6$master_ip='172.19.168.1';
7$gw_open='closed';
[3582]8$nodetype='CNode';
[3407]9$nodename='WP';
[7566]10$release="8.0-RELEASE";
[4998]11$node_config_version="1";
12$genesis_control="YES";
[4996]13
[3407]14$OS='FreeBSD';
15$labelpos='right';
16$DISK='FLASH';
17
[4815]18#edugis x,y 92927,465365
[4867]19$X='92927';
20$Y='465365';
[3407]21
[3422]22$status='up';
[3407]23
24$config{'sis0'}=sprintf <<SIS0; # eth
25TYPE=ethernet
26IP=172.19.168.65/29
27
28
29DESC=Ethernet naar de school
30SDESC=eth
31
32DHCP=no
33
34
35SIS0
36
37
38$config{'wi0'}=sprintf <<EW0; # Locale Omni
39TYPE=wireless
40IP=$master_ip/26
41
42DESC=Omni voor de buurt
43SDESC=omni
44
45DHCP=10-60
46
47MODE=master
48ESSID=ap-omni.wp.wleiden.net
49CHANNEL=5
50
51
52DIRECTION=omni
53BEAMWIDTH=360
54HEIGTH=10
55
56EW0
57
58
59$config{'wi1'}=sprintf <<EW1; # Link naar AZC
60TYPE=wireless
[3432]61#11=Wandy WP depedance
62#12=Computer dependance
63IP=172.16.2.10/29
[3407]64DESC=Link naar AZC
65SDESC=2azc
66POINT_TO_POINT=172.16.2.9
67
68
69MODE=managed
70ESSID=il-no.azc.wleiden.net
71CHANNEL=11
72
73DIRECTION=-20
74BEAMWIDTH=40
75HEIGTH=12
76
77DHCP=no
[4870]78EW1
Note: See TracBrowser for help on using the repository browser.