source: genesis/nodes/HybridVosko1/wleiden.yaml@ 12692

Last change on this file since 12692 was 12478, checked in by rick, 11 years ago

Missende bridge_type entries toegevoegd

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.174.1"
10monitoring_group: "wleiden"
11nodename : "Vosko1"
12nodetype : "Hybrid"
13rdnap_x : 93459
14rdnap_y : 463657
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 west"
26 ip : "172.17.174.1/24"
27 sdesc : "ap-w"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "ap-WirelessLeiden-Vosko1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Lokaal ethernet"
38 ip : "172.17.175.71/28"
39 sdesc : "ethernet"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44
45iface_vr1:
46 comment : "A-link naar Grip"
47 ip : "172.16.16.57/29"
48 sdesc : "2grip"
49 mode : "ap-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "64"
53 ssid : "il-zw.vosko1.wleiden.net"
54 dhcp : False
55 compass : "z"
56 ns_ip : "172.16.16.58/29"
57 ns_mac : "00:15:6d:ec:83:7d"
58 bridge_type: "NanoStation5"
59 status : "up"
60
61
62iface_vr1_alias0:
63 comment : "A-link naar Thomas"
64 ip : "172.16.16.41/29"
65 sdesc : "2thomas"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 dhcp : False
69 bridge_type: "NanoStation M5"
70 status : "up"
71
72
73iface_vr2:
74 comment : "Ethernet/PoE naar AP in kerk"
75 ip : "172.17.26.1/24"
76 sdesc : "2kerk"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "1"
81 ssid : "ap-WirelessLeiden-Pieterskerk"
82 dhcp : "10-250"
83 ns_ip : "172.17.26.2/24"
84 ns_mac : "00:27:22:e2:52:50"
85 bridge_type: "NanoStation M2"
86 status : "up"
87
88
89iface_vr2_alias0:
90 comment : "B-link naar Vosko4"
91 ip : "172.17.0.17/30"
92 sdesc : "2vosko4"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 dhcp : False
96 bridge_type: "NanoStation M5"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.