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

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

Do not edit headers on the config files in indead a whee bit confusing.

Reported-By: huub

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