source: genesis/nodes/HybridIMI/wleiden.yaml@ 11305

Last change on this file since 11305 was 11258, checked in by huub, 12 years ago

thomas en imi naar hybrid

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15454"
7location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
8longitude : "4.48724"
9masterip : "172.17.24.1"
10nodename : "IMI"
11nodetype : "Hybrid"
12rdnap_x : 93412
13rdnap_y : 463311
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "AP voor de buurt"
24 ip : "172.17.24.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "8"
29 ssid : "ap-WirelessLeiden-Imi"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Thomas"
36 ip : "172.16.16.52/29"
37 sdesc : "2thomas"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "7"
42 ssid : "il-zw.thomas.wleiden.net"
43 dhcp : False
44 compass : "no"
45 ns_ip : "172.16.16.51/29"
46 ns_mac : "00:15:6D:70:54:A5"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Link naar RijnVliet"
53 ip : "172.16.5.244/29"
54 sdesc : "2rijnvliet"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "60"
59 ssid : "il-no.rv.wleiden.net"
60 dhcp : False
61 compass : "zw"
62 ns_ip : "172.16.5.243/29"
63 ns_mac : "00:15:6d:ec:81:ee"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr1:
69 comment : "Link naar CeTIM2"
70 ip : "172.16.16.252/29"
71 sdesc : "2cetim2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "116"
76 ssid : "il-zw.cetim2.wleiden.net"
77 dhcp : False
78 compass : "no"
79 ns_ip : "172.16.16.251/29"
80 ns_mac : "00:15:6d:f2:39:37"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
85iface_vr2:
86 comment : "extra ap"
87 ip : "172.17.42.1/24"
88 sdesc : "ap2"
89 mode : "ap-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "4"
93 ssid : "ap2-WirelessLeiden-imi"
94 dhcp : "10-250"
95 compass : "w"
96 ns_ip : "172.17.42.2/24"
97 ns_mac : "00:15:6d:e8:f9:de"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.