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

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

config external if wbrotary statisch ip

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