source: genesis/nodes/HybridLeythenrode1/wleiden.yaml@ 11322

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

All cosmetic fixes.

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.15582"
7location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351 CP, Leiderdorp"
8longitude : "4.53564"
9masterip : "172.17.1.1"
10nodename : "Leythenrode1"
11nodetype : "Hybrid"
12rdnap_x : 96726
13rdnap_y : 463414
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.1.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "9"
29 ssid : "ap-WirelessLeiden-Leythenrode1"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet naar interlink west"
36 ip : "172.16.17.188/29"
37 sdesc : "2som2"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "36"
42 ssid : "il-zo.som2.wleiden.net"
43 dhcp : False
44 compass : "nw"
45 ns_ip : "172.16.17.187/29"
46 ns_mac : "00:15:6d:eb:f1:33"
47 bridge_type: "NanoStation5"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Local 28-subnet to Leythenrode2 and clients (ap bridges), ip address 172.17.0.3 - 172.17.0.8/28"
53 ip : "172.17.0.1/28"
54 sdesc : "Leythenrode_subnet"
55 type : "eth"
56 dhcp : False
57 status : "up"
58
59
60iface_vr1:
61 comment : "Ethernet naar interlink noordoost (graficall)"
62 ip : "172.16.5.145/29"
63 sdesc : "2Graficall"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "52"
68 ssid : "il-no.leythenrode.wleiden.net"
69 dhcp : False
70 compass : "o"
71 ns_ip : "172.16.5.146/29"
72 ns_mac : "00:15:6d:bd:8a:06"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "A-link to DeClercq via Nanostation5"
79 ip : "172.16.5.169/29"
80 sdesc : "2DeClercq"
81 mode : "ap-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "44"
85 ssid : "il-zw.leythenrode.wleiden.net"
86 dhcp : False
87 compass : "zw"
88 ns_ip : "172.16.5.170/29"
89 ns_mac : "00:15:6d:bd:8a:02"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.