source: genesis/nodes/CNodeVosko3/wleiden.yaml@ 10374

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.176.1"
10nodename : "Vosko3"
11nodetype : "CNode"
12rdnap_x : 93459
13rdnap_y : 463657
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap zuidoost"
20 interface : "ath0"
21 ip : "172.17.176.1/26"
22 desc : "AP zuidoost"
23 sdesc : "ap-zo"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "10"
27 ssid : "ap-WirelessLeiden-Vosko3"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "lokaal ethernet"
35 interface : "ue0"
36 ip : "172.17.175.73/28"
37 desc : "lokaal ethernet"
38 sdesc : "ethernet"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "up"
43
44
45iface_vr0:
46 comment : "a-link to Stadhuis via Nanostation5"
47 interface : "vr0"
48 ip : "172.16.5.65/29"
49 desc : "Ethernet to interlink east (Stadhuis)"
50 sdesc : "2stadhuis"
51 mode : "ap-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "108"
55 ssid : "il-o.vosko3.wleiden.net"
56 dhcp : "no"
57 compass : "e"
58 ns_ip : "172.16.5.66/29"
59 ns_mac : "00:15:6d:bd:67:fe"
60 status : "up"
61
62
63iface_vr1:
64 comment : "a-link to Plantsoen via Nanostation5"
65 interface : "vr1"
66 ip : "172.16.5.89/29"
67 desc : "Ethernet to interlink south-east (Plantsoen)"
68 sdesc : "2Plantsoen"
69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "92"
73 ssid : "il-zo.vosko3.wleiden.net"
74 dhcp : "no"
75 compass : "se"
76 ns_ip : "172.16.5.90/29"
77 ns_mac : "00:15:6d:bd:67:ff"
78 status : "up"
79
80
81iface_vr2:
82 comment : "a-link to DirkLos1 via Nanostation5"
83 interface : "vr2"
84 ip : "172.16.4.73/29"
85 desc : "ethernet"
86 sdesc : "2DirkLos1"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "100"
91 ssid : "il-wnw.vosko3.wleiden.net"
92 dhcp : "no"
93 compass : "wnw"
94 ns_ip : "172.16.4.74/29"
95 ns_mac : "00:15:6d:bd:68:9b"
96 status : "up"
97
98
99iface_vr2_alias0:
100 comment : "a-link to geluidsnet2"
101 interface : "vr2:0"
102 ip : "172.16.4.201/29"
103 desc : "ethernet"
104 sdesc : "2geluidsnet2"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 dhcp : "no"
108 compass : "None"
109 status : "up"
110
111
112iface_vr2_alias1:
113 comment : "a-link to Webster"
114 interface : "vr2:1"
115 ip : "172.16.4.249/29"
116 desc : "ethernet"
117 sdesc : "2webster"
118 type : "eth"
119 extra_type : "eth2wifibridge"
120 dhcp : "no"
121 compass : "None"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.