source: genesis/nodes/HybridLeeuwenhorst2/wleiden.yaml@ 12688

Last change on this file since 12688 was 12688, checked in by huub, 11 years ago

Leeuwenhorst gesplitst

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.25110"
7location : "Leeuwenhorst, Langelaan 3, 2211 XT, Noordwijkerhout"
8longitude : "4.47198"
9masterip : "172.16.9.122"
10monitoring_group: "noordwijkerhout"
11nodename : "Leeuwenhorst2"
12nodetype : "Hybrid"
13portal_sponsor: "Kop en Schotels"
14portal_url: "http://www.kopenschotels.com/nl/home.html"
15rdnap_x : 92503
16rdnap_y : 474067
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "down"
24
25iface_ath0:
26 comment : "wifi-link naar Leeuwenhorst1"
27 ip : "172.16.9.122/29"
28 sdesc : "sta"
29 mode : "sta"
30 type : "11g"
31 channel : 1
32 ssid : "ap-KopEnSchotels-binnen"
33 dhcp : False
34 status : "up"
35
36iface_ue0:
37 comment : "Accesspoint 1 noordzijde kabel 8 ssid hidden"
38 ip : "172.17.76.1/24"
39 sdesc : "2apnoord"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-Leeuwenhorst-1"
45 dhcp : "10-250"
46 compass : "n"
47 ns_ip : "172.17.76.2/24"
48 ns_mac : "00:27:22:e2:52:6d"
49 bridge_type: "NanoStation M2"
50 status : "up"
51
52iface_vr1:
53 comment : "Link naar noord (TulpEnZee) kabel ?"
54 ip : "172.16.7.33/29"
55 sdesc : "2noord"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "148"
60 ssid : "il-n.leeuwenhorst.wleiden.net"
61 dhcp : False
62 compass : "0"
63 ns_ip : "1172.16.7.34/29"
64 ns_mac : ""
65 bridge_type: "NanoBridge M5"
66 status : "up"
67
68iface_vr0:
69 comment : "Link naar zuid Voorhout kabel 2"
70 ip : "172.16.6.137/29"
71 sdesc : "2zuid"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "140"
76 ssid : "il-z.leeuwenhorst.wleiden.net"
77 dhcp : False
78 compass : "160"
79 ns_ip : "172.16.6.138/29"
80 ns_mac : "dc:9f:db:2e:b7:a8"
81 bridge_type: "NanoBridge M5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link naar Duinoord kabel 3 nu richting 335!"
87 ip : "172.16.6.185/29"
88 sdesc : "2nnw"
89 mode : "ap-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "52"
93 ssid : "il-335.leeuwenhorst.wleiden.net"
94 dhcp : False
95 compass : "335"
96 ns_ip : "172.16.6.186/29"
97 ns_mac : "dc:9f:db:2a:28:9a"
98 bridge_type: "NanoStation M5"
99 status : "down"
100
Note: See TracBrowser for help on using the repository browser.