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

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

Make the interface keys wat meer standaard.

File size: 2.7 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 interface : "ath0"
30 ip : "172.17.16.1/26"
31 desc : "AP"
32 sdesc : "ap"
[10675]33 mode : "ap"
[10542]34 type : "11b"
35 channel : "7"
36 ssid : "ap-WirelessLeiden-Huub"
37 dhcp : "10-60"
38 compass : "None"
39 status : "up"
40
[10701]41
42iface_ue0:
43 comment : "link naar Vosko2"
44 interface : "ue0"
45 ip : "172.16.4.124/29"
46 desc : "Link naar Vosko2"
47 sdesc : "2vosko2"
48 mode : "station-wds"
49 type : "eth"
50 extra_type : "eth2wifibridge"
51 channel : "64"
52 ssid : "il-w.vosko2.wleiden.net"
53 dhcp : False
[10729]54 compass : "no"
[10701]55 ns_ip : "172.16.4.123/29"
56 ns_mac : "00:15:6d:ec:82:4c"
57 status : "up"
58
59
60iface_ue1:
61 comment : "Local ethernet naar extra ap"
62 interface : "ue1"
63 ip : "172.17.16.129/26"
64 desc : "Local Ethernet to AP2"
65 sdesc : "2ap2"
66 mode : "ap"
67 type : "eth"
68 dhcp : "140-180"
69 compass : "None"
70 ns_ip : "172.17.16.130/26"
71 ns_mac : "00:15:6d:d4:f8:24"
72 status : "up"
73
74
[10545]75iface_vr0:
[10546]76 comment : "Link to external interface"
[10545]77 interface : "vr0"
[10542]78 ip : "0.0.0.0/30"
79 desc : "External Link"
80 sdesc : "2external"
81 type : "eth"
82 dhcp : False
[10881]83 dhcpclient : True
[10542]84 compass : "None"
85 status : "up"
86
[10701]87
[10545]88iface_vr1:
[10542]89 comment : "link naar Rabo1"
[10545]90 interface : "vr1"
[10542]91 ip : "172.16.4.12/29"
92 desc : "Ethernet naar interlink noord (Rabo1)"
93 sdesc : "2rabo1"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "44"
98 ssid : "il-z.rabo.wleiden.net"
99 dhcp : False
[10729]100 compass : "n"
[10542]101 ns_ip : "172.16.4.11/29"
102 ns_mac : "00:15:6d:bd:89:cb"
103 status : "up"
104
[10701]105
[10545]106iface_vr2:
[10542]107 comment : "link naar Cetim2"
[10545]108 interface : "vr2"
[10542]109 ip : "172.16.4.30/29"
110 desc : "Link naar Cetim2"
111 sdesc : "2cetim2"
112 mode : "station-wds"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 channel : "36"
116 ssid : "il-zw.cetim2.wleiden.net"
117 dhcp : False
[10729]118 compass : "o"
[10542]119 ns_ip : "172.16.4.29/29"
120 ns_mac : "00:15:6d:ec:81:ef"
121 status : "up"
122
123
Note: See TracBrowser for help on using the repository browser.