Last change
on this file since 14240 was 13844, checked in by rick, 8 years ago |
gformat.py cleanup - cosmetic changes to sync all config files
|
File size:
1.8 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | latitude : "52.214201"
|
---|
7 | location : "Koeienstal, 2e Elsgeesterweg, Voorhout (gemeente Teylingen)"
|
---|
8 | longitude : "4.485635"
|
---|
9 | masterip : "172.17.192.1"
|
---|
10 | monitoring_group: "wleiden"
|
---|
11 | nodename : "TEYKlara"
|
---|
12 | nodetype : "Hybrid"
|
---|
13 | portal_sponsor: ""
|
---|
14 | portal_url: "https://thingspeak.com/channels/31903"
|
---|
15 | rdnap_x : 93385
|
---|
16 | rdnap_y : 469950
|
---|
17 | release : "9.0-RELEASE"
|
---|
18 | service_accesspoint: True
|
---|
19 | service_concentrator: False
|
---|
20 | service_incoming_rdr: False
|
---|
21 | service_proxy_ileiden: False
|
---|
22 | service_proxy_normal: False
|
---|
23 | status : "up"
|
---|
24 |
|
---|
25 |
|
---|
26 | iface_ath0:
|
---|
27 | comment : "AP 00:80:48:67:e7:ae"
|
---|
28 | ip : "172.17.192.1/24"
|
---|
29 | sdesc : "apbg"
|
---|
30 | mode : "ap"
|
---|
31 | type : "11g"
|
---|
32 | channel : 1
|
---|
33 | ssid : "WiFi Teylingen"
|
---|
34 | dhcp : "10-250"
|
---|
35 | status : "up"
|
---|
36 |
|
---|
37 |
|
---|
38 | iface_ath0_extra0:
|
---|
39 | comment : "Foscam webcam"
|
---|
40 | ip : "172.17.192.2/24"
|
---|
41 | mode : ""
|
---|
42 | type : "eth"
|
---|
43 | status : "up"
|
---|
44 |
|
---|
45 |
|
---|
46 | iface_ath0_extra1:
|
---|
47 | comment : "nanostation M2-loco"
|
---|
48 | ip : "172.17.192.3/24"
|
---|
49 | mode : "station-wds"
|
---|
50 | type : "eth"
|
---|
51 | extra_type : "eth2wifibridge"
|
---|
52 | ns_mac : ""
|
---|
53 | bridge_type: "NanoStationM2-loco"
|
---|
54 | status : "up"
|
---|
55 |
|
---|
56 |
|
---|
57 | iface_ath1:
|
---|
58 | comment : "AP2 00:0b:6b:20:de:80"
|
---|
59 | ip : "172.17.193.1/24"
|
---|
60 | sdesc : "apbg"
|
---|
61 | mode : "ap"
|
---|
62 | type : "11a"
|
---|
63 | channel : 36
|
---|
64 | ssid : "WiFi Teylingen"
|
---|
65 | dhcp : "10-250"
|
---|
66 | status : "up"
|
---|
67 |
|
---|
68 |
|
---|
69 | iface_vr0:
|
---|
70 | comment : "Link naar Akzo1"
|
---|
71 | ip : "172.16.10.20/29"
|
---|
72 | sdesc : "2akzo1"
|
---|
73 | mode : "station-ads"
|
---|
74 | type : "eth"
|
---|
75 | extra_type : "eth2wifibridge"
|
---|
76 | channel : "136"
|
---|
77 | ssid : "il-n.teyakzonobel1.wleiden.net"
|
---|
78 | dhcp : False
|
---|
79 | compass : "z"
|
---|
80 | ns_ip : "172.16.10.19/29"
|
---|
81 | ns_mac : "04:18:d6:cc:03:c5"
|
---|
82 | bridge_type: "NanoStation M5"
|
---|
83 | status : "up"
|
---|
84 |
|
---|
85 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.