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

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

portforward op JorisdeWitte naar rasbepi van HenkJan

File size: 2.2 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', 9092, '172.17.51.5', 80]
27- ['tcp', 9099, '172.16.9.116', 80]
28release : "9.0-RELEASE"
29service_accesspoint: True
30service_concentrator: False
31service_incoming_rdr: True
32service_proxy_ileiden: True
33service_proxy_normal: True
34status : "up"
35
36
37iface_ath0:
38 comment : "Omni voor de buurt"
39 ip : "172.17.39.1/24"
40 sdesc : "omni"
41 mode : "ap"
42 type : "11g"
43 channel : 1
44 ssid : "ap-WirelessLeiden-JorisdeWitte"
45 dhcp : "10-250"
46 status : "up"
47
48
49iface_vr0:
50 comment : "Ethernet naar JorisdeWitte"
51 ip : "213.124.17.164/29"
52 sdesc : "2joris"
53 type : "eth"
54 dhcp : False
55 status : "up"
56
57
58iface_vr1:
59 comment : "Interlink naar Som1"
60 ip : "172.16.7.12/29"
61 sdesc : "2som1"
62 mode : "station"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : ""
66 ssid : "il-nnw.som1.wleiden.net"
67 dhcp : False
68 compass : "w"
69 ns_ip : "172.16.7.11"
70 ns_mac : "dc:9f:db:f2:0e:5d"
71 bridge_type: "NanoBridge25 M5"
72 status : "up"
73
74
75iface_vr2:
76 comment : "Interlink naar VanderLuyt"
77 ip : "172.16.7.17/29"
78 sdesc : "2vdl"
79 mode : "ap"
80 type : "eth"
81 extra_type : "eth2wifibridge"
82 channel : "64"
83 ssid : "il-nno.jorisdewitte.wleiden.net"
84 dhcp : False
85 compass : "nno"
86 ns_ip : "172.16.7.18"
87 ns_mac : "00:15:6d:f2:43:83"
88 bridge_type: "NanoStation M5"
89 status : "down"
90
91
Note: See TracBrowser for help on using the repository browser.