source: genesis/nodes/CNodePlantsoen2/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.15395"
7location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
8longitude : "4.49646"
9masterip : "172.17.169.1"
10nodename : "Plantsoen2"
11nodetype : "CNode"
12rdnap_x : 94042
13rdnap_y : 463238
14release : "9.0-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "AP voor buurt"
20 interface : "ath0"
21 ip : "172.17.169.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "7"
27 ssid : "ap-omni.plantsoen2.wleiden.net"
28 dhcp : "10-60"
29 compass : "omni"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar ROC1"
35 interface : "ue0"
36 ip : "172.16.5.12/29"
37 desc : "Link naar ROC1"
38 sdesc : "2roc1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "132"
43 ssid : "il-n.roc1.wleiden.net"
44 dhcp : "no"
45 compass : "s"
46 ns_ip : "172.16.5.11/29"
47 ns_mac : "00:27:22:10:FD:A1"
48 status : "down"
49
50
51iface_vr0:
52 comment : "Lokaal ethernet"
53 interface : "vr0"
54 ip : "172.17.169.65/28"
55 desc : "Ethernet naar woning Plantsoen"
56 sdesc : "2plantsoen"
57 type : "eth"
58 dhcp : "no"
59 compass : "None"
60 media : "100baset/utp"
61 status : "up"
62
63
64iface_vr1:
65 comment : "a-link to Stadhuis via Nanostation5"
66 interface : "vr1"
67 ip : "172.16.5.116/29"
68 desc : "Ethernet to interlink north-north-west (Stadhuis)"
69 sdesc : "2Stadhuis"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "44"
74 ssid : "il-zo.stadhuis.wleiden.net"
75 dhcp : "no"
76 compass : "se"
77 distance : "0.5 km"
78 ns_ip : "172.16.5.115/29"
79 ns_mac : "00:15:6d:bd:67:e8"
80 status : "up"
81
82
83iface_vr2:
84 comment : "a-link to Vosko3 via Nanostation2"
85 interface : "vr2"
86 ip : "172.16.5.92/29"
87 desc : "ethernet"
88 sdesc : "2vosko3"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "116"
93 ssid : "il-zo.vosko3.wleiden.net"
94 dhcp : "no"
95 compass : "nw"
96 distance : "0.7 km"
97 ns_ip : "172.16.5.91/29"
98 ns_mac : "00:15:6d:bd:67:ff"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.