Last change
on this file since 13844 was 13844, checked in by rick, 8 years ago |
gformat.py cleanup - cosmetic changes to sync all config files
|
File size:
1.7 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!"
|
---|
6 | gateway : "10.10.151.254"
|
---|
7 | latitude : "52.15576"
|
---|
8 | location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp, werkkast begane grond"
|
---|
9 | longitude : "4.53567"
|
---|
10 | masterip : "172.17.7.1"
|
---|
11 | monitoring_group: "wleiden"
|
---|
12 | nodename : "Leythenrode2"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 96728
|
---|
15 | rdnap_y : 463407
|
---|
16 | release : "9.0-RELEASE"
|
---|
17 | service_accesspoint: True
|
---|
18 | service_concentrator: False
|
---|
19 | service_incoming_rdr: False
|
---|
20 | service_proxy_ileiden: True
|
---|
21 | service_proxy_normal: True
|
---|
22 | serviceid : "172.31.254.7"
|
---|
23 | status : "up"
|
---|
24 |
|
---|
25 |
|
---|
26 | iface_vr0:
|
---|
27 | comment : "External Link"
|
---|
28 | ip : "10.10.144.14/21"
|
---|
29 | sdesc : "2external"
|
---|
30 | type : "eth"
|
---|
31 | dhcp : "client"
|
---|
32 | status : "up"
|
---|
33 |
|
---|
34 |
|
---|
35 | iface_vr1:
|
---|
36 | comment : "Ethernet"
|
---|
37 | ip : "172.17.7.1/24"
|
---|
38 | sdesc : "localsubnet"
|
---|
39 | type : "eth"
|
---|
40 | dhcp : "10-250"
|
---|
41 | status : "up"
|
---|
42 |
|
---|
43 |
|
---|
44 | iface_vr1_alias0:
|
---|
45 | comment : "Local 28-subnet to Leythenrode1 and ap bridges zuidkant"
|
---|
46 | ip : "172.17.0.2/28"
|
---|
47 | sdesc : "Leythenrode_subnet"
|
---|
48 | mode : "ap-wds"
|
---|
49 | type : "eth"
|
---|
50 | extra_type : "eth2wifibridge"
|
---|
51 | channel : "1"
|
---|
52 | ssid : "ap-z.leythenrode"
|
---|
53 | dhcp : False
|
---|
54 | compass : "n"
|
---|
55 | ns_ip : "172.17.0.3/28"
|
---|
56 | ns_mac : "00:15:6d:30:d2:c7"
|
---|
57 | bridge_type: "NanoStation2"
|
---|
58 | status : "up"
|
---|
59 |
|
---|
60 |
|
---|
61 | iface_vr1_extra0:
|
---|
62 | comment : "AP "
|
---|
63 | ip : "172.17.0.4/28"
|
---|
64 | type : "eth"
|
---|
65 | channel : "1"
|
---|
66 | ssid : "ap-z.leythenrode"
|
---|
67 | compass : "zo"
|
---|
68 | ns_mac : "00:15:6d:30:d1:fa"
|
---|
69 | bridge_type: "NanoStation2"
|
---|
70 | status : "up"
|
---|
71 |
|
---|
72 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.