source: genesis/nodes/Leeuwenhorst2/wleiden.yaml@ 13942

Last change on this file since 13942 was 13942, checked in by rvanswol, 7 years ago

Link naar bestruurcentrum hersteld

File size: 3.1 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.10.225"
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 : "up"
24
25
26iface_ath0:
27 comment : "AP voor beheer, binnen 2.4 GHz"
28 ip : "172.16.10.225/29"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "WiFi-binnen-b"
34 wlan_mac : "a8:54:b2:72:c7:cb"
35 dhcp : "226-230"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar noordwest kabel 8 ; webcam 172.16.9.237"
41 ip : "172.16.9.233/29"
42 sdesc : "2nw"
43 mode : "ap-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "36"
47 ssid : "il-nw.leeuwenhorst2.wleiden.net"
48 dhcp : False
49 compass : "nw"
50 ns_ip : "172.16.9.234/29"
51 ns_mac : "24:a4:3c:0a:54:cb"
52 bridge_type: "Nanosatation M5"
53 status : "up"
54
55
56iface_vr0:
57 comment : "Link naar TeyBestuurscentrum kabel 2"
58 ip : "172.16.6.137/29"
59 sdesc : "2zuid"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "140"
64 ssid : "il-z.leeuwenhorst.wleiden.net"
65 dhcp : False
66 compass : "z"
67 ns_ip : "172.16.6.138/29"
68 ns_mac : "dc:9f:db:2e:b7:a8"
69 bridge_type: "NanoBridge M5"
70 status : "down"
71
72
73iface_vr1:
74 comment : "Link naar Duinoord kabel 3 (richting Wouter en Roy via switch, met bridge naar kabel5)"
75 ip : "172.16.6.185/29"
76 sdesc : "il335"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "52"
81 ssid : "il-335.leeuwenhorst.wleiden.net"
82 dhcp : False
83 compass : "335"
84 ns_ip : "172.16.6.186/29"
85 ns_mac : "dc:9f:db:2a:28:9a"
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89
90iface_vr1_alias0:
91 comment : "Verbinding naar Leeuwenhorst1 via switch"
92 ip : "172.16.4.190/30"
93 sdesc : "2leeuwh1"
94 type : "eth"
95 dhcp : False
96 status : "up"
97
98
99iface_vr2:
100 comment : "Link naar Wulp kabel 7"
101 ip : "172.16.7.49/29"
102 sdesc : "2nw"
103 mode : "ap-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "108"
107 ssid : "il-n.leeuwenhorst.wleiden.net"
108 dhcp : False
109 compass : "n"
110 ns_ip : "172.16.7.50/29"
111 ns_mac : "dc:9f:db:2a:27:dd"
112 bridge_type: "Nanostation M5"
113 status : "up"
114
115
116iface_vr2_alias0:
117 comment : "Link naar noord (TulpEnZee)"
118 ip : "172.16.7.33/29"
119 sdesc : "2noord"
120 mode : "ap-wds"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 dhcp : False
124 bridge_type: "NanoStation M5"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.