source: genesis/nodes/HybridKudelstaart/wleiden.yaml@ 11765

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

config kudelstaart aangepast: link naa Enzo ipv Recpark en lokale internetverbinding via 2x nanostation

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.236636"
7location : "Jachthaven Kempers, Kudelstaartseweg 226, 1433 GR, Kudelstaart"
8longitude : "4.748569"
9masterip : "172.17.77.1"
10monitoring_group: "westeinder"
11nodename : "Kudelstaart"
12nodetype : "Hybrid"
13portal_sponsor: "Kempers Watersport Kudelstaart"
14portal_url: "http://www.kemperswatersport.nl"
15rdnap_x : 111375
16rdnap_y : 472255
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23externalif: "vr0"
24status : "planned"
25
26iface_ue0:
27 comment : "Accesspoints"
28 ip : "172.17.77.1/24"
29 sdesc : "2aps"
30 mode : "ap"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "6"
34 ssid : "ap-Westeinder-Kudelstaart1"
35 dhcp : "10-250"
36 compass : "z"
37 ns_ip : "172.17.77.2/24"
38 ns_mac : ""
39 bridge_type: "NanoStation M2"
40 status : "up"
41
42iface_ue1:
43 comment : "Accesspoint"
44 ip : "172.17.79.1/24"
45 sdesc : "2aps"
46 mode : "ap"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "6"
50 ssid : "ap-Westeinder-Kudelstaart2"
51 dhcp : "10-250"
52 compass : "z"
53 ns_ip : "172.17.79.2/24"
54 ns_mac : ""
55 bridge_type: "NanoStation M2"
56 status : "up"
57
58iface_vr0:
59 comment : "Link naar external interface gateway via 2x nanoM5"
60 ip : "192.168.1.21/24"
61 sdesc : "2external"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "120"
66 ssid : "il-z.kudelstaart.wleiden.net"
67 dhcp : False
68 compass : "z"
69 ns_ip : "192.168.1.20/24"
70 ns_mac : ""
71 bridge_type: "NanoStation M5"
72 status : "up"
73
74iface_vr1:
75 comment : "Link naar Kempers Leimuiden via switch"
76 ip : "172.16.6.201/29"
77 sdesc : "2kempers"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-wzw.kudelstaart.wleiden.net"
83 dhcp : False
84 compass : "wzw"
85 ns_ip : "172.16.6.202/29"
86 ns_mac : ""
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90iface_vr1_alias0:
91 comment : "Link naar Watertoren3 via switch"
92 ip : "172.16.16.148/29"
93 sdesc : "2wtoren3"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "44"
98 ssid : "il-z.watertoren3.wleiden.net"
99 dhcp : False
100 compass : "nno"
101 ns_ip : "172.16.16.147/29"
102 ns_mac : ""
103 bridge_type: "NanoStation M5"
104 status : "up"
105
106iface_vr2:
107 comment : "Link naar Enzo Burgerveen"
108 ip : "172.16.6.209/29"
109 sdesc : "2enzo"
110 mode : "ap-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "52"
114 ssid : "il-w.kudelstaart.wleiden.net"
115 dhcp : False
116 compass : "n"
117 ns_ip : "172.16.6.210/29"
118 ns_mac : ""
119 bridge_type: "NanoStation M5"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.