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

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

captive portal url toegevoegd aan config de carlton

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