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

Last change on this file since 10927 was 10927, checked in by rick, 13 years ago

Extra values.

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"
13nodename : "WBRotary"
14nodetype : "Hybrid"
15rdnap_x : 103755
16rdnap_y : 464588
17rdr_host : "94.209.113.8"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23release : "9.0-RELEASE"
24remote_access: ""
25service_accesspoint: True
26service_incoming_rdr: True
27service_proxy_ileiden: True
28service_proxy_normal: True
29status : "up"
30
31
32iface_ath0:
33 comment : "Ap voor de buurt"
34 ip : "172.25.52.1/24"
35 sdesc : "apnz"
36 mode : "ap"
37 type : "11b"
38 channel : "8"
39 ssid : "ap-woubrugge-rotarynz"
40 dhcp : "10-250"
41 status : "up"
42
43
44iface_ue0:
45 comment : "Link naar Alphen HW Fortis"
46 ip : "172.16.18.25/29"
47 sdesc : "2hwfortis"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "44"
52 ssid : "il-zo.wbrotary.wleiden.net"
53 dhcp : False
54 compass : "se"
55 ns_ip : "172.16.18.26/29"
56 ns_mac : "00:15:6d:8e:dc:be"
57 status : "down"
58
59
60iface_vr0:
61 comment : "Link naar Graficall, Leiderdorp"
62 ip : "172.16.18.41/29"
63 sdesc : "2graficall"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "36"
68 ssid : "il-w.wbrotary.wleiden.net"
69 dhcp : False
70 compass : "w"
71 ns_ip : "172.16.18.42/29"
72 ns_mac : "00:27:22:10:34:c6"
73 status : "up"
74
75
76iface_vr1:
77 comment : "External GW is external site - via Bullet5 at 192.168.0.83"
78 ip : "192.168.0.81/24"
79 sdesc : "2external"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "108"
84 ssid : "il-n.wbrotary.wleiden.net"
85 dhcp : False
86 compass : "w"
87 ns_ip : "192.168.0.82/24"
88 ns_mac : "00:15:6d:8e:dd:81"
89 status : "up"
90
91
92iface_vr1_alias_0:
93 comment : "Link naar Henk"
94 ip : "172.17.0.65/28"
95 sdesc : "2henk"
96 type : "eth"
97 dhcp : False
98 compass : "w"
99 status : "planned"
100
101
102iface_vr2:
103 comment : "Ap voor de buurt"
104 ip : "172.25.56.1/24"
105 sdesc : "apwo"
106 mode : "ap"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "3"
110 ssid : "ap-woubrugge-rotarywo"
111 dhcp : "10-250"
112 ns_ip : "172.25.56.2/24"
113 ns_type : "Bullet2"
114 ns_mac : "00:15:6d:30:2a:5d"
115 status : "up"
116
117
Note: See TracBrowser for help on using the repository browser.