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

Last change on this file since 13326 was 13228, checked in by huub, 10 years ago

masterip LH2 en subnet wlan0 veranderd ivm conflict met LH1

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