source: genesis/nodes/CNodeGeluidsnet2/wleiden.yaml@ 10729

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

Verbeter alle compass waardes, door het uit te rekenen met coordinaten.

Fixes: nodefactory#100

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16200"
8location : "Oude Belastingkantoor, Stationsplein 107, XXXX XX, Leiden"
9longitude : "4.48003"
10masterip : "172.17.5.1"
11nodename : "Geluidsnet2"
12nodetype : "CNode"
13rdnap_x : 92929
14rdnap_y : 464148
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.17.5.1/26"
23 desc : "AP"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "10"
28 ssid : "ap-WirelessLeiden-Geluidsnet2"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Rund"
36 interface : "ue0"
37 ip : "172.16.4.209/29"
38 desc : "Link naar Rund"
39 sdesc : "2rund"
40 mode : "station-wds"
41 type : "eth"
42 channel : "64"
43 ssid : "il-o.geluidsnet2.wleiden.net"
44 dhcp : False
45 compass : "o"
46 ns_ip : "172.16.4.210/29"
47 ns_mac : "00:15:6d:70:4d:a3"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Link naar Geluidsnet1"
53 interface : "vr0"
54 ip : "172.16.4.186/30"
55 desc : "Link naar Geluidsnet1"
56 sdesc : "2geluidsnet1"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 dhcp : False
60 compass : "None"
61 status : "up"
62
63
64iface_vr1:
65 comment : "Link naar Webster"
66 interface : "vr1"
67 ip : "172.16.4.193/29"
68 desc : "Link naar Webster"
69 sdesc : "2webster"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "132"
74 ssid : "il-z.geluidsnet2.wleiden.net"
75 dhcp : False
76 compass : "zo"
77 ns_ip : "172.16.4.194/29"
78 ns_mac : "00:15:6d:70:4d:6a"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Link naar vosko3"
84 interface : "vr2"
85 ip : "172.16.4.204/29"
86 desc : "Link naar vosko3"
87 sdesc : "2vosko3"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "100"
92 ssid : "il-wnw.vosko3.wleiden.net"
93 dhcp : False
94 compass : "zo"
95 ns_ip : "172.16.4.203/29"
96 ns_mac : "00:15:6d:ec:82:96"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.