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

Last change on this file since 11701 was 11701, checked in by huub, 12 years ago

config voor camping De Carlton Noordwijk

File size: 2.2 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.27118"
10location : "De Carlton, Kraaierslaan 13, 2204AN, Noordwijk"
11longitude : "4.47682"
12masterip : "172.17.71.1"
13monitoring_group: "noordwijk"
14nodename : "Carlton"
15nodetype : "Hybrid"
16rdnap_x : 92851
17rdnap_y : 476289
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: False
24status : "planned"
25
26iface_ue0:
27 comment : "AP sector oost"
28 ip : "172.17.71.1/24"
29 sdesc : "2oost"
30 mode : "ap"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "11"
34 ssid : "ap-DeCarlton-oost"
35 dhcp : "10-250"
36 compass : "o"
37 ns_ip : "172.17.71.2/24"
38 ns_mac : ""
39 ns_type : "RocketM5"
40 status : "up"
41
42iface_vr0:
43 comment : "External Link"
44 ip : "0.0.00/24"
45 sdesc : "2external"
46 type : "eth"
47 dhcp : "client"
48 status : "up"
49
50iface_vr0_alias0:
51 comment : "Link naar external gateway 192.168.13.225 via NanoM5 192.168.13.16"
52 ip : "192.168.13.17/24"
53 sdesc : "2external"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "44"
58 ssid : "Carlton-NW"
59 dhcp : False
60 compass : "no"
61 ns_ip : "192.168.13.16/24"
62 ns_mac : ""
63 status : "up"
64
65iface_vr1:
66 comment : "AP sector west"
67 ip : "172.17.72.1/24"
68 sdesc : "2west"
69 mode : "ap"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "6"
73 ssid : "ap-DeCarlton-west"
74 dhcp : "10-250"
75 compass : "w"
76 ns_ip : "172.17.72.2"
77 ns_mac : ""
78 ns_type : "RocketM5"
79 status : "up"
80
81iface_vr2:
82 comment : "Ap sector noord en sector noordoost via wds"
83 ip : "172.17.73.1/24"
84 sdesc : "2noord"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "1"
89 ssid : "ap-DeCarlton-noord"
90 dhcp : "10-250"
91 ns_ip : "172.17.73.2/24"
92 ns_mac : ""
93 ns_type : "RocketM5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.