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

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

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

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