source: genesis/nodes/HybridWBRotary/wleiden.yaml@ 13355

Last change on this file since 13355 was 13353, checked in by huub, 9 years ago

hardware modificaties bij Henk en WBRotary in de yamls verwerkt

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.16707"
8location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
9longitude : "4.63817"
10masterip : "172.25.52.1"
11monitoring_group: "wleiden"
12nodename : "WBRotary"
13nodetype : "Hybrid"
14rdnap_x : 103755
15rdnap_y : 464588
16release : "9.0-RELEASE"
17remote_access: ""
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Ap voor de buurt"
28 ip : "172.25.52.1/24"
29 sdesc : "apnz"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "WiFi-Woubrugge"
34 wlan_mac : "00:1b:b1:05:01:1a"
35 dhcp : "10-250"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar Zoeterwoude Rijndijk"
41 ip : "172.16.18.25/29"
42 sdesc : "2ztw"
43 mode : "ap-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "140"
47 ssid : "il-wzw.wbrotary.wleiden.net"
48 dhcp : False
49 compass : "zw"
50 ns_ip : "172.16.18.26/29"
51 ns_mac : "00:15:6d:8e:dc:be"
52 bridge_type: "Bullet M5"
53 status : "up"
54
55
56iface_vr0:
57 comment : "Ap voor de buurt"
58 ip : "172.25.56.1/24"
59 sdesc : "apwo"
60 mode : "ap"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "11"
64 ssid : "WiFi-Woubrugge"
65 dhcp : "10-250"
66 ns_ip : "172.25.56.2/24"
67 ns_mac : "00:27:22:ec:bf:9c"
68 ns_type : "BulletM2"
69 bridge_type: "BulletM2"
70 status : "up"
71
72
73iface_vr0_extra0:
74 comment : "repeater Disgenoten-2"
75 ip : "172.25.56.4/24"
76 mode : "repeater"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 ns_mac : "dc:9f:db:36:1d:ef"
80 bridge_type: "NanoStation2"
81 status : "up"
82
83iface_vr1:
84 comment : "Link naar Henk via BulletM5"
85 ip : "172.16.6.73/29"
86 sdesc : "2henk"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "108"
91 ssid : "il-n.wbrotary.wleiden.net"
92 dhcp : False
93 compass : "n"
94 ns_ip : "172.16.6.74/29"
95 ns_mac : "00:15:6D:8E:DA:99 "
96 bridge_type: "BulletM5"
97 status : "up"
98
99
100iface_vr2:
101 comment : "Link naar Graficall, Leiderdorp"
102 ip : "172.16.18.44/29"
103 sdesc : "2graficall"
104 mode : "ap-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "36"
108 ssid : "il-o.graficall.wleiden.net"
109 dhcp : False
110 compass : "w"
111 ns_ip : "172.16.18.43/29"
112 ns_mac : "00:27:22:10:34:c6"
113 bridge_type: "Bullet M5"
114 status : "down"
115
Note: See TracBrowser for help on using the repository browser.