source: genesis/nodes/HybridWatertoren2/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "92.66.227.161"
7ileiden : True
8latitude : "52.25493"
9location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
10longitude : "4.75742"
11masterip : "172.17.9.1"
12monitoring_group: "wleiden"
13nodename : "Watertoren2"
14nodetype : "Hybrid"
15rdnap_x : 111998
16rdnap_y : 474286
17rdr_host : "92.66.227.163"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23release : "9.0-RELEASE"
24remote_access: "92.66.227.163:22"
25service_accesspoint: True
26service_concentrator: False
27service_incoming_rdr: True
28service_proxy_ileiden: True
29service_proxy_normal: True
30status : "up"
31
32
33iface_ath0:
34 comment : "OMNI voor Wifi op de westeinder (Mast3:Pos2)"
35 ip : "172.17.9.1/26"
36 sdesc : "ap-omni"
37 mode : "ap"
38 type : "11g"
39 channel : "6"
40 ssid : "ap-westeinder-watertoren2"
41 dhcp : "20-60"
42 status : "up"
43
44
45iface_vr0:
46 comment : "Ethernet/ Switchport: 3"
47 ip : "172.25.90.67/29"
48 sdesc : "uplink"
49 type : "eth"
50 dhcp : False
51 status : "up"
52
53
54iface_vr0_alias0:
55 comment : "Uplink"
56 ip : "92.66.227.163/29"
57 sdesc : "uplink"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Nanostation naar Amsterdam (Mast1:Pos2)"
65 ip : "172.16.16.89/29"
66 sdesc : "2ams"
67 mode : "ap-wds"
68 type : "eth"
69 channel : "44"
70 ssid : "il-nw.watertoren2.wleiden.net"
71 dhcp : False
72 compass : "nw"
73 ns_ip : "172.16.16.90/29"
74 ns_mac : "dc:9f:db:2a:1d:17"
75 bridge_type: "NanoStation M5"
76 status : "down"
77
78
79iface_vr2:
80 comment : "Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
81 ip : "172.17.0.33/28"
82 sdesc : "2webcams"
83 mode : "ap-wds"
84 type : "eth"
85 channel : "52"
86 ssid : "il-n.watertoren2.wleiden.net"
87 dhcp : False
88 compass : "n"
89 ns_ip : "172.17.0.34/28"
90 ns_mac : "00:15:6d:70:4e:7f"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.