source: genesis/nodes/CNodeRosmolen/wleiden.yaml@ 10074

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.7 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.50479"
8location : "Openbare Bibliotheek locatie Merenwijk, Rosmolen 4, 2317 SJ, Leiden"
9longitude : "52.17732"
10masterip : "172.21.168.1"
11nodename : "Rosmolen"
12nodetype : "CNode"
13rdnap_x : 94644
14rdnap_y : 465831
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP"
21 interface : "ath0"
22 ip : "172.21.168.1/24"
23 desc : "ap voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "5"
28 ssid : "ap-wirelessleiden.rosmolen"
29 dhcp : "10-60"
30 compass : "wirelessleiden"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet"
36 interface : "ue0"
37 ip : "172.21.168.65/28"
38 desc : "Ethernet naar filiaal OBL"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "down"
44
45
46iface_ue1:
47 comment : "Link naar Rudi"
48 interface : "ue1"
49 ip : "172.16.2.57/30"
50 desc : "Link naar Rudi"
51 sdesc : "2Rudi"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "3"
56 ssid : "il-nw.rosmolen.wleiden.net"
57 dhcp : "no"
58 compass : "nw"
59 ns_ip : "172.16.3.74/29"
60 ns_mac : "00:15:6d:"
61 status : "down"
62
63
64iface_vr0:
65 comment : "a-link naar Broekplein"
66 interface : "vr0"
67 ip : "172.16.5.132/29"
68 desc : "Link naar Broekplein"
69 sdesc : "2Broekplein"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-z.broekplein.wleiden.net"
75 dhcp : "no"
76 bridge_type: "NanoStation5"
77 compass : "s"
78 ns_ip : "172.16.5.131/29"
79 ns_mac : "00:15:6d:70:54:c5"
80 status : "up"
81
82
83iface_vr1:
84 comment : "link naar Roomburgh1"
85 interface : "vr1"
86 ip : "172.16.3.44/29"
87 desc : "Link naar Roomburgh1"
88 sdesc : "2roomburgh1"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "124"
93 ssid : "il-nnw.roomburgh1.wleiden.net"
94 dhcp : "no"
95 bridge_type: "NanoStation5"
96 compass : "nnw"
97 ns_ip : "172.16.3.43/29"
98 ns_mac : ""
99 status : "up"
100
101
102iface_vr2:
103 comment : "link naar Regenboog"
104 interface : "vr2"
105 ip : "172.16.5.201/29"
106 desc : "Link naar Regenboog"
107 sdesc : "2regenboog"
108 mode : "station-wds"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 channel : "11"
112 ssid : "il-o.rosmolen.wleiden.net"
113 dhcp : "no"
114 bridge_type: "Bullet2"
115 compass : "e"
116 ns_ip : "172.16.5.202/29"
117 ns_mac : "00:15:6d:e8:f9:3d"
118 status : "down"
119
120
Note: See TracBrowser for help on using the repository browser.