source: genesis/nodes/HybridRick/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: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.13999"
8location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
9longitude : "4.47100"
10masterip : "172.20.145.1"
11monitoring_group: "wleiden"
12nodename : "Rick"
13nodetype : "Hybrid"
14rdnap_x : 92280
15rdnap_y : 461707
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Wireless for neighboorhood"
27 ip : "172.20.145.1/26"
28 sdesc : "binnen"
29 mode : "ap"
30 type : "11g"
31 channel : "1"
32 ssid : "ap-WirelessLeiden-Rick"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Lokaal Dev Netwerk"
39 ip : "172.17.37.1/24"
40 sdesc : "2dev"
41 mode : "ap-wds"
42 type : "eth"
43 dhcp : "10-20"
44 status : "up"
45
46
47iface_vr0:
48 comment : "Link naar RickRing"
49 ip : "172.16.6.113/28"
50 sdesc : "2ring"
51 type : "eth"
52 dhcp : False
53 status : "up"
54
55
56iface_vr1:
57 comment : "Access Point West"
58 ip : "172.20.145.65/26"
59 sdesc : "west"
60 mode : "ap-wds"
61 type : "eth"
62 ssid : "ap-WirelessLeiden-Rick-West"
63 dhcp : "70-120"
64 ns_ip : "172.20.145.66/26"
65 ns_mac : "00:15:6d:30:d2:d1"
66 bridge_type: "NanoStation2"
67 status : "up"
68
69
70iface_vr2:
71 comment : "Link naar Haagwijk"
72 ip : "172.16.4.148/29"
73 sdesc : "2haagwijk"
74 mode : "station-wds"
75 type : "eth"
76 ssid : "il-zw.haagwijk.wleiden.net"
77 dhcp : False
78 compass : "no"
79 ns_ip : "172.16.4.147/29"
80 ns_mac : "00:15:6d:bd:68:99"
81 bridge_type: "NanoStation5"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.