source: genesis/nodes/CNodeLivingLab/wleiden.yaml@ 10434

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.14490"
7location : "Demowoning, Pergolesipad 95, 2324 DG, Leiden"
8longitude : "4.46733"
9masterip : "172.20.140.1"
10nodename : "LivingLab"
11nodetype : "CNode"
12rdnap_x : 92036
13rdnap_y : 462256
14release : "9.0-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "Ap voor buurt"
20 interface : "ath0"
21 ip : "172.20.140.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Livinglab"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Roomburgh2"
35 interface : "ue0"
36 ip : "172.16.4.60/29"
37 desc : "link naar Roomburgh2"
38 sdesc : "2Roomburgh2"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "116"
43 ssid : "il-zw.roomburgh2.wleiden.net"
44 dhcp : "no"
45 compass : "sw"
46 ns_ip : "172.16.4.59/29"
47 ns_mac : "00:15:6d:70:51:f5"
48 status : "up"
49
50
51iface_vr0:
52 interface : "vr0"
53 ip : "172.16.2.253/30"
54 desc : "Ethernet naar proxy"
55 sdesc : "2proxy"
56 type : "eth"
57 dhcp : "no"
58 compass : "None"
59 status : "up"
60
61
62iface_vr1:
63 interface : "vr1"
64 ip : "172.16.17.105/29"
65 desc : "link naar AJSoft2"
66 sdesc : "2AJSoft2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "36"
71 ssid : "il-n.livinglab.wleiden.net"
72 dhcp : "no"
73 compass : "n"
74 ns_ip : "172.16.17.106/29"
75 ns_mac : "00:15:6d:70:52:60"
76 status : "up"
77
78
79iface_vr2:
80 interface : "vr2"
81 ip : "172.16.17.113/29"
82 desc : "Ethernet naar Haagwijk"
83 sdesc : "2Haagwijk"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "44"
88 ssid : "il-zo.livinglab.wleiden.net"
89 dhcp : "no"
90 compass : "se"
91 ns_ip : "172.16.17.114"
92 ns_mac : "00:15:6d:70:51:e9"
93 status : "up"
94
95
Note: See TracBrowser for help on using the repository browser.