source: genesis/nodes/HybridHuub/wleiden.yaml@ 10892

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

Doe een import van de bridge unit dmv een scan.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : False
7latitude : "52.15685"
8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
9longitude : "4.48626"
10masterip : "172.17.16.1"
11nodename : "Huub"
12nodetype : "Hybrid"
13rdnap_x : "093348"
14rdnap_y : 463569
15rdr_host : "83.160.119.88"
16rdr_rules :
17- ['tcp', 1194, '172.19.128.68', 1194]
18release : "9.0-RELEASE"
19remote_access: "huubs.xs4all.nl:1022"
20service_accesspoint: True
21service_incoming_rdr: True
22service_proxy_ileiden: False
23service_proxy_normal: True
24status : "up"
25
26
27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.16.1/26"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11b"
33 channel : "7"
34 ssid : "ap-WirelessLeiden-Huub"
35 dhcp : "10-60"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar Vosko2"
41 ip : "172.16.4.124/29"
42 sdesc : "2vosko2"
43 mode : "station-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "64"
47 ssid : "il-w.vosko2.wleiden.net"
48 dhcp : False
49 compass : "no"
50 ns_ip : "172.16.4.123/29"
51 ns_mac : "00:15:6d:ec:82:4c"
52 bridge_type: "NanoStation5"
53 status : "up"
54
55
56iface_ue1:
57 comment : "Local ethernet naar extra ap"
58 ip : "172.17.16.129/26"
59 sdesc : "2ap2"
60 mode : "ap"
61 type : "eth"
62 dhcp : "140-180"
63 ns_ip : "172.17.16.130/26"
64 ns_mac : "00:15:6d:d4:f8:24"
65 bridge_type: "Bullet2"
66 status : "up"
67
68
69iface_vr0:
70 comment : "External Link"
71 ip : "0.0.0.0/30"
72 sdesc : "2external"
73 type : "eth"
74 dhcp : "client"
75 status : "up"
76
77
78iface_vr1:
79 comment : "Link naar Rabo1"
80 ip : "172.16.4.12/29"
81 sdesc : "2rabo1"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "44"
86 ssid : "il-z.rabo.wleiden.net"
87 dhcp : False
88 compass : "n"
89 ns_ip : "172.16.4.11/29"
90 ns_mac : "00:15:6d:bd:89:cb"
91 bridge_type: "NanoStation5"
92 status : "up"
93
94
95iface_vr2:
96 comment : "Link naar Cetim2"
97 ip : "172.16.4.30/29"
98 sdesc : "2cetim2"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "36"
103 ssid : "il-zw.cetim2.wleiden.net"
104 dhcp : False
105 compass : "o"
106 ns_ip : "172.16.4.29/29"
107 ns_mac : "00:15:6d:ec:81:ef"
108 bridge_type: "NanoStation5"
109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.