source: genesis/nodes/CNodeAMrecpark2/wleiden.conf@ 8676

Last change on this file since 8676 was 8596, checked in by richardvm, 14 years ago

Hoop changes

File size: 761 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeAMrecpark
5$location="Recreatiepark, , Aalsmeer";
6$master_ip='172.17.0.129';
7$nodetype='CNode';
8$nodename='AMrecpark2';
9$release="8.1-RELEASE";
10$status='up';
11$X='109880';
12$Y='474684';
13
14# vr0 to nanostation, north east
15
16$config{'vr1'}=sprintf <<EOT;
17COMMENT=ethernet
18TYPE=ethernet
19STATUS=up
20IP=172.16.16.44/29
21DESC=Ethernet naar watertoren2
22SDESC=2watertoren2
23DHCP=no
24EOT
25
26$config{'vr2'}=sprintf <<EOT;
27COMMENT=ethernet
28TYPE=ethernet
29STATUS=up
30IP=172.16.16.97/29
31DESC=Ethernet naar recpark1
32SDESC=2recpark1
33DHCP=no
34EOT
35
36$config{'ath0'}=sprintf <<EW0;
37COMMENT=OMNI
38TYPE=wireless
39IP=$master_ip/26
40DESC=AP voor de buurt
41SDESC=ap-omni
42DHCP=20-50
43MODE=master
44ESSID=ap-Westereinder-recpark2
45CHANNEL=8
46EW0
47
Note: See TracBrowser for help on using the repository browser.