source: genesis/nodes/CNodePVKerkDuif/wleiden.yaml@ 10891

Last change on this file since 10891 was 10891, checked in by rick, 13 years ago

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.11823"
8location : "PV De Kerkduif, Nieuweweg 9, 2381 NW,Zoeterwoude "
9longitude : "4.50433"
10masterip : "172.17.13.1"
11nodename : "PVKerkDuif"
12nodetype : "CNode"
13rdnap_x : 94532
14rdnap_y : 459257
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Omni voor Binnen"
21 ip : "172.17.13.1/26"
22 sdesc : "2binnen"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Pvkerkduif"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Link naar PVKerkDuif Network"
33 ip : "172.17.13.65/28"
34 sdesc : "2building"
35 type : "eth"
36 dhcp : "66-78"
37 status : "down"
38
39
40iface_vr1:
41 comment : "Link CNodeZwet via NanoStation"
42 ip : "172.16.16.172/29"
43 sdesc : "2zwet"
44 type : "eth"
45 dhcp : False
46 status : "up"
47
48
49iface_vr2:
50 comment : "AccessPoint Sportvelden via NanoStation"
51 ip : "172.17.20.1/24"
52 sdesc : "2sportvelden"
53 mode : "station-wds"
54 type : "eth"
55 channel : "10"
56 dhcp : "11-250"
57 ns_ip : "172.17.20.2/24"
58 ns_mac : "00:27:22:80:5a:b6"
59 ns_ssid : "ap-wirelessleiden-veld11"
60 status : "up"
61
62
Note: See TracBrowser for help on using the repository browser.