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

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

Make the interface keys wat meer standaard.

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