source: genesis/nodes/HybridKaag2/wleiden.yaml@ 12724

Last change on this file since 12724 was 12724, checked in by wouter, 11 years ago
  • Antenne il-zw vervangen door NanoBridge M5.
  • Antenne il-n verwijderd, interface ue1 verwijderd.
  • Antenne ap gedraaid, is nu zw. AP-functie in nw-richting overgenomen door NanoStation M2.
  • AP-namen aangepast naar ...SPKaag2-nw en ...SPKaag2-zw.
  • Kanalen il-z en il-o aangepast.
File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.21786"
7location : "Jachtwerf Feadship (Van Lent), Julianalaan 3, 2159 LA, Kaag (Eiland)"
8longitude : "4.55925"
9masterip : "172.27.8.1"
10monitoring_group: "wleiden"
11nodename : "Kaag2"
12nodetype : "Hybrid"
13rdnap_x : 98420
14rdnap_y : 470298
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 richting Dieperpoel via kaartje op gaasantennes"
26 ip : "172.27.8.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-SPKaag2-zw"
32 dhcp : "10-250"
33 compass : "zw"
34 status : "up"
35
36
37iface_ue0:
38 comment : "AP richting brug A44 op NanoStation M2"
39 ip : "172.17.81.1/24"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "11"
44 ssid : "ap-WirelessLeiden-SPKaag2-nw"
45 dhcp : "10-250"
46 compass : "nw"
47 ns_ip : "172.17.81.2/24"
48 ns_mac : "00:27:22:e2:52:39"
49 bridge_type: "NanoStation M2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Link naar Watertoren2"
55 ip : "172.16.9.172/29"
56 sdesc : "2watertoren2"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "64"
61 ssid : "il-zw.watertoren2.wleiden.net"
62 dhcp : False
63 compass : "o"
64 ns_ip : "172.16.9.171/29"
65 ns_mac : "dc:9f:db:2e:b9:df"
66 bridge_type: "NanoBridge M5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Link naar Kaag1"
72 ip : "172.16.17.65/29"
73 sdesc : "2kaag1"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "112"
78 ssid : "il-z.kaag2.wleiden.net"
79 dhcp : False
80 compass : "z"
81 ns_ip : "172.16.17.66/29"
82 ns_mac : "00:15:6d:70:51:ea"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr1_alias0:
88 comment : "Link naar StBavo1"
89 ip : "172.16.7.252/29"
90 sdesc : "2kaag2"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
97iface_vr2:
98 comment : "Link naar UniGorN"
99 ip : "172.16.17.76/29"
100 sdesc : "2unigorn"
101 mode : "station-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "52"
105 ssid : "il-no.unigorn.wleiden.net"
106 dhcp : False
107 compass : "zw"
108 ns_ip : "172.16.17.75/29"
109 ns_mac : "dc:9f:db:f2:11:37"
110 bridge_type: "NanoBridge M5"
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.