source: genesis/nodes/HybridWBRotary/wleiden.yaml@ 12220

Last change on this file since 12220 was 12220, checked in by huub, 12 years ago

repeaters voor rotary en nieuwe bulletM2

File size: 3.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr1"
7gateway : "192.168.0.225"
8ileiden : True
9latitude : "52.16707"
10location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
11longitude : "4.63817"
12masterip : "172.25.52.1"
13monitoring_group: "wleiden"
14nodename : "WBRotary"
15nodetype : "Hybrid"
16rdnap_x : 103755
17rdnap_y : 464588
18rdr_host : "94.209.113.8"
19rdr_rules :
20- ['tcp', 9080, '172.17.0.41', 80]
21- ['tcp', 9081, '172.17.0.42', 554]
22- ['tcp', 9082, '172.17.0.43', 554]
23- ['tcp', 9083, '172.17.0.44', 80]
24- ['tcp', 9084, '172.17.0.43', 80]
25- ['tcp', 9085, '172.17.0.42', 80]
26- ['tcp', 9086, '172.17.0.45', 21]
27- ['tcp', 9087, '172.17.0.45', 3389]
28release : "9.0-RELEASE"
29remote_access: ""
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 : "Ap voor de buurt"
40 ip : "172.25.52.1/24"
41 sdesc : "apnz"
42 mode : "ap"
43 type : "11g"
44 channel : 6
45 ssid : "ap-woubrugge-rotarynz"
46 dhcp : "10-250"
47 status : "up"
48
49
50iface_ue0:
51 comment : "Link naar Zoeterwoude Rijndijk"
52 ip : "172.16.18.25/29"
53 sdesc : "2ztw"
54 mode : "ap-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "140"
58 ssid : "il-wzw.wbrotary.wleiden.net"
59 dhcp : False
60 compass : "zw"
61 ns_ip : "172.16.18.26/29"
62 ns_mac : "00:15:6d:8e:dc:be"
63 bridge_type: "Bullet M5"
64 status : "up"
65
66
67iface_vr0:
68 comment : "Link naar Graficall, Leiderdorp"
69 ip : "172.16.18.44/29"
70 sdesc : "2graficall"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "36"
75 ssid : "il-o.graficall.wleiden.net"
76 dhcp : False
77 compass : "w"
78 ns_ip : "172.16.18.43/29"
79 ns_mac : "00:27:22:10:34:c6"
80 bridge_type: "Bullet M5"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar external interface gateway 192.168.0.225 via BulletM5"
86 ip : "192.168.0.14/24"
87 sdesc : "2external"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "120"
92 ssid : "il-n.wbrotary.wleiden.net"
93 dhcp : False
94 compass : "w"
95 ns_ip : "192.168.0.77/24"
96 ns_mac : "00:15:6d:8e:db:bb"
97 status : "up"
98
99
100iface_vr1_alias_0:
101 comment : "Link naar Henk"
102 ip : "172.17.0.65/28"
103 sdesc : "2henk"
104 type : "eth"
105 dhcp : False
106 compass : "n"
107 status : "planned"
108
109
110iface_vr2:
111 comment : "Ap voor de buurt nieuw: NSM2 00:27:22:EC:BF:9C, repeaters Disgenoten-1 DC:9F:DB:36:1E:0B en Disgenoten-2 DC:9F:DB:36:1D:EF"
112 ip : "172.25.56.1/24"
113 sdesc : "apwo"
114 mode : "ap"
115 type : "eth"
116 extra_type : "eth2wifibridge"
117 channel : "11"
118 ssid : "ap-woubrugge-rotarywo"
119 dhcp : "10-250"
120 ns_ip : "172.25.56.2/24"
121 ns_mac : "00:15:6d:30:2a:5d"
122 ns_type : "Bullet2"
123 bridge_type: "Bullet2"
124 status : "up"
125
126
Note: See TracBrowser for help on using the repository browser.