source: genesis/nodes/HybridPlantsoen/wleiden.yaml@ 11726

Last change on this file since 11726 was 11726, checked in by rick, 12 years ago

Typo

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15395"
7location : "CeTIM office, Plantsoen 97, 2311 KL, Leiden"
8longitude : "4.49646"
9masterip : "172.17.169.1"
10monitoring_group: "wleiden"
11nodename : "Plantsoen"
12nodetype : "Hybrid"
13rdnap_x : 94042
14rdnap_y : 463238
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "AP voor de buurt"
26 ip : "172.17.169.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11b"
30 channel : "7"
31 ssid : "ap-WirelessLeiden-Plantsoen2"
32 dhcp : "10-250"
33 compass : "omni"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar ROC1"
39 ip : "172.16.5.12/29"
40 sdesc : "2roc1"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "132"
45 ssid : "il-n.roc1.wleiden.net"
46 dhcp : False
47 compass : "z"
48 ns_ip : "172.16.5.11/29"
49 ns_mac : "00:27:22:10:FD:A1"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar woning Plantsoen"
56 ip : "172.17.169.65/28"
57 sdesc : "2plantsoen"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Interlink north-north-west (Stadhuis)"
65 ip : "172.16.5.116/29"
66 sdesc : "2Stadhuis"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "44"
71 ssid : "il-zo.stadhuis.wleiden.net"
72 dhcp : False
73 compass : "nw"
74 distance : "0.5 km"
75 ns_ip : "172.16.5.115/29"
76 ns_mac : "00:15:6d:bd:67:e8"
77 bridge_type: "NanoStation5"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Link to Vosko3"
83 ip : "172.16.5.92/29"
84 sdesc : "2vosko3"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "116"
89 ssid : "il-zo.vosko3.wleiden.net"
90 dhcp : False
91 compass : "nw"
92 distance : "0.7 km"
93 ns_ip : "172.16.5.91/29"
94 ns_mac : "00:15:6d:bd:67:ff"
95 bridge_type: "NanoStation5"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.