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

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.5 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 sdesc : "2ap2"
63 mode : "ap"
64 type : "eth"
65 dhcp : "140-180"
66 compass : "None"
67 ns_ip : "172.17.16.130/26"
68 ns_mac : "00:15:6d:d4:f8:24"
69 status : "up"
70
71
72iface_vr0:
73 comment : "External Link"
74 interface : "vr0"
75 ip : "0.0.0.0/30"
76 sdesc : "2external"
77 type : "eth"
78 dhcp : False
79 dhcpclient : True
80 compass : "None"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar Rabo1"
86 interface : "vr1"
87 ip : "172.16.4.12/29"
88 sdesc : "2rabo1"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "44"
93 ssid : "il-z.rabo.wleiden.net"
94 dhcp : False
95 compass : "n"
96 ns_ip : "172.16.4.11/29"
97 ns_mac : "00:15:6d:bd:89:cb"
98 status : "up"
99
100
101iface_vr2:
102 comment : "Link naar Cetim2"
103 interface : "vr2"
104 ip : "172.16.4.30/29"
105 sdesc : "2cetim2"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "36"
110 ssid : "il-zw.cetim2.wleiden.net"
111 dhcp : False
112 compass : "o"
113 ns_ip : "172.16.4.29/29"
114 ns_mac : "00:15:6d:ec:81:ef"
115 status : "up"
116
117
Note: See TracBrowser for help on using the repository browser.