source: genesis/nodes/StVictor/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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.25091"
8location : "Sint Victor kerk, St Victorlaan 11, 2211 RN, Noordwijkerhout"
9longitude : "4.48922"
10masterip : "172.17.119.1"
11monitoring_group: "noordwijk"
12nodename : "StVictor"
13nodetype : "Hybrid"
14rdnap_x : 93680
15rdnap_y : 474031
16rdr_host : "82.217.246.132"
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', 9088, '172.16.6.229', 9081]
27- ['tcp', 9091, '172.16.9.237', 88]
28- ['tcp', 9092, '172.17.51.5', 80]
29- ['tcp', 9096, '172.17.13.66', 88]
30- ['tcp', 9099, '172.16.9.116', 80]
31release : "9.0-RELEASE"
32service_accesspoint: True
33service_concentrator: False
34service_incoming_rdr: False
35service_proxy_ileiden: True
36service_proxy_normal: True
37serviceid : "172.31.254.14"
38status : "up"
39
40
41iface_ath0:
42 comment : "Accesspoint Zuid op sectorantenne"
43 ip : "172.17.119.1/24"
44 sdesc : "apz"
45 mode : "ap"
46 type : "11g"
47 channel : 1
48 ssid : "ap-stvictor-z"
49 dhcp : "10-250"
50 compass : "n"
51 status : "up"
52
53
54iface_ue0:
55 comment : "Accesspoint Noord op NanoStation"
56 ip : "172.17.133.1/24"
57 sdesc : "apoost"
58 mode : "apn"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "6"
62 ssid : "ap-stvictor-n"
63 dhcp : "10-250"
64 compass : "n"
65 ns_ip : "172.17.133.2/24"
66 ns_mac : "dc:9f:db:62:14:9b"
67 bridge_type: "NanoStationM2"
68 status : "up"
69
70
71iface_vr0:
72 comment : "Internetverbinding"
73 ip : "192.168.178.2/24"
74 sdesc : "2external"
75 type : "eth"
76 dhcp : "client"
77 status : "up"
78
79
80iface_vr0_extra0:
81 comment : "Naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
82 ip : "172.16.9.105/29"
83 sdesc : "2pastorie"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "52"
88 ssid : "il-nw.stvictor.wleiden.net"
89 compass : "nw"
90 ns_ip : "172.16.9.106/29"
91 ns_mac : "24:a4:3c:72:01:cf"
92 bridge_type: "NanoStation M5"
93 status : "up"
94
95
96iface_vr1:
97 comment : "Naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
98 ip : "172.16.6.228/29"
99 sdesc : "2lwhorst"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "60"
104 ssid : "il-o.leeuwenhorst.wleiden.net"
105 dhcp : False
106 compass : "w"
107 ns_ip : "172.16.6.227/29"
108 ns_mac : "24:a4:3c:72:02:29"
109 bridge_type: "NanoStation M5"
110 status : "up"
111
112
113iface_vr2:
114 comment : "Link naar AkzoNobel1"
115 ip : "172.16.10.36/29"
116 sdesc : "2akzo"
117 mode : "ap-wds"
118 type : "eth"
119 extra_type : "eth2wifibridge"
120 channel : "120"
121 ssid : "il-n.teyakzonobel1.wleiden.net"
122 dhcp : False
123 compass : "z"
124 ns_ip : "172.16.10.35/29"
125 ns_mac : "24:a4:3c:72:02:13"
126 bridge_type: "NanoStation M5"
127 status : "up"
128
129
Note: See TracBrowser for help on using the repository browser.