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

Last change on this file since 13031 was 12772, checked in by wouter, 11 years ago

Sponsornaam en sponsor-URL (www.kaag.nl) toegevoegd.

File size: 2.7 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"
13portal_sponsor: "Stichting Promotie Kaag"
14portal_url: "http://www.kaag.nl/"
15rdnap_x : 98420
16rdnap_y : 470298
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "AP richting Dieperpoel via kaartje op gaasantennes"
28 ip : "172.27.8.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-WirelessLeiden-SPKaag2-zw"
34 dhcp : "10-250"
35 compass : "zw"
36 status : "up"
37
38
39iface_ue0:
40 comment : "AP richting brug A44 op NanoStation M2"
41 ip : "172.17.81.1/24"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "11"
46 ssid : "ap-WirelessLeiden-SPKaag2-nw"
47 dhcp : "10-250"
48 compass : "nw"
49 ns_ip : "172.17.81.2/24"
50 ns_mac : "00:27:22:e2:52:39"
51 bridge_type: "NanoStation M2"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link naar Watertoren2"
57 ip : "172.16.9.172/29"
58 sdesc : "2watertoren2"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "64"
63 ssid : "il-zw.watertoren2.wleiden.net"
64 dhcp : False
65 compass : "o"
66 ns_ip : "172.16.9.171/29"
67 ns_mac : "dc:9f:db:2e:b9:df"
68 bridge_type: "NanoBridge M5"
69 status : "up"
70
71
72iface_vr1:
73 comment : "Link naar Kaag1"
74 ip : "172.16.17.65/29"
75 sdesc : "2kaag1"
76 mode : "ap-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "112"
80 ssid : "il-z.kaag2.wleiden.net"
81 dhcp : False
82 compass : "z"
83 ns_ip : "172.16.17.66/29"
84 ns_mac : "00:15:6d:70:51:ea"
85 bridge_type: "NanoStation5"
86 status : "up"
87
88
89iface_vr1_alias0:
90 comment : "Link naar StBavo1"
91 ip : "172.16.7.252/29"
92 sdesc : "2kaag2"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 bridge_type: "NanoStation5"
96 status : "up"
97
98
99iface_vr2:
100 comment : "Link naar UniGorN"
101 ip : "172.16.17.76/29"
102 sdesc : "2unigorn"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "52"
107 ssid : "il-no.unigorn.wleiden.net"
108 dhcp : False
109 compass : "zw"
110 ns_ip : "172.16.17.75/29"
111 ns_mac : "dc:9f:db:f2:11:37"
112 bridge_type: "NanoBridge M5"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.