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

Last change on this file since 11264 was 11013, checked in by huub, 13 years ago

ileiden is true in yaml files

File size: 2.4 KB
RevLine 
[10542]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10544]4board : "ALIX2"
[10542]5comment : "None"
[11013]6ileiden : True
[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"
[10892]52 bridge_type: "NanoStation5"
[10701]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"
[10892]65 bridge_type: "Bullet2"
[10701]66 status : "up"
67
68
[10545]69iface_vr0:
[10885]70 comment : "External Link"
[10542]71 ip : "0.0.0.0/30"
72 sdesc : "2external"
73 type : "eth"
[10887]74 dhcp : "client"
[10542]75 status : "up"
76
[10701]77
[10545]78iface_vr1:
[10884]79 comment : "Link naar Rabo1"
[10542]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
[10729]88 compass : "n"
[10542]89 ns_ip : "172.16.4.11/29"
90 ns_mac : "00:15:6d:bd:89:cb"
[10892]91 bridge_type: "NanoStation5"
[10542]92 status : "up"
93
[10701]94
[10545]95iface_vr2:
[10884]96 comment : "Link naar Cetim2"
[10542]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
[10729]105 compass : "o"
[10542]106 ns_ip : "172.16.4.29/29"
107 ns_mac : "00:15:6d:ec:81:ef"
[10892]108 bridge_type: "NanoStation5"
[10542]109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.