source: genesis/nodes/HybridRick2/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.5 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.17.34.1"
11monitoring_group: "wleiden"
12nodename : "Rick2"
13nodetype : "Hybrid"
14rdnap_x : 92280
15rdnap_y : 461707
16rdr_host : "riff.vanderzwet.net"
17rdr_rules :
18- ['tcp', 9080, '172.17.0.41', 80]
19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
21- ['tcp', 9083, '172.17.0.44', 80]
22- ['tcp', 9089, '172.17.37.10', 554]
23release : "9.0-RELEASE"
24remote_access: "riff.vanderzwet.net:2022"
25service_accesspoint: True
26service_concentrator: True
27service_incoming_rdr: True
28service_proxy_ileiden: True
29service_proxy_normal: True
30status : "up"
31wl_release: 11047
32
33
34iface_ath0:
35 comment : "Internal Wireless"
36 ip : "172.17.34.1/26"
37 sdesc : "binnen"
38 mode : "ap"
39 type : "11g"
40 channel : "1"
41 ssid : "ap-WirelessLeiden-Rick2"
42 dhcp : "10-60"
43 status : "up"
44
45
46iface_vr0:
47 comment : "External Link"
48 ip : "0.0.0.0/30"
49 sdesc : "2external"
50 type : "eth"
51 dhcp : "client"
52 status : "up"
53
54
55iface_vr1:
56 comment : "Link naar RickRing"
57 ip : "172.16.6.114/28"
58 sdesc : "2ring"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr2:
65 comment : "Lokaal Dev Netwerk"
66 ip : "172.17.36.1/24"
67 sdesc : "2dev"
68 type : "eth"
69 dhcp : "10-20"
70 status : "up"
71
72
Note: See TracBrowser for help on using the repository browser.