Last change
on this file since 10370 was 10370, checked in by rick, 13 years ago |
interfaces: key is obsolete and can be removed.
Fixes: beheer#175
|
File size:
2.5 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | comment : "None"
|
---|
5 | ileiden : True
|
---|
6 | latitude : "4.51566"
|
---|
7 | location : "RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk"
|
---|
8 | longitude : "52.14282"
|
---|
9 | masterip : "172.17.22.1"
|
---|
10 | nodename : "Meerburg"
|
---|
11 | nodetype : "CNode"
|
---|
12 | rdnap_x : "095341"
|
---|
13 | rdnap_y : 461984
|
---|
14 | release : "8.2-RELEASE"
|
---|
15 | status : "dw"
|
---|
16 |
|
---|
17 |
|
---|
18 | iface_ath0:
|
---|
19 | comment : "ap binnen RKVV Meerburg"
|
---|
20 | interface : "ath0"
|
---|
21 | ip : "172.17.22.1/26"
|
---|
22 | desc : "RKVV Meerburg binnen"
|
---|
23 | sdesc : "apbinnen"
|
---|
24 | mode : "ap-wds"
|
---|
25 | type : "11b"
|
---|
26 | channel : "6"
|
---|
27 | ssid : "ap-WirelessLeiden-Binnen"
|
---|
28 | dhcp : "10-60"
|
---|
29 | compass : "None"
|
---|
30 | status : "up"
|
---|
31 |
|
---|
32 |
|
---|
33 | iface_ue0:
|
---|
34 | comment : "Ethernet naar aps-switch"
|
---|
35 | interface : "ue0"
|
---|
36 | ip : "172.17.27.1/24"
|
---|
37 | desc : "Ethernet naar aps switch"
|
---|
38 | sdesc : "2aps"
|
---|
39 | mode : "station-wds"
|
---|
40 | type : "eth"
|
---|
41 | extra_type : "eth2wifibridge"
|
---|
42 | ssid : "ap-WirelessLeiden-Meerburg"
|
---|
43 | dhcp : "10-254"
|
---|
44 | compass : "None"
|
---|
45 | status : "down"
|
---|
46 |
|
---|
47 |
|
---|
48 | iface_ue1:
|
---|
49 | comment : "Ethernet naar lokaal"
|
---|
50 | interface : "ue1"
|
---|
51 | ip : "172.16.5.105/29"
|
---|
52 | desc : "link naar lokaal"
|
---|
53 | sdesc : "2local"
|
---|
54 | type : "eth"
|
---|
55 | dhcp : "no"
|
---|
56 | compass : "None"
|
---|
57 | status : "down"
|
---|
58 |
|
---|
59 |
|
---|
60 | iface_vr0:
|
---|
61 | comment : "Link naar deClercq"
|
---|
62 | interface : "vr0"
|
---|
63 | ip : "172.16.5.73/29"
|
---|
64 | desc : "Link naar deClercq"
|
---|
65 | sdesc : "2declercq"
|
---|
66 | mode : "station-wds"
|
---|
67 | type : "eth"
|
---|
68 | extra_type : "eth2wifibridge"
|
---|
69 | channel : ""
|
---|
70 | ssid : "il-nw.meerburg.wleiden.net"
|
---|
71 | dhcp : "no"
|
---|
72 | compass : "nw"
|
---|
73 | ns_ip : "172.16.5.74/29"
|
---|
74 | ns_mac : ""
|
---|
75 | status : "down"
|
---|
76 |
|
---|
77 |
|
---|
78 | iface_vr1:
|
---|
79 | comment : "Link naar JVC"
|
---|
80 | interface : "vr1"
|
---|
81 | ip : "172.16.4.244/29"
|
---|
82 | desc : "Link naar JVC"
|
---|
83 | sdesc : "2jvc"
|
---|
84 | mode : "station-wds"
|
---|
85 | type : "eth"
|
---|
86 | extra_type : "eth2wifibridge"
|
---|
87 | channel : "100"
|
---|
88 | ssid : "il-no.jvc.wleiden.net"
|
---|
89 | dhcp : "no"
|
---|
90 | compass : "ne"
|
---|
91 | ns_ip : "172.16.4.243/29"
|
---|
92 | ns_mac : ""
|
---|
93 | status : "up"
|
---|
94 |
|
---|
95 |
|
---|
96 | iface_vr2:
|
---|
97 | comment : "Link naar xxxx"
|
---|
98 | interface : "vr2"
|
---|
99 | ip : "172.16.5.81/29"
|
---|
100 | desc : "Link naar xxxxxx"
|
---|
101 | sdesc : "2xxxx"
|
---|
102 | mode : "station-wds"
|
---|
103 | type : "eth"
|
---|
104 | extra_type : "eth2wifibridge"
|
---|
105 | channel : ""
|
---|
106 | ssid : "il-no.meerburg.wleiden.net"
|
---|
107 | dhcp : "no"
|
---|
108 | compass : "ne"
|
---|
109 | ns_ip : "172.16.5.82/29"
|
---|
110 | ns_mac : ""
|
---|
111 | status : "down"
|
---|
112 |
|
---|
113 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.