source: genesis/nodes/HybridHenk/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"
6gateway : "192.168.0.225"
7latitude : "52.17062"
8location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
9longitude : "4.63854"
10masterip : "172.17.28.1"
11monitoring_group: "wleiden"
12nodename : "Henk"
13nodetype : "Hybrid"
14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "94.209.113.8"
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]
22release : "9.0-RELEASE"
23remote_access: ""
24service_accesspoint: True
25service_concentrator: False
26service_incoming_rdr: True
27service_proxy_ileiden: True
28service_proxy_normal: True
29status : "planned"
30
31
32iface_ath0:
33 comment : "Internal Wireless"
34 ip : "172.17.28.1/26"
35 sdesc : "binnen"
36 mode : "ap"
37 type : "11g"
38 channel : "1"
39 ssid : "ap-WirelessLeiden-Henk"
40 dhcp : "10-60"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Link to external interface"
46 ip : "0.0.0.0/30"
47 sdesc : "2external"
48 type : "eth"
49 dhcp : "client"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Link naar WBRotary"
55 ip : "172.17.0.68/28"
56 sdesc : "2wbrotary"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr2:
63 comment : "Lokaal Dev Netwerk"
64 ip : "172.17.33.1/24"
65 sdesc : "2dev"
66 type : "eth"
67 dhcp : "10-20"
68 status : "up"
69
70
Note: See TracBrowser for help on using the repository browser.