source: genesis/nodes/HybridJuffermans/wleiden.yaml@ 11519

Last change on this file since 11519 was 11519, checked in by rick, 12 years ago

Schoommaak ondersteuning.

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "17"
7latitude : "52.18838"
8location : "Jachtwerf Juffermans, Veerpolder 69, 2361 KZ, Warmond"
9longitude : "4.50260"
10masterip : "172.17.53.1"
11monitoring_group: "wleiden"
12nodename : "Juffermans"
13nodetype : "Hybrid"
14portal_sponsor: "Jachtwerf Juffermans"
15portal_url: "http://www.jachthavenjuffermans.nl/"
16rdnap_x : "094509"
17rdnap_y : 467063
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "down"
24
25
26iface_ath0:
27 comment : "Ap3"
28 ip : "172.17.55.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11b"
32 channel : "6"
33 ssid : "ap3-WirelessLeiden-Juffermans"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Apo "
40 ip : "172.17.53.1/24"
41 sdesc : "aps"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "3"
46 ssid : "apo-WirelessLeiden-Juffermans"
47 dhcp : "10-250"
48 compass : "o"
49 ns_ip : "172.17.53.2/24"
50 ns_mac : "00:27:22:E2:50:B5"
51 status : "up"
52
53
54iface_ue1:
55 comment : "Apw "
56 ip : "172.17.54.1/24"
57 sdesc : "aps"
58 mode : "ap"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "3"
62 ssid : "apw-WirelessLeiden-Juffermans"
63 dhcp : "10-250"
64 compass : "w"
65 ns_ip : "172.17.54.2/24"
66 ns_mac : "00:27:22:E2:53:27"
67 status : "up"
68
69
70iface_vr0:
71 comment : "Interlink noordoost via switch"
72 ip : "172.16.3.97/29"
73 sdesc : "2kaag2"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "140"
78 ssid : "il-no.juffermans.wleiden.net"
79 dhcp : False
80 compass : "no"
81 ns_ip : "172.16.3.98/29"
82 ns_mac : "00:27:22:10:FD:8E"
83 bridge_type: "NanoStation M5"
84 status : "up"
85
86
87iface_vr0_alias0:
88 comment : "Ethernet naar interlink oost via switch"
89 ip : "172.16.3.121/29"
90 sdesc : "2boterhuis"
91 mode : "ap-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "36"
95 ssid : "il-o.juffermans.wleiden.net"
96 dhcp : False
97 compass : "o"
98 ns_ip : "172.16.3.122/29"
99 ns_mac : "00:27:22:8A:3D:2C"
100 bridge_type: "NanoStation M5"
101 status : "up"
102
103
104iface_vr1:
105 comment : "Link Lijtweg2"
106 ip : "172.16.3.148/29"
107 sdesc : "2lijtweg2"
108 mode : "station-wds"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 channel : "161"
112 ssid : "il-ono.lijtweg2.wleiden.net"
113 dhcp : False
114 compass : "wzw"
115 ns_ip : "172.16.3.147/29"
116 ns_mac : "00:27:22:8A:3B:C4"
117 status : "up"
118
119
120iface_vr2:
121 comment : "Link naar SOM1"
122 ip : "172.16.3.164/29"
123 sdesc : "2som1"
124 mode : "station-wds"
125 type : "eth"
126 extra_type : "eth2wifibridge"
127 channel : "132"
128 ssid : "il-n.som1.wleiden.net"
129 dhcp : False
130 compass : "z"
131 ns_ip : "172.16.3.163/29"
132 ns_mac : "00:27:22:8A:3B:B6"
133 bridge_type: "NanoStation M5"
134 status : "up"
135
136
Note: See TracBrowser for help on using the repository browser.