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

Last change on this file since 12817 was 12817, checked in by wouter, 12 years ago

Link tussen Leeuwenhorst 1 en 2 via switch i.p.v. via wifi

File size: 3.0 KB
Line 
1
2
3
4
5
6# Genesis config yaml style
7# vim:ts=2:et:sw=2:ai
8#
9board : "ALIX2"
10comment : "None"
11latitude : "52.25110"
12location : "Leeuwenhorst, Langelaan 3, 2211 XT, Noordwijkerhout"
13longitude : "4.47198"
14masterip : "172.16.9.122"
15monitoring_group: "noordwijkerhout"
16nodename : "Leeuwenhorst2"
17nodetype : "Hybrid"
18portal_sponsor: "Kop en Schotels"
19portal_url: "http://www.kopenschotels.com/nl/home.html"
20rdnap_x : 92503
21rdnap_y : 474067
22release : "9.0-RELEASE"
23service_accesspoint: False
24service_concentrator: False
25service_incoming_rdr: False
26service_proxy_ileiden: False
27service_proxy_normal: False
28status : "up"
29
30iface_ath0:
31 comment : "wifi-link naar Leeuwenhorst1"
32 ip : "172.16.9.122/29"
33 sdesc : "sta"
34 mode : "sta"
35 type : "11g"
36 channel : 1
37 ssid : "ap-KopEnSchotels-binnen"
38 dhcp : False
39 status : "down"
40
41iface_ue0:
42 comment : "Link naar noordwest kabel 8 ; webcam 172.16.9.237"
43 ip : "172.16.9.233/29"
44 sdesc : "2nw"
45 mode : "ap-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "36"
49 ssid : "il-nw.leeuwenhorst2.wleiden.net"
50 dhcp : False
51 compass : "nw"
52 ns_ip : "172.16.9.234/29"
53 ns_mac : "24:a4:3c:0a:54:cb"
54 bridge_type: "Nanosatation M5"
55 status : "up"
56
57
58iface_vr0:
59 comment : "Link naar zuid Voorhout kabel 2"
60 ip : "172.16.6.137/29"
61 sdesc : "2zuid"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "140"
66 ssid : "il-z.leeuwenhorst.wleiden.net"
67 dhcp : False
68 compass : "160"
69 ns_ip : "172.16.6.138/29"
70 ns_mac : "dc:9f:db:2e:b7:a8"
71 bridge_type: "NanoBridge M5"
72 status : "up"
73
74iface_vr1:
75 comment : "Link naar Duinoord kabel 3 nu richting 335! via switch"
76 ip : "172.16.6.185/29"
77 sdesc : "il335"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "52"
82 ssid : "il-335.leeuwenhorst.wleiden.net"
83 dhcp : False
84 compass : "335"
85 ns_ip : "172.16.6.186/29"
86 ns_mac : "dc:9f:db:2a:28:9a"
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90iface_vr1_alias0:
91 comment : "Link naar Leeuwenhorst1 via switch"
92 ip : "172.16.4.42/30"
93 sdesc : "2leeuwenhorst1"
94 type : "eth"
95 dhcp : False
96 status : "up"
97
98iface_vr2:
99 comment : "Link naar Wulp kabel 7"
100 ip : "172.16.7.49/29"
101 sdesc : "2nw"
102 mode : "ap-wds"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 channel : "108"
106 ssid : "il-n.leeuwenhorst.wleiden.net"
107 dhcp : False
108 compass : "10"
109 ns_ip : "172.16.7.50/29"
110 ns_mac : "dc:9f:db:2a:27:dd"
111 bridge_type: "Nanostation M5"
112 status : "up"
113
114iface_vr2_alias0:
115 comment : "Link naar noord (TulpEnZee)"
116 ip : "172.16.7.33/29"
117 sdesc : "2noord"
118 mode : "ap-wds"
119 type : "eth"
120 extra_type : "eth2wifibridge"
121 dhcp : False
122 status : "up"
123
Note: See TracBrowser for help on using the repository browser.