source: genesis/nodes/HybridJorisdeWitte/wleiden.yaml@ 13094

Last change on this file since 13094 was 12990, checked in by huub, 10 years ago

foutje in configuratie van nanostation akzo2 nu voorlopig ap en station omgedraaid ipadressen staan dus in verkeerde volgorde

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.124.17.161"
7latitude : "52.194433"
8location : "Chr. Basisschool Joris de Witte, Jan Wolkerslaan 18, 2343BK, Oegstgeest"
9longitude : "4.478018"
10masterip : "172.17.39.1"
11monitoring_group: "Oegstgeest"
12nodename : "JorisdeWitte"
13nodetype : "Hybrid"
14rdnap_x : 928360
15rdnap_y : 467757
16rdr_host : "213.124.17.164"
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', 9091, '172.16.9.237', 88]
27- ['tcp', 9092, '172.17.51.5', 80]
28- ['tcp', 9099, '172.16.9.116', 80]
29release : "9.0-RELEASE"
30service_accesspoint: True
31service_concentrator: False
32service_incoming_rdr: True
33service_proxy_ileiden: True
34service_proxy_normal: True
35status : "up"
36
37
38iface_ath0:
39 comment : "Omni voor de buurt"
40 ip : "172.17.39.1/24"
41 sdesc : "omni"
42 mode : "ap"
43 type : "11g"
44 channel : 1
45 ssid : "ap-WirelessLeiden-JorisdeWitte"
46 dhcp : "10-250"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Ethernet naar JorisdeWitte"
52 ip : "213.124.17.164/29"
53 sdesc : "2joris"
54 type : "eth"
55 dhcp : False
56 status : "up"
57
58
59iface_vr1:
60 comment : "Interlink naar Som1"
61 ip : "172.16.7.12/29"
62 sdesc : "2som1"
63 mode : "station"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : ""
67 ssid : "il-nnw.som1.wleiden.net"
68 dhcp : False
69 compass : "w"
70 ns_ip : "172.16.7.11"
71 ns_mac : "dc:9f:db:f2:0e:5d"
72 bridge_type: "NanoBridge25 M5"
73 status : "up"
74
75
76iface_vr2:
77 comment : "Interlink naar AkzoNobel2"
78 ip : "172.16.7.17/29"
79 sdesc : "2akzonobel2"
80 mode : "station"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "64"
84 ssid : "il-nno.jorisdewitte.wleiden.net"
85 dhcp : False
86 compass : "nno"
87 ns_ip : "172.16.7.18"
88 ns_mac : "00:15:6d:f2:43:83"
89 bridge_type: "NanoStation M5"
90 status : "up"
91
92iface_vr2_alias0:
93 comment : "Tweede AP aangesloten op Nano5 poort met PoE"
94 ip : "172.17.152.1/24"
95 sdesc : "2ap2"
96 mode : "ap"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "6"
100 ssid : "ap2-WirelessLeiden-JorisdeWitte"
101 dhcp : "10-250"
102 compass : "w"
103 ns_ip : "172.17.152.2"
104 ns_mac : "DC:9F:DB:5A:A4:1F"
105 bridge_type: "NanoStation M2 Loco"
106 status : "up"
Note: See TracBrowser for help on using the repository browser.