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

Last change on this file since 11537 was 11537, checked in by rick, 12 years ago

Back to a iLeiden proxy (with concentrator functionality something).

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