source: genesis/nodes/HybridLivingLab/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 : False
7latitude : "52.14490"
8location : "Pergolesipad 95, 2324 DG, Leiden"
9longitude : "4.46733"
10masterip : "172.20.140.1"
11nodename : "LivingLab"
12nodetype : "Hybrid"
13rdnap_x : 92036
14rdnap_y : 462256
15release : "9.0-RELEASE"
16remote_access: "82.215.32.97/23:22"
17service_accesspoint: True
18service_proxy_ileiden: True
19service_proxy_normal: True
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap voor buurt"
25 interface : "ath0"
26 ip : "172.20.140.1/24"
27 desc : "AP voor de buurt"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11b"
31 channel : "4"
32 ssid : "ap-WirelessLeiden-Livinglab"
33 dhcp : "10-250"
34 compass : "None"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Roomburgh2"
40 interface : "ue0"
41 ip : "172.16.4.60/29"
42 desc : "link naar Roomburgh2"
43 sdesc : "2Roomburgh2"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "116"
48 ssid : "il-zw.roomburgh2.wleiden.net"
49 dhcp : False
50 compass : "o"
51 ns_ip : "172.16.4.59/29"
52 ns_mac : "00:15:6d:70:51:f5"
53 status : "up"
54
55
56iface_vr0:
57 interface : "vr0"
58 ip : "0.0.0.0/30"
59 desc : "External Link"
60 sdesc : "2external"
61 type : "eth"
62 dhcp : False
63 compass : "None"
64 dhcpclient : True
65 status : "up"
66
67
68iface_vr1:
69 interface : "vr1"
70 ip : "172.16.17.105/29"
71 desc : "link naar AJSoft2"
72 sdesc : "2AJSoft2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "36"
77 ssid : "il-n.livinglab.wleiden.net"
78 dhcp : False
79 compass : "n"
80 ns_ip : "172.16.17.106/29"
81 ns_mac : "00:15:6d:70:52:60"
82 status : "up"
83
84
85iface_vr2:
86 interface : "vr2"
87 ip : "172.16.17.113/29"
88 desc : "Ethernet naar Haagwijk"
89 sdesc : "2Haagwijk"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "44"
94 ssid : "il-zo.livinglab.wleiden.net"
95 dhcp : False
96 compass : "zo"
97 ns_ip : "172.16.17.114"
98 ns_mac : "00:15:6d:70:51:e9"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.