source: genesis/nodes/HybridRabo1/wleiden.yaml@ 11618

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

foutjelink rabo1

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
8longitude : "4.48901"
9masterip : "172.19.136.1"
10monitoring_group: "wleiden"
11nodename : "Rabo1"
12nodetype : "Hybrid"
13rdnap_x : 93554
14rdnap_y : 464974
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap oost"
26 ip : "172.19.136.1/24"
27 sdesc : "ap-o"
28 mode : "ap"
29 type : "11b"
30 channel : "10"
31 ssid : "ap-WirelessLeiden-Rabo1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar AZC"
38 ip : "172.16.3.129/29"
39 sdesc : "2azc"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "5"
44 ssid : "il-w.rabo1.wleiden.net"
45 dhcp : False
46 compass : "w"
47 ns_ip : "172.16.3.130/29"
48 ns_mac : "00:15:6d:e8:f9:5e"
49 status : "down"
50
51
52iface_ue1:
53 comment : "Ap-noord"
54 ip : "172.17.44.1/24"
55 sdesc : "2apnoord"
56 mode : "ap"
57 type : "eth"
58 channel : "3"
59 ssid : "ap2-WirelessLeiden-Rabo1"
60 dhcp : "10-250"
61 compass : "n"
62 ns_ip : "172.17.44.2/24"
63 ns_mac : "00:15:6d:d4:f8:3e"
64 status : "up"
65
66
67iface_vr0:
68 comment : "Ethernet naar Rabo2"
69 ip : "172.19.137.65/30"
70 sdesc : "2rabo2"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75
76iface_vr1:
77 comment : "A-link naar NodeHuub"
78 ip : "172.16.4.9/29"
79 sdesc : "2huub"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "44"
84 ssid : "il-z.rabo1.wleiden.net"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.16.4.10/29"
88 ns_mac : "00:15:6d:70:53:6a"
89 bridge_type: "NanoStation5"
90 status : "up"
91
92iface_vr1_alias0:
93 comment : "A-link naar CeTIM2"
94 ip : "172.16.4.97/29"
95 sdesc : "2cetim2"
96 type : "eth"
97 status : "up"
98
99iface_vr2:
100 comment : "InterLink naar SOM"
101 ip : "172.16.16.20/29"
102 sdesc : "2som"
103 mode : "station-wds"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 channel : "140"
107 ssid : "il-w.som2.wleiden.net"
108 dhcp : False
109 compass : "o"
110 ns_ip : "172.16.16.19/29"
111 ns_mac : "00:15:6d:70:54:62"
112 bridge_type: "NanoStation5"
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.