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

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

./tools/gformat.py cleanup

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
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
73
74iface_ue1:
75 comment : "Link to MuziekCentrum"
76 ip : "172.16.9.89/29"
77 sdesc : "2muziekcentrum"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 ssid : "il-w.zwet.wleiden.net"
82 dhcp : False
83 compass : "w"
84 ns_ip : "172.16.9.90/29"
85 ns_mac : "dc:9f:db:64:2d:2c"
86 bridge_type: "NanoStation5"
87 status : "up"
88
89
90iface_vr0:
91 comment : "Link naar JAR"
92 ip : "172.16.4.49/29"
93 sdesc : "2jar"
94 mode : "ap-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 ssid : "il-z.zwet.wleiden.net"
98 dhcp : False
99 compass : "zo"
100 ns_ip : "172.16.4.50/29"
101 ns_mac : "00:27:22:10:fd:d5"
102 bridge_type: "NanoStation M5"
103 status : "up"
104
105
106iface_vr1:
107 comment : "Link to PVKerkDuif"
108 ip : "172.16.16.169/29"
109 sdesc : "2pvkerkduif"
110 mode : "ap-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 ssid : "il-o.zwet.wleiden.net"
114 dhcp : False
115 compass : "o"
116 ns_ip : "172.16.16.170/29"
117 ns_mac : "00:15:6d:bd:89:93"
118 bridge_type: "NanoStation5"
119 status : "up"
120
121
122iface_vr2:
123 comment : "Omni voor de Buurt"
124 ip : "172.27.129.129/26"
125 sdesc : "2buurt"
126 mode : "ap-wds"
127 type : "eth"
128 ssid : "ap-ZTW-Zwet-Buurt"
129 dhcp : "140-180"
130 ns_ip : "172.27.129.130/26"
131 ns_mac : "00:27:22:66:6c:bc"
132 bridge_type: "Bullet M2"
133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.