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

Last change on this file since 12997 was 12478, checked in by rick, 11 years ago

Missende bridge_type entries toegevoegd

File size: 2.4 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: False
25service_proxy_normal: False
26status : "down"
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 : "RocketM2"
43 bridge_type: "NanoStation M5"
44 status : "up"
45
46
47iface_vr0:
48 comment : "External Link"
49 ip : "0.0.0.0/24"
50 sdesc : "2external"
51 type : "eth"
52 dhcp : "client"
53 status : "up"
54
55
56iface_vr0_alias0:
57 comment : "Link naar external gateway 192.168.13.225 via NanoM5 192.168.13.16"
58 ip : "192.168.13.17/24"
59 sdesc : "2external"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "44"
64 ssid : "Carlton-NW"
65 dhcp : False
66 compass : "no"
67 ns_ip : "192.168.13.16/24"
68 ns_mac : ""
69 bridge_type: "NanoStation M5"
70 status : "up"
71
72
73iface_vr1:
74 comment : "AP sector west"
75 ip : "172.17.72.1/24"
76 sdesc : "2west"
77 mode : "ap"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "6"
81 ssid : "ap-DeCarlton-west"
82 dhcp : "10-250"
83 compass : "w"
84 ns_ip : "172.17.72.2/24"
85 ns_mac : ""
86 ns_type : "RocketM2"
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Ap sector noord en sector noordoost via wds"
93 ip : "172.17.73.1/24"
94 sdesc : "2noord"
95 mode : "ap-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "1"
99 ssid : "ap-DeCarlton-noord"
100 dhcp : "10-250"
101 ns_ip : "172.17.73.2/24"
102 ns_mac : ""
103 ns_type : "RocketM2"
104 bridge_type: "NanoStation M5"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.