source: genesis/nodes/Zwet/wleiden.yaml@ 13765

Last change on this file since 13765 was 13765, checked in by rick, 8 years ago

Antenne is broken, re-assigned to alternative antenna.

File size: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "ue0"
7latitude : "52.11836"
8location : "Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "
9longitude : "4.50131"
10masterip : "172.27.129.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Zwet"
13nodetype : "Hybrid"
14rdnap_x : 94326
15rdnap_y : 459275
16rdr_host : "rvdzwet.xs4all.nl"
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', 9084, '172.17.0.43', 80]
23- ['tcp', 9085, '172.17.0.42', 80]
24- ['tcp', 9086, '172.17.0.45', 21]
25- ['tcp', 9087, '172.17.0.45', 3389]
26- ['tcp', 9090, '172.17.2.67', 80]
27- ['tcp', 9091, '172.16.9.237', 88]
28- ['tcp', 9092, '172.17.51.5', 80]
29- ['tcp', 9093, '172.16.3.142', 8080]
30- ['tcp', 9094, '172.17.20.5', 80]
31- ['tcp', 9095, '172.17.20.5', 554]
32- ['tcp', 9096, '172.17.13.66', 88]
33- ['tcp', 9097, '172.16.3.190', 8080]
34- ['tcp', 9098, '172.16.3.134', 8080]
35release : "9.0-RELEASE"
36remote_access: "rvdzwet.xs4all.nl:1022"
37service_accesspoint: True
38service_concentrator: False
39service_incoming_rdr: True
40service_proxy_ileiden: False
41service_proxy_normal: False
42status : "up"
43
44
45iface_ath0:
46 comment : "Omni voor Tuin"
47 ip : "172.27.129.1/26"
48 sdesc : "2buurt"
49 mode : "ap"
50 type : "11g"
51 channel : 11
52 ssid : "ap-ZTW-Zwet-Tuin"
53 dhcp : "10-60"
54 status : "up"
55
56
57iface_ue0:
58 comment : "Link to house"
59 ip : "192.168.178.51/24"
60 sdesc : "2house"
61 type : "eth"
62 dhcp : False
63 status : "up"
64
65iface_ue1:
66 comment : "Link to MuziekCentrum"
67 ip : "172.16.9.89/29"
68 sdesc : "2muziekcentrum"
69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 ssid : "il-w.zwet.wleiden.net"
73 dhcp : False
74 compass : "w"
75 ns_ip : "172.16.9.90/29"
76 ns_mac : "dc:9f:db:64:2d:2c"
77 bridge_type: "NanoStation5"
78 status : "up"
79
80
81iface_vr0:
82 comment : "Link naar Unused"
83 ip : "172.16.7.121/29"
84 sdesc : "2unused"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 ssid : "il-z.zwet.wleiden.net"
89 dhcp : False
90 compass : "zo"
91 ns_ip : "172.16.4.50/29"
92 ns_mac : "00:27:22:10:fd:d5"
93 bridge_type: "NanoStation M5"
94 status : "down"
95
96
97iface_vr1:
98 comment : "Link to PVKerkDuif"
99 ip : "172.16.16.169/29"
100 sdesc : "2pvkerkduif"
101 mode : "ap-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 ssid : "il-o.zwet.wleiden.net"
105 dhcp : False
106 compass : "o"
107 ns_ip : "172.16.16.170/29"
108 ns_mac : "00:15:6d:bd:89:93"
109 bridge_type: "NanoStation5"
110 status : "up"
111
112iface_vr1_alias0:
113 comment : "Link naar Jar"
114 ip : "172.16.4.49/29"
115 sdesc : "2jar"
116 type : "eth"
117 dhcp : False
118 status : "up"
119
120
121iface_vr2:
122 comment : "Omni voor de Buurt"
123 ip : "172.27.129.129/26"
124 sdesc : "2buurt"
125 mode : "ap-wds"
126 type : "eth"
127 ssid : "ap-ZTW-Zwet-Buurt"
128 dhcp : "140-180"
129 ns_ip : "172.27.129.130/26"
130 ns_mac : "00:27:22:66:6c:bc"
131 bridge_type: "Bullet M2"
132 status : "up"
133
134
Note: See TracBrowser for help on using the repository browser.