source: genesis/nodes/HybridHuub/wleiden.yaml@ 11737

Last change on this file since 11737 was 11737, checked in by rick, 12 years ago

Upgrading all wireless protocols, as 802.11g has far better collicion control
than 802.11b. It also plays nicer with 802.11n and is the de-facto WiFi
standard in use at 2.4Ghz band.

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7ileiden : True
8latitude : "52.15685"
9location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
10longitude : "4.48626"
11masterip : "172.17.16.1"
12monitoring_group: "wleiden"
13nodename : "Huub"
14nodetype : "Hybrid"
15rdnap_x : "093348"
16rdnap_y : 463569
17release : "9.0-RELEASE"
18remote_access: "huubs.xs4all.nl:1022"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: True
24status : "up"
25
26
27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.16.1/26"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11g"
33 channel : "7"
34 ssid : "ap-WirelessLeiden-Huub"
35 dhcp : "10-60"
36 status : "up"
37
38
39iface_sis1:
40 comment : "Local ethernet naar extra ap2"
41 ip : "172.17.16.129/26"
42 sdesc : "2ap2"
43 mode : "ap"
44 type : "eth"
45 dhcp : "140-180"
46 ns_ip : "172.17.16.130/26"
47 ns_mac : "00:15:6d:d4:f8:24"
48 bridge_type: "Bullet2"
49 status : "up"
50
51
52iface_sis2:
53 comment : "Local ethernet naar extra ap3"
54 ip : "172.17.65.1/24"
55 sdesc : "2ap3"
56 mode : "ap"
57 type : "eth"
58 dhcp : "10-250"
59 ns_ip : "172.17.65.2/24"
60 ns_mac : "00:15:6d:e8:f9:c0"
61 bridge_type: "Bullet2"
62 status : "up"
63
64
65iface_ue0:
66 comment : "Link naaar Huub2"
67 ip : "172.16.3.21/30"
68 sdesc : "2huub2"
69 type : "eth"
70 dhcp : False
71 status : "up"
72
73
74iface_vr0:
75 comment : "External Link"
76 ip : "0.0.0.0/24"
77 sdesc : "2external"
78 type : "eth"
79 dhcp : "client"
80 status : "up"
81
82
83iface_vr1:
84 comment : "Link naar Vosko2"
85 ip : "172.16.4.124/29"
86 sdesc : "2vosko2"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "64"
91 ssid : "il-w.vosko2.wleiden.net"
92 dhcp : False
93 compass : "no"
94 ns_ip : "172.16.4.123/29"
95 ns_mac : "00:15:6d:d6:33:35"
96 bridge_type: "NanoStation5"
97 status : "up"
98
99
100iface_vr2:
101 comment : "Link naar Cetim2"
102 ip : "172.16.4.28/29"
103 sdesc : "2cetim2"
104 mode : "station-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "36"
108 ssid : "il-zw.cetim2.wleiden.net"
109 dhcp : False
110 compass : "o"
111 ns_ip : "172.16.4.27/29"
112 ns_mac : "00:15:6d:f2:1f:7f"
113 bridge_type: "NanoStation5"
114 status : "up"
115
116
117iface_vr3:
118 comment : "Link naar Rabo1"
119 ip : "172.16.4.12/29"
120 sdesc : "2rabo1"
121 mode : "station-wds"
122 type : "eth"
123 extra_type : "eth2wifibridge"
124 channel : "44"
125 ssid : "il-z.rabo.wleiden.net"
126 dhcp : False
127 compass : "n"
128 ns_ip : "172.16.4.11/29"
129 ns_mac : "00:15:6d:bd:89:cb"
130 bridge_type: "NanoStation5"
131 status : "up"
132
133
Note: See TracBrowser for help on using the repository browser.