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
RevLine 
[13610]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13844]6gateway : "80.127.152.25"
[13610]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
[13621]19rdr_host : "80.127.152.27"
[13615]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"
[13610]32service_accesspoint: True
33service_concentrator: False
[13615]34service_incoming_rdr: True
[13844]35service_proxy_ileiden: True
[13615]36service_proxy_normal: True
[13844]37serviceid : "172.31.254.9"
[13615]38status : "up"
[13610]39
[13844]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
[13703]52iface_bridge0:
53 comment : "Access Points"
[13844]54 ip : "172.17.34.1/24"
[13703]55 type : "eth"
56 dhcp : "10-240"
[13844]57 status : "planned"
[13610]58
[13844]59
[13619]60iface_ue0:
61 comment : "Loco tegen het raam"
[13703]62 parent : "bridge0"
[13619]63 sdesc : "2buiten"
[13620]64 mode : "ap-wds"
65 type : "eth"
[13844]66 channel : 1
[13620]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"
[13619]72 status : "up"
[13610]73
[13844]74
75iface_ue1:
76 comment : "Link to Server"
77 ip : "172.17.107.1/24"
78 sdesc : "2druif"
79 type : "eth"
80 dhcp : False
[13703]81 status : "up"
82
[13844]83
[13610]84iface_vr0:
[13615]85 comment : "Uplink XS4ALL FTTH (VAS)"
[13621]86 ip : "80.127.152.27/29"
[13615]87 sdesc : "2external"
88 type : "eth"
89 dhcp : False
90 status : "up"
91
[13844]92
[13615]93iface_vr1:
[13610]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"
[13616]108
[13844]109
[13616]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"
[13745]125
[13844]126
[13746]127iface_vr2_alias0:
[13745]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
[13838]135
Note: See TracBrowser for help on using the repository browser.