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
RevLine 
[10542]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10544]4board : "ALIX2"
[10542]5comment : "None"
6ileiden : False
[10881]7latitude : "52.15685"
[10542]8location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
[10881]9longitude : "4.48626"
[10542]10masterip : "172.17.16.1"
11nodename : "Huub"
12nodetype : "Hybrid"
[10701]13rdnap_x : "093348"
[10542]14rdnap_y : 463569
[10881]15rdr_host : "83.160.119.88"
16rdr_rules :
17- ['tcp', 1194, '172.19.128.68', 1194]
[10542]18release : "9.0-RELEASE"
19remote_access: "huubs.xs4all.nl:1022"
[10701]20service_accesspoint: True
[10881]21service_incoming_rdr: True
[10584]22service_proxy_ileiden: False
23service_proxy_normal: True
[10542]24status : "up"
[10881]25
26
[10542]27iface_ath0:
28 comment : "Ap"
29 ip : "172.17.16.1/26"
30 sdesc : "ap"
[10675]31 mode : "ap"
[10542]32 type : "11b"
33 channel : "7"
34 ssid : "ap-WirelessLeiden-Huub"
35 dhcp : "10-60"
36 status : "up"
37
[10701]38
39iface_ue0:
[10884]40 comment : "Link naar Vosko2"
[10701]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
[10729]49 compass : "no"
[10701]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
[10545]67iface_vr0:
[10885]68 comment : "External Link"
[10542]69 ip : "0.0.0.0/30"
70 sdesc : "2external"
71 type : "eth"
[10887]72 dhcp : "client"
[10542]73 status : "up"
74
[10701]75
[10545]76iface_vr1:
[10884]77 comment : "Link naar Rabo1"
[10542]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
[10729]86 compass : "n"
[10542]87 ns_ip : "172.16.4.11/29"
88 ns_mac : "00:15:6d:bd:89:cb"
89 status : "up"
90
[10701]91
[10545]92iface_vr2:
[10884]93 comment : "Link naar Cetim2"
[10542]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
[10729]102 compass : "o"
[10542]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.