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

Last change on this file since 11657 was 11657, checked in by huub, 12 years ago

config interlinks gecorrigeerd en nano mac adres nu ok

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr0"
7ileiden : True
8latitude : "52.15685"
9location : "Huub, Rapenburg 62, 2311 EZ, Leiden"
10longitude : "4.48626"
11masterip : "172.17.16.1"
12monitoring_group: "wleiden"
13nodename : "Huub"
14nodetype : "Hybrid"
15rdnap_x : "093348"
16rdnap_y : 463569
17release : "9.0-RELEASE"
18remote_access: "huubs.xs4all.nl:1022"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: False
23service_proxy_normal: True
24status : "up"
25
26iface_ath0:
27 comment : "Ap"
28 ip : "172.17.16.1/26"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11b"
32 channel : "7"
33 ssid : "ap-WirelessLeiden-Huub"
34 dhcp : "10-60"
35 status : "up"
36
37
38iface_sis1:
39 comment : "Local ethernet naar extra ap2"
40 ip : "172.17.16.129/26"
41 sdesc : "2ap2"
42 mode : "ap"
43 type : "eth"
44 dhcp : "140-180"
45 ns_ip : "172.17.16.130/26"
46 ns_mac : "00:15:6d:d4:f8:24"
47 bridge_type: "Bullet2"
48 status : "up"
49
50iface_sis2:
51 comment : "Local ethernet naar extra ap3"
52 ip : "172.17.65.1/24"
53 sdesc : "2ap3"
54 mode : "ap"
55 type : "eth"
56 dhcp : "10-250"
57 ns_ip : "172.17.65.2/24"
58 ns_mac : "00:15:6d:d4:f8:24"
59 bridge_type: "Bullet2"
60 status : "up"
61
62iface_vr0:
63 comment : "External Link"
64 ip : "0.0.0.0/24"
65 sdesc : "2external"
66 type : "eth"
67 dhcp : "client"
68 status : "up"
69
70iface_vr1:
71 comment : "Link naar Vosko2"
72 ip : "172.16.4.124/29"
73 sdesc : "2vosko2"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "64"
78 ssid : "il-w.vosko2.wleiden.net"
79 dhcp : False
80 compass : "no"
81 ns_ip : "172.16.4.123/29"
82 ns_mac : "00:15:6D:D6:33:35"
83 bridge_type: "NanoStation5Loco"
84 status : "up"
85
86iface_vr2:
87 comment : "Link naar Cetim2"
88 ip : "172.16.4.28/29"
89 sdesc : "2cetim2"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "36"
94 ssid : "il-zw.cetim2.wleiden.net"
95 dhcp : False
96 compass : "o"
97 ns_ip : "172.16.4.27/29"
98 ns_mac : " 00:15:6D:F2:1F:7F"
99 bridge_type: "NanoStation5Loco"
100 status : "up"
101
102iface_vr3:
103 comment : "Link naar Rabo1"
104 ip : "172.16.4.12/29"
105 sdesc : "2rabo1"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "44"
110 ssid : "il-z.rabo.wleiden.net"
111 dhcp : False
112 compass : "n"
113 ns_ip : "172.16.4.11/29"
114 ns_mac : "00:15:6d:bd:89:cb"
115 bridge_type: "NanoStation5"
116 status : "up"
117
118
119
Note: See TracBrowser for help on using the repository browser.