source: genesis/nodes/HybridRund/wleiden.yaml@ 12402

Last change on this file since 12402 was 12402, checked in by rick, 11 years ago

Setting new rules for Rustdam Camera

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "172.17.160.66"
7ileiden : True
8latitude : "52.16114"
9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
10longitude : "4.49224"
11masterip : "172.17.160.1"
12monitoring_group: "wleiden"
13nodename : "Rund"
14nodetype : "Hybrid"
15rdnap_x : 93763
16rdnap_y : 464042
17rdr_host : "83.163.239.115"
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]
23- ['tcp', 9092, '172.17.51.20', 80]
24release : "9.0-RELEASE"
25service_accesspoint: True
26service_concentrator: False
27service_incoming_rdr: True
28service_proxy_ileiden: False
29service_proxy_normal: False
30status : "down"
31
32
33iface_ath0:
34 comment : "Ap"
35 ip : "172.17.161.1/24"
36 sdesc : "ap"
37 mode : "ap"
38 type : "11g"
39 channel : 11
40 ssid : "ap-WirelessLeiden-Rund"
41 dhcp : "10-250"
42 status : "up"
43
44
45iface_vr0:
46 comment : "Link to external interface"
47 ip : "172.17.160.65/28"
48 sdesc : "2external"
49 type : "eth"
50 dhcp : False
51 status : "up"
52
53
54iface_vr1:
55 comment : "Link naar Geluidsnet2"
56 ip : "172.16.4.212/29"
57 sdesc : "2geluidsnet2"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "64"
62 ssid : "il-o.geluidsnet2.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.4.211/29"
66 ns_mac : "00:27:22:8a:3d:a7"
67 bridge_type: "NanoStation M5"
68 status : "up"
69
70
71iface_vr2:
72 comment : "Link naar vosko2"
73 ip : "172.16.17.156/29"
74 sdesc : "2vosko2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "44"
79 ssid : "il-no.vosko2.wleiden.net"
80 dhcp : False
81 compass : "zw"
82 ns_ip : "172.16.17.155/29"
83 ns_mac : "00:27:22:10:d8:43"
84 bridge_type: "NanoStation M5"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.