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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 2.3 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 status : "up"
53
54
55iface_ue1:
56 comment : "Local ethernet naar extra ap"
57 ip : "172.17.16.129/26"
58 sdesc : "2ap2"
59 mode : "ap"
60 type : "eth"
61 dhcp : "140-180"
62 ns_ip : "172.17.16.130/26"
63 ns_mac : "00:15:6d:d4:f8:24"
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 status : "up"
90
91
92iface_vr2:
93 comment : "Link naar Cetim2"
94 ip : "172.16.4.30/29"
95 sdesc : "2cetim2"
96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "36"
100 ssid : "il-zw.cetim2.wleiden.net"
101 dhcp : False
102 compass : "o"
103 ns_ip : "172.16.4.29/29"
104 ns_mac : "00:15:6d:ec:81:ef"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.