source: genesis/nodes/StVictor/wleiden.yaml@ 13654

Last change on this file since 13654 was 13654, checked in by huub, 8 years ago

nieuw extern ipadres bij St Victor

File size: 3.1 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
37status : "up"
38
39
40iface_ath0:
41 comment : "Accesspoint Zuid op sectorantenne"
42 ip : "172.17.119.1/24"
43 sdesc : "apz"
44 mode : "ap"
45 type : "11g"
46 channel : 1
47 ssid : "ap-stvictor-z"
48 dhcp : "10-250"
49 compass : "n"
50 status : "up"
51
52
53iface_ue0:
54 comment : "Accesspoint Noord op NanoStation"
55 ip : "172.17.133.1/24"
56 sdesc : "apoost"
57 mode : "apn"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "6"
61 ssid : "ap-stvictor-n"
62 dhcp : "10-250"
63 compass : "n"
64 ns_ip : "172.17.133.2/24"
65 ns_mac : "dc:9f:db:62:14:9b"
66 bridge_type: "NanoStationM2"
67 status : "up"
68
69
70iface_vr0:
71 comment : "Internetverbinding"
72 ip : "192.168.178.2/24"
73 sdesc : "2external"
74 type : "eth"
75 dhcp : "client"
76 status : "up"
77
78
79iface_vr0_alias0:
80 comment : "Naar pastorie NanostationM5 LAN1 bridge > nano vr1 WPA2"
81 ip : "172.16.9.105/29"
82 sdesc : "2pastorie"
83 mode : "ap-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "52"
87 ssid : "il-nw.stvictor.wleiden.net"
88 compass : "nw"
89 ns_ip : "172.16.9.106/29"
90 ns_mac : "24:a4:3c:72:01:cf"
91 bridge_type: "NanoStation M5"
92 status : "up"
93
94
95iface_vr1:
96 comment : "Naar Leeuwenhorst1 NanostationM5 LAN1 bridge > nano vr0"
97 ip : "172.16.6.228/29"
98 sdesc : "2lwhorst"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "60"
103 ssid : "il-o.leeuwenhorst.wleiden.net"
104 dhcp : False
105 compass : "w"
106 ns_ip : "172.16.6.227/29"
107 ns_mac : "24:a4:3c:72:02:29"
108 bridge_type: "NanoStation M5"
109 status : "up"
110
111
112iface_vr2:
113 comment : "Link naar AkzoNobel1"
114 ip : "172.16.10.36/29"
115 sdesc : "2akzo"
116 mode : "ap-wds"
117 type : "eth"
118 extra_type : "eth2wifibridge"
119 channel : "120"
120 ssid : "il-n.teyakzonobel1.wleiden.net"
121 dhcp : False
122 compass : "z"
123 ns_ip : "172.16.10.35/29"
124 ns_mac : "24:a4:3c:72:02:13"
125 bridge_type: "NanoStation M5"
126 status : "up"
127
128
Note: See TracBrowser for help on using the repository browser.