source:
genesis/nodes/Rick2/wleiden.yaml@
14316
Last change on this file since 14316 was 14236, checked in by , 6 years ago | |
---|---|
File size: 1.6 KB |
Rev | Line | |
---|---|---|
[13610] | 1 | # Genesis config yaml style |
2 | # vim:ts=2:et:sw=2:ai | |
3 | # | |
4 | board : "ALIX2" | |
5 | comment : "None" | |
6 | ileiden : True | |
7 | latitude : "52.145" | |
8 | location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude" | |
9 | longitude : "4.517" | |
[14236] | 10 | masterip : "172.17.40.1" |
[13610] | 11 | monitoring_group: "wzoeterwoude" |
[13745] | 12 | nodename : "Rick2" |
[13610] | 13 | nodetype : "Hybrid" |
14 | portal_sponsor: "Free-WiFi Zoeterwoude" | |
15 | portal_url: "http://www.wirelessleiden.nl/" | |
16 | rdnap_x : 95421 | |
17 | rdnap_y : 462103 | |
[13745] | 18 | release : "11.0-RELEASE" |
[13610] | 19 | service_accesspoint: True |
20 | service_concentrator: False | |
[13844] | 21 | service_incoming_rdr: False |
[13745] | 22 | service_proxy_ileiden: False |
23 | service_proxy_normal: False | |
24 | status : "down" | |
[13610] | 25 | |
26 | ||
[13703] | 27 | iface_ath0: |
28 | comment : "Ap binnen" | |
29 | parent : "bridge0" | |
30 | sdesc : "apbinnen" | |
31 | mode : "ap" | |
32 | type : "11g" | |
33 | channel : 6 | |
[13745] | 34 | ssid : "WiFi Zoeterwoude Development" |
[13703] | 35 | status : "up" |
36 | ||
[13844] | 37 | |
38 | iface_bridge0: | |
39 | comment : "Access Points" | |
[14236] | 40 | ip : "172.17.40.1/24" |
[13844] | 41 | type : "eth" |
42 | dhcp : "10-240" | |
43 | status : "planned" | |
44 | ||
45 | ||
[13610] | 46 | iface_vr0: |
[13745] | 47 | comment : "Link naar Rick" |
48 | ip : "172.16.6.121/29" | |
49 | sdesc : "2rick" | |
[13615] | 50 | type : "eth" |
51 | dhcp : False | |
52 | status : "up" | |
53 | ||
[13844] | 54 | |
[13745] | 55 | iface_vr0_alias0: |
56 | comment : "Link naar JVC" | |
57 | ip : "172.16.7.129/29" | |
58 | sdesc : "2rick" | |
[13610] | 59 | type : "eth" |
60 | dhcp : False | |
61 | status : "up" | |
[13616] | 62 | |
[13844] | 63 | |
[13745] | 64 | iface_vr1: |
65 | comment : "Development AP Ethernet Interface" | |
66 | parent : "bridge0" | |
67 | sdesc : "2ap" | |
68 | type : "eth" | |
69 | status : "up" | |
70 | ||
[13844] | 71 | |
[13616] | 72 | iface_vr2: |
[13745] | 73 | comment : "Development Interlink Interface" |
74 | ip : "172.16.6.118/29" | |
75 | sdesc : "2unused" | |
[13616] | 76 | type : "eth" |
77 | dhcp : False | |
78 | status : "up" | |
[13844] | 79 | |
80 |
Note:
See TracBrowser
for help on using the repository browser.