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

Last change on this file since 12547 was 12547, checked in by huub, 11 years ago

jorisdewitte is redirect host, config aangepast

File size: 2.1 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.194384"
8location : "Chr. Basisschool Joris de Witte, Jan Wolkerslaan 18, 2343BK, Oegstgeest"
9longitude : "4.478062"
10masterip : "172.17.39.1"
11monitoring_group: "Oegstgeest"
12nodename : "JorisdeWitte"
13nodetype : "Hybrid"
14rdnap_x : 928390
15rdnap_y : 467752
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', 9092, '172.17.51.5', 80]
27release : "9.0-RELEASE"
28service_accesspoint: True
29service_concentrator: False
30service_incoming_rdr: True
31service_proxy_ileiden: True
32service_proxy_normal: True
33status : "up"
34
35iface_ath0:
36 comment : "Omni voor de buurt"
37 ip : "172.17.39.1/24"
38 sdesc : "omni"
39 mode : "ap"
40 type : "11g"
41 channel : "1"
42 ssid : "ap-WirelessLeiden-JorisdeWitte"
43 dhcp : "10-250"
44 status : "up"
45
46iface_vr0:
47 comment : "Ethernet naar JorisdeWitte"
48 ip : "213.124.17.164/29"
49 sdesc : "2joris"
50 type : "eth"
51 dhcp : False
52 status : "up"
53
54iface_vr1:
55 comment : "interlink naar Som1"
56 ip : "172.16.7.12/29"
57 sdesc : "2som1"
58 mode : "station"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : ""
62 ssid : "il-nnw.som1.wleiden.net"
63 dhcp : False
64 compass : "nnw"
65 ns_ip : "172.16.7.11"
66 ns_mac : "DC:9F:DB:F2:0E:5D"
67 bridge_type: "NanoBridge25 M5"
68 status : "up"
69
70iface_vr2:
71 comment : "interlink naar VanderLuyt"
72 ip : "172.16.7.17/29"
73 sdesc : "2vdl"
74 mode : "ap"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "64"
78 ssid : "il-nno.jorisdewitte.wleiden.net"
79 dhcp : False
80 compass : "nno"
81 ns_ip : "172.16.7.18"
82 ns_mac : "00:15:6D:F2:43:83"
83 bridge_type: "NanoStation M5"
84 status : "down"
Note: See TracBrowser for help on using the repository browser.