source: genesis/nodes/Meelfabriek1/wleiden.yaml@ 13548

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15903"
7location : "Meelfabriek, Oosterkerkstraat , 2211 XT, Leiden"
8longitude : "4.50461"
9masterip : "172.17.131.1"
10monitoring_group: "leiden"
11nodename : "Meelfabriek1"
12nodetype : "Hybrid"
13portal_sponsor: "Meelfabriek"
14portal_url: "http://www.demeelfabriek.nl"
15rdnap_x : 94607
16rdnap_y : 463796
17release : "9.0-RELEASE"
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 en link naar Meelfabriek2"
28 ip : "172.16.9.185/29"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11a"
32 channel : 56
33 ssid : "ap-Meelfabriek1-binnen"
34 wlan_mac : "a8:54:b2:72:c7:e4"
35 dhcp : "187-188"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar zuidoost ztwrijneke kabel 1"
41 ip : "172.16.9.193/29"
42 sdesc : "zo"
43 mode : "ap-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : 52
47 ssid : "il-zo.meelfabriek1.wleiden.net"
48 dhcp : False
49 compass : "zo"
50 ns_ip : "172.16.9.194/29"
51 ns_mac : "dc:9f:db:64:2e:b3"
52 bridge_type: "NanostationM5"
53 status : "up"
54
55
56iface_vr0:
57 comment : "AP en Link naar poortgebouw kabel 2"
58 ip : "172.17.152.1/24"
59 sdesc : "local"
60 mode : "ap-wds-repeater"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : 64
64 ssid : "WiFi Leiden a"
65 dhcp : False
66 compass : "zw"
67 ns_ip : "172.17.152.2"
68 ns_mac : "24:a4:3c:0a:42:1d"
69 bridge_type: "NanostationM5"
70 status : "up"
71
72
73iface_vr1:
74 comment : "Link naar noordwest Boterhuis kabel 3"
75 ip : "172.16.9.209/29"
76 sdesc : "2boterhs"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : 100
81 ssid : "il-nw.meelfabriek1.wleiden.net"
82 dhcp : False
83 compass : "n"
84 ns_ip : "172.16.9.210/29"
85 ns_mac : "24:a4:3c:0a:3a:97"
86 bridge_type: "Nanostation M5"
87 status : "up"
88
89
90iface_vr1_alias0:
91 comment : "Link naar noordwest AkzoNobel2 kabel 3"
92 ip : "172.16.5.1/29"
93 sdesc : "2akzo2"
94 type : "eth"
95 dhcp : False
96 status : "up"
97
98
99iface_vr2:
100 comment : "AP-zuid kabel 4"
101 ip : "172.17.131.1/24"
102 sdesc : "apzuid"
103 mode : "ap-wds-repeater"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : 11
107 ssid : "WiFi Leiden"
108 dhcp : "10-250"
109 compass : "z"
110 ns_ip : "172.17.131.2/24"
111 ns_mac : "dc:9f:db:62:14:5d"
112 bridge_type: "NanostationM2"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.