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

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

Maak de vreemde setup by Henk wat duidelijker.

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 : "4.63817"
10location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
11longitude : "52.16707"
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_proxy_ileiden: True
27service_proxy_normal: True
28status : "up"
29
30
31iface_ath0:
32 comment : "ap voor de buurt"
33 interface : "ath0"
34 ip : "172.25.52.1/24"
35 desc : "ap voor de buurt"
36 sdesc : "apnz"
37 mode : "ap"
38 type : "11b"
39 channel : "8"
40 ssid : "ap-woubrugge-rotarynz"
41 dhcp : "10-250"
42 compass : "None"
43 status : "up"
44
45
46iface_ue0:
47 comment : "link naar Alphen HW Fortis"
48 interface : "ue0"
49 ip : "172.16.18.25/29"
50 desc : "Link naar Alphen"
51 sdesc : "2hwfortis"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "44"
56 ssid : "il-zo.wbrotary.wleiden.net"
57 dhcp : False
58 compass : "se"
59 ns_ip : "172.16.18.26/29"
60 ns_mac : "00:15:6d:8e:dc:be"
61 status : "down"
62
63
64iface_vr0:
65 comment : "link naar Graficall"
66 interface : "vr0"
67 ip : "172.16.18.41/29"
68 desc : "Link naar Graficall, Leiderdorp"
69 sdesc : "2graficall"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-w.wbrotary.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.18.42/29"
78 ns_mac : "00:27:22:10:34:c6"
79 status : "up"
80
81
82iface_vr1:
83 comment : "External GW is external site - via Bullet5 at 192.168.0.83"
84 interface : "vr1"
85 ip : "192.168.0.81/24"
86 desc : "Link naar Henk - external"
87 sdesc : "2external"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "108"
92 ssid : "il-n.wbrotary.wleiden.net"
93 dhcp : False
94 compass : "w"
95 dhcpclient : False
96 ns_ip : "192.168.0.82/24"
97 ns_mac : "00:15:6d:8e:dd:81"
98 status : "up"
99
100
101iface_vr2:
102 comment : "ap voor de buurt"
103 interface : "vr2"
104 ip : "172.25.56.1/24"
105 desc : "ap voor de buurt"
106 sdesc : "apwo"
107 mode : "ap"
108 type : "eth"
109 extra_type : "eth2wifibridge"
110 channel : "3"
111 ssid : "ap-woubrugge-rotarywo"
112 dhcp : "10-250"
113 compass : "None"
114 ns_ip : "172.25.56.2"
115 ns_mac : "00:15:6d:30:2a:5d"
116 status : "up"
117
118
Note: See TracBrowser for help on using the repository browser.