Last change
on this file since 11732 was 11732, checked in by rick, 12 years ago |
MAC in lowercase please, standard system format.
|
File size:
2.3 KB
|
Line | |
---|
1 | # Genesis config yaml style
|
---|
2 | # vim:ts=2:et:sw=2:ai
|
---|
3 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | externalif: "vr0"
|
---|
7 | gateway : "192.168.13.254"
|
---|
8 | ileiden : True
|
---|
9 | latitude : "52.27111"
|
---|
10 | location : "De Carlton, Kraaierslaan 13, 2204AN, Noordwijk"
|
---|
11 | longitude : "4.47666"
|
---|
12 | masterip : "172.17.71.1"
|
---|
13 | monitoring_group: "noordwijk"
|
---|
14 | nodename : "Carlton"
|
---|
15 | nodetype : "Hybrid"
|
---|
16 | portal_sponsor: "Camping De Carlton"
|
---|
17 | portal_url: "http://www.campingcarlton.nl"
|
---|
18 | rdnap_x : 92851
|
---|
19 | rdnap_y : 476289
|
---|
20 | release : "9.0-RELEASE"
|
---|
21 | service_accesspoint: True
|
---|
22 | service_concentrator: False
|
---|
23 | service_incoming_rdr: False
|
---|
24 | service_proxy_ileiden: True
|
---|
25 | service_proxy_normal: False
|
---|
26 | status : "planned"
|
---|
27 |
|
---|
28 |
|
---|
29 | iface_ue0:
|
---|
30 | comment : "AP sector oost"
|
---|
31 | ip : "172.17.71.1/24"
|
---|
32 | sdesc : "2oost"
|
---|
33 | mode : "ap"
|
---|
34 | type : "eth"
|
---|
35 | extra_type : "eth2wifibridge"
|
---|
36 | channel : "11"
|
---|
37 | ssid : "ap-DeCarlton-oost"
|
---|
38 | dhcp : "10-250"
|
---|
39 | compass : "o"
|
---|
40 | ns_ip : "172.17.71.2/24"
|
---|
41 | ns_mac : ""
|
---|
42 | ns_type : "RocketM5"
|
---|
43 | status : "up"
|
---|
44 |
|
---|
45 |
|
---|
46 | iface_vr0:
|
---|
47 | comment : "External Link"
|
---|
48 | ip : "0.0.0.0/24"
|
---|
49 | sdesc : "2external"
|
---|
50 | type : "eth"
|
---|
51 | dhcp : "client"
|
---|
52 | status : "up"
|
---|
53 |
|
---|
54 |
|
---|
55 | iface_vr0_alias0:
|
---|
56 | comment : "Link naar external gateway 192.168.13.225 via NanoM5 192.168.13.16"
|
---|
57 | ip : "192.168.13.17/24"
|
---|
58 | sdesc : "2external"
|
---|
59 | mode : "station-wds"
|
---|
60 | type : "eth"
|
---|
61 | extra_type : "eth2wifibridge"
|
---|
62 | channel : "44"
|
---|
63 | ssid : "Carlton-NW"
|
---|
64 | dhcp : False
|
---|
65 | compass : "no"
|
---|
66 | ns_ip : "192.168.13.16/24"
|
---|
67 | ns_mac : ""
|
---|
68 | status : "up"
|
---|
69 |
|
---|
70 |
|
---|
71 | iface_vr1:
|
---|
72 | comment : "AP sector west"
|
---|
73 | ip : "172.17.72.1/24"
|
---|
74 | sdesc : "2west"
|
---|
75 | mode : "ap"
|
---|
76 | type : "eth"
|
---|
77 | extra_type : "eth2wifibridge"
|
---|
78 | channel : "6"
|
---|
79 | ssid : "ap-DeCarlton-west"
|
---|
80 | dhcp : "10-250"
|
---|
81 | compass : "w"
|
---|
82 | ns_ip : "172.17.72.2/24"
|
---|
83 | ns_mac : ""
|
---|
84 | ns_type : "RocketM5"
|
---|
85 | status : "up"
|
---|
86 |
|
---|
87 |
|
---|
88 | iface_vr2:
|
---|
89 | comment : "Ap sector noord en sector noordoost via wds"
|
---|
90 | ip : "172.17.73.1/24"
|
---|
91 | sdesc : "2noord"
|
---|
92 | mode : "ap-wds"
|
---|
93 | type : "eth"
|
---|
94 | extra_type : "eth2wifibridge"
|
---|
95 | channel : "1"
|
---|
96 | ssid : "ap-DeCarlton-noord"
|
---|
97 | dhcp : "10-250"
|
---|
98 | ns_ip : "172.17.73.2/24"
|
---|
99 | ns_mac : ""
|
---|
100 | ns_type : "RocketM5"
|
---|
101 | status : "up"
|
---|
102 |
|
---|
103 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.