source: genesis/nodes/HybridZwet/wleiden.yaml@ 13350

Last change on this file since 13350 was 13292, checked in by rick, 9 years ago

RDR hosts, standard listing.

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
16release : "9.0-RELEASE"
17remote_access: "rvdzwet.xs4all.nl:1022"
18rdr_host : "rvdzwet.xs4all.nl"
19rdr_rules :
20- ['tcp', 9080, '172.17.0.41', 80]
21- ['tcp', 9081, '172.17.0.42', 554]
22- ['tcp', 9082, '172.17.0.43', 554]
23- ['tcp', 9083, '172.17.0.44', 80]
24- ['tcp', 9084, '172.17.0.43', 80]
25- ['tcp', 9085, '172.17.0.42', 80]
26- ['tcp', 9086, '172.17.0.45', 21]
27- ['tcp', 9087, '172.17.0.45', 3389]
28- ['tcp', 9090, '172.17.2.67', 80]
29- ['tcp', 9091, '172.16.9.237', 88]
30- ['tcp', 9092, '172.17.51.5', 80]
31- ['tcp', 9093, '172.16.3.142', 8080]
32- ['tcp', 9094, '172.17.20.5', 80]
33- ['tcp', 9095, '172.17.20.5', 554]
34- ['tcp', 9096, '172.17.13.66', 88]
35- ['tcp', 9097, '172.16.3.190', 8080]
36- ['tcp', 9098, '172.16.3.134', 8080]
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
65
66iface_ue0_alias0:
67 comment : "Link to buzz"
68 ip : "172.27.129.65/28"
69 sdesc : "2buzz"
70 type : "eth"
71 status : "up"
72
73iface_ue1:
74 comment : "Link to MuziekCentrum"
75 ip : "172.16.9.89/29"
76 sdesc : "2muziekcentrum"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 ssid : "il-w.zwet.wleiden.net"
81 dhcp : False
82 compass : "w"
83 ns_ip : "172.16.9.90/29"
84 ns_mac : "dc:9f:db:64:2d:2c"
85 bridge_type: "NanoStation5"
86 status : "up"
87
88iface_vr0:
89 comment : "Link naar JAR"
90 ip : "172.16.4.49/29"
91 sdesc : "2jar"
92 mode : "ap-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 ssid : "il-z.zwet.wleiden.net"
96 dhcp : False
97 compass : "zo"
98 ns_ip : "172.16.4.50/29"
99 ns_mac : "00:27:22:10:fd:d5"
100 bridge_type: "NanoStation M5"
101 status : "up"
102
103
104iface_vr1:
105 comment : "Link to PVKerkDuif"
106 ip : "172.16.16.169/29"
107 sdesc : "2pvkerkduif"
108 mode : "ap-wds"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 ssid : "il-o.zwet.wleiden.net"
112 dhcp : False
113 compass : "o"
114 ns_ip : "172.16.16.170/29"
115 ns_mac : "00:15:6d:bd:89:93"
116 bridge_type: "NanoStation5"
117 status : "up"
118
119
120iface_vr2:
121 comment : "Omni voor de Buurt"
122 ip : "172.27.129.129/26"
123 sdesc : "2buurt"
124 mode : "ap-wds"
125 type : "eth"
126 ssid : "ap-ZTW-Zwet-Buurt"
127 dhcp : "140-180"
128 ns_ip : "172.27.129.130/26"
129 ns_mac : "00:27:22:66:6c:bc"
130 bridge_type: "Bullet M2"
131 status : "up"
132
133
Note: See TracBrowser for help on using the repository browser.