source: genesis/nodes/Rick/wleiden.yaml@ 13844

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

gformat.py cleanup - cosmetic changes to sync all config files

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "80.127.152.25"
7ileiden : True
8latitude : "52.145"
9location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
10longitude : "4.517"
11masterip : "172.17.34.1"
12monitoring_group: "wzoeterwoude"
13nodename : "Rick"
14nodetype : "Hybrid"
15portal_sponsor: "Free-WiFi Zoeterwoude"
16portal_url: "http://www.wirelessleiden.nl/"
17rdnap_x : 95421
18rdnap_y : 462103
19rdr_host : "80.127.152.27"
20rdr_rules :
21- ['tcp', 9080, '172.17.0.41', 80]
22- ['tcp', 9081, '172.17.0.42', 554]
23- ['tcp', 9082, '172.17.0.43', 554]
24- ['tcp', 9083, '172.17.0.44', 80]
25- ['tcp', 9084, '172.17.0.43', 80]
26- ['tcp', 9085, '172.17.0.42', 80]
27- ['tcp', 9086, '172.17.0.45', 21]
28- ['tcp', 9087, '172.17.0.45', 3389]
29- ['tcp', 9092, '172.17.51.5', 80]
30- ['tcp', 9096, '172.17.13.66', 88]
31release : "9.0-RELEASE"
32service_accesspoint: True
33service_concentrator: False
34service_incoming_rdr: True
35service_proxy_ileiden: True
36service_proxy_normal: True
37serviceid : "172.31.254.9"
38status : "up"
39
40
41iface_ath0:
42 comment : "Ap binnen"
43 parent : "bridge0"
44 sdesc : "apbinnen"
45 mode : "ap"
46 type : "11g"
47 channel : 6
48 ssid : "WiFi Zoeterwoude"
49 status : "up"
50
51
52iface_bridge0:
53 comment : "Access Points"
54 ip : "172.17.34.1/24"
55 type : "eth"
56 dhcp : "10-240"
57 status : "planned"
58
59
60iface_ue0:
61 comment : "Loco tegen het raam"
62 parent : "bridge0"
63 sdesc : "2buiten"
64 mode : "ap-wds"
65 type : "eth"
66 channel : 1
67 ssid : "Wifi Zoeterwoude"
68 ns_ip : "172.17.34.2/24"
69 ns_mac : "dc:9f:db:3e:19:a1"
70 ns_type : "ns2"
71 bridge_type: "NanoStationLocoM2"
72 status : "up"
73
74
75iface_ue1:
76 comment : "Link to Server"
77 ip : "172.17.107.1/24"
78 sdesc : "2druif"
79 type : "eth"
80 dhcp : False
81 status : "up"
82
83
84iface_vr0:
85 comment : "Uplink XS4ALL FTTH (VAS)"
86 ip : "80.127.152.27/29"
87 sdesc : "2external"
88 type : "eth"
89 dhcp : False
90 status : "up"
91
92
93iface_vr1:
94 comment : "Link naar Meerburgkerk"
95 ip : "172.16.3.100/29"
96 sdesc : "2meerburgkerk"
97 mode : "station-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "116"
101 ssid : "il-wzw.mbkerk.wleiden.net"
102 dhcp : False
103 compass : "o"
104 ns_ip : "172.16.3.99/29"
105 ns_mac : "24:a4:3c:72:01:95"
106 bridge_type: "NanoStation M5"
107 status : "up"
108
109
110iface_vr2:
111 comment : "Link naar JVC"
112 ip : "172.16.6.116/29"
113 sdesc : "2jvc"
114 mode : "station-wds"
115 type : "eth"
116 extra_type : "eth2wifibridge"
117 channel : "36"
118 ssid : "il-no.jvc.wleiden.net"
119 dhcp : False
120 compass : "zw"
121 ns_ip : "172.16.6.115/29"
122 ns_mac : "00:27:22:11:fd:ed"
123 bridge_type: "NanoStation M5"
124 status : "up"
125
126
127iface_vr2_alias0:
128 comment : "Link naar Rick2"
129 ip : "172.16.6.124/29"
130 sdesc : "2rick2"
131 type : "eth"
132 dhcp : False
133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.