source: genesis/nodes/HybridCarlton/wleiden.yaml@ 11732

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#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7gateway : "192.168.13.254"
8ileiden : True
9latitude : "52.27111"
10location : "De Carlton, Kraaierslaan 13, 2204AN, Noordwijk"
11longitude : "4.47666"
12masterip : "172.17.71.1"
13monitoring_group: "noordwijk"
14nodename : "Carlton"
15nodetype : "Hybrid"
16portal_sponsor: "Camping De Carlton"
17portal_url: "http://www.campingcarlton.nl"
18rdnap_x : 92851
19rdnap_y : 476289
20release : "9.0-RELEASE"
21service_accesspoint: True
22service_concentrator: False
23service_incoming_rdr: False
24service_proxy_ileiden: True
25service_proxy_normal: False
26status : "planned"
27
28
29iface_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
46iface_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
55iface_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
71iface_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
88iface_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.