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

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

webcam ip in config ue0 van Leeuwenhorst2

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.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: False
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
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 : "Link naar noordwest kabel 8 ; webcam 172.16.9.237"
38 ip : "172.16.9.233/29"
39 sdesc : "2nw"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-nw.leeuwenhorst2.wleiden.net"
45 dhcp : False
46 compass : "nw"
47 ns_ip : "172.16.9.234/29"
48 ns_mac : "24:a4:3c:0a:54:cb"
49 bridge_type: "Nanosatation M5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Link naar zuid Voorhout kabel 2"
55 ip : "172.16.6.137/29"
56 sdesc : "2zuid"
57 mode : "ap-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "140"
61 ssid : "il-z.leeuwenhorst.wleiden.net"
62 dhcp : False
63 compass : "160"
64 ns_ip : "172.16.6.138/29"
65 ns_mac : "dc:9f:db:2e:b7:a8"
66 bridge_type: "NanoBridge M5"
67 status : "up"
68
69iface_vr1:
70 comment : "Link naar Duinoord kabel 3 nu richting 335! via switch"
71 ip : "172.16.6.185/29"
72 sdesc : "il335"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "52"
77 ssid : "il-335.leeuwenhorst.wleiden.net"
78 dhcp : False
79 compass : "335"
80 ns_ip : "172.16.6.186/29"
81 ns_mac : "dc:9f:db:2a:28:9a"
82 bridge_type: "NanoStation M5"
83 status : "up"
84
85iface_vr2:
86 comment : "Link naar Wulp kabel 7"
87 ip : "172.16.7.49/29"
88 sdesc : "2nw"
89 mode : "ap-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "108"
93 ssid : "il-n.leeuwenhorst.wleiden.net"
94 dhcp : False
95 compass : "10"
96 ns_ip : "172.16.7.50/29"
97 ns_mac : "dc:9f:db:2a:27:dd"
98 bridge_type: "Nanostation M5"
99 status : "up"
100
101iface_vr2_alias0:
102 comment : "Link naar noord (TulpEnZee)"
103 ip : "172.16.7.33/29"
104 sdesc : "2noord"
105 mode : "ap-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 dhcp : False
109 status : "up"
110
111iface_vr2_alias1:
112 comment : "Tijdelijke Link naar noordwest (GoudenSpar)"
113 ip : "172.16.9.129/29"
114 sdesc : "2nw2"
115 mode : "ap-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 dhcp : False
119 bridge_type: "Nanostation M5"
120 status : "up"
Note: See TracBrowser for help on using the repository browser.