source: genesis/nodes/HybridRijnVliet/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15001"
7location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
8longitude : "4.47320"
9masterip : "172.20.128.1"
10nodename : "RijnVliet"
11nodetype : "Hybrid"
12rdnap_x : 92445
13rdnap_y : 462819
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: True
19status : "up"
20
21
22iface_ath0:
23 comment : "AP voor de buurt"
24 ip : "172.20.128.1/24"
25 sdesc : "ap"
26 mode : "ap"
27 type : "11b"
28 channel : "7"
29 ssid : "ap-WirelessLeiden-Rijnvliet"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ap2"
36 ip : "172.17.4.1/24"
37 sdesc : "ap2"
38 mode : "ap"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "3"
42 ssid : "ap2-WirelessLeiden-Rijnvliet"
43 dhcp : "10-250"
44 compass : "zw"
45 ns_ip : "172.17.4.2"
46 ns_mac : "00:15:6d:e9:f9:b0"
47 bridge_type: "Bullet2"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Ethernet naar internet gateway 83.160.182.1/24"
53 ip : "0.0.0.0/30"
54 sdesc : "2internet"
55 type : "eth"
56 dhcp : "client"
57 status : "up"
58
59
60iface_vr1:
61 comment : "Link naar IMI"
62 ip : "172.16.5.241/29"
63 sdesc : "2imi"
64 mode : "ap-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "60"
68 ssid : "il-no.rv.wleiden.net"
69 dhcp : False
70 compass : "no"
71 ns_ip : "172.16.5.242/29"
72 ns_mac : "00:15:6d:ed:82:7c"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Link naar AJSoft2"
79 ip : "172.16.6.20/29"
80 sdesc : "2ajsoft"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "52"
85 ssid : "il-o.ajsoft2.wleiden.net"
86 dhcp : False
87 compass : "zw"
88 ns_ip : "172.16.6.19/29"
89 ns_mac : "00:15:6d:ec:82:40"
90 bridge_type: "NanoStation5"
91 status : "up"
92
93
Note: See TracBrowser for help on using the repository browser.