source: genesis/nodes/CNodeRabo1/wleiden.yaml@ 10156

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

WL has an SSID naming scheme, so make sure to check and correct on it.

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue1,ue0,ath0,vr2,vr0,vr1"
7latitude : "4.48901"
8location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
9longitude : "52.16950"
10masterip : "172.19.136.1"
11nodename : "Rabo1"
12nodetype : "CNode"
13rdnap_x : 93554
14rdnap_y : 464974
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap oost"
21 interface : "ath0"
22 ip : "172.19.136.1/26"
23 desc : "AP Oost"
24 sdesc : "ap-o"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "10"
28 ssid : "ap-WirelessLeiden-Rabo1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar AZC"
36 interface : "ue0"
37 ip : "172.16.3.129/29"
38 desc : "Link naar AZC"
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 : "no"
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 : "Link naar Rudi"
54 interface : "ue1"
55 ip : "172.16.5.209/29"
56 desc : "Link naar Rudi"
57 sdesc : "2rudi"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "13"
62 ssid : "il-n.rabo1.wleiden.net"
63 dhcp : "no"
64 compass : "n"
65 ns_ip : "172.16.5.210/29"
66 ns_mac : "00:15:6d:d4:f8:3e"
67 status : "down"
68
69
70iface_vr0:
71 comment : "Ethernet naar Rabo2"
72 interface : "vr0"
73 ip : "172.19.137.65/30"
74 desc : "Lokaal ethernet"
75 sdesc : "2rabo2"
76 type : "eth"
77 dhcp : "no"
78 compass : "None"
79 status : "up"
80
81
82iface_vr1:
83 comment : "a-link naar NodeHuub"
84 interface : "vr1"
85 ip : "172.16.4.9/29"
86 desc : "Link naar Huub"
87 sdesc : "2huub"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "44"
92 ssid : "il-z.rabo1.wleiden.net"
93 dhcp : "no"
94 compass : "s"
95 ns_ip : "172.16.4.10/29"
96 ns_mac : "00:15:6d:70:53:6a"
97 status : "up"
98
99
100iface_vr2:
101 comment : "Link naar SOM"
102 interface : "vr2"
103 ip : "172.16.16.20/29"
104 desc : "InterLink naar SOM"
105 sdesc : "2som"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "140"
110 ssid : "il-w.som2.wleiden.net"
111 dhcp : "no"
112 compass : "w"
113 ns_ip : "172.16.16.19/29"
114 ns_mac : "00:15:6d:70:54:62"
115 status : "up"
116
117
Note: See TracBrowser for help on using the repository browser.