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

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

Typo

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