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

Last change on this file since 11574 was 11554, checked in by rick, 12 years ago

Cleanup actie.

File size: 2.8 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]
24release : "9.0-RELEASE"
25remote_access: ""
26service_accesspoint: True
27service_concentrator: False
28service_incoming_rdr: True
29service_proxy_ileiden: True
30service_proxy_normal: True
31status : "up"
32
33
34iface_ath0:
35 comment : "Ap voor de buurt"
36 ip : "172.25.52.1/24"
37 sdesc : "apnz"
38 mode : "ap"
39 type : "11b"
40 channel : "8"
41 ssid : "ap-woubrugge-rotarynz"
42 dhcp : "10-250"
43 status : "up"
44
45
46iface_ue0:
47 comment : "Link naar Zoeterwoude Rijndijk"
48 ip : "172.16.18.25/29"
49 sdesc : "2ztw"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "140"
54 ssid : "il-wzw.wbrotary.wleiden.net"
55 dhcp : False
56 compass : "zw"
57 ns_ip : "172.16.18.26/29"
58 ns_mac : "00:15:6d:8e:dc:be"
59 status : "down"
60
61
62iface_vr0:
63 comment : "Link naar Graficall, Leiderdorp"
64 ip : "172.16.18.44/29"
65 sdesc : "2graficall"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "36"
70 ssid : "il-o.graficall.wleiden.net"
71 dhcp : False
72 compass : "w"
73 ns_ip : "172.16.18.43/29"
74 ns_mac : "00:27:22:10:34:c6"
75 bridge_type: "Bullet M5"
76 status : "up"
77
78
79iface_vr1:
80 comment : "Link naar external interface gateway 192.168.0.225"
81 ip : "192.168.0.14/24"
82 sdesc : "2external"
83 mode : "ap-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "120"
87 ssid : "il-n.wbrotary.wleiden.net"
88 dhcp : False
89 compass : "w"
90 ns_ip : "192.168.0.77/24"
91 ns_mac : "00:15:6d:8e:dd:81"
92 status : "up"
93
94
95iface_vr1_alias_0:
96 comment : "Link naar Henk"
97 ip : "172.17.0.65/28"
98 sdesc : "2henk"
99 type : "eth"
100 dhcp : False
101 compass : "n"
102 status : "planned"
103
104
105iface_vr2:
106 comment : "Ap voor de buurt"
107 ip : "172.25.56.1/24"
108 sdesc : "apwo"
109 mode : "ap"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "3"
113 ssid : "ap-woubrugge-rotarywo"
114 dhcp : "10-250"
115 ns_ip : "172.25.56.2/24"
116 ns_mac : "00:15:6d:30:2a:5d"
117 ns_type : "Bullet2"
118 bridge_type: "Bullet2"
119 status : "up"
120
121
Note: See TracBrowser for help on using the repository browser.