source: genesis/nodes/HybridRijnVliet/wleiden.yaml@ 11296

Last change on this file since 11296 was 11284, checked in by huub, 13 years ago

config voor HybridRijnVliet

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
21iface_ath0:
22 comment : "AP voor de buurt"
23 ip : "172.20.128.1/24"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "7"
28 ssid : "ap-WirelessLeiden-Rijnvliet"
29 dhcp : "10-250"
30 status : "up"
31
32
33iface_ue0:
34 comment : "ap2"
35 ip : "172.17.4.1/24"
36 sdesc : "ap2"
37 mode : "ap"
38 type : "eth"
39 extra_type : "eth2wifibridge"
40 channel : "3"
41 ssid : "ap2-WirelessLeiden-Rijnvliet"
42 dhcp : "10-250"
43 compass : "zw"
44 ns_ip : "172.17.4.2"
45 ns_mac : "00:15:6d:e9:f9:b0"
46 bridge_type: "Bullet2"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Ethernet naar internet gateway 83.160.182.1/24"
52 ip : "0.0.0.0/30"
53 sdesc : "2internet"
54 type : "eth"
55 dhcp : "client"
56 status : "up"
57
58
59iface_vr1:
60 comment : "Link naar IMI"
61 ip : "172.16.5.241/29"
62 sdesc : "2imi"
63 mode : "ap-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "60"
67 ssid : "il-no.rv.wleiden.net"
68 dhcp : False
69 compass : "no"
70 ns_ip : "172.16.5.242/29"
71 ns_mac : "00:15:6d:ed:82:7c"
72 bridge_type: "NanoStation5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Link naar AJSoft2"
78 ip : "172.16.6.20/29"
79 sdesc : "2ajsoft"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "52"
84 ssid : "il-o.ajsoft2.wleiden.net"
85 dhcp : False
86 compass : "zw"
87 ns_ip : "172.16.6.19/29"
88 ns_mac : "00:15:6d:ec:82:40"
89 bridge_type: "NanoStation5"
90 status : "up"
91
92
Note: See TracBrowser for help on using the repository browser.