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

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

Doe een import van de bridge unit dmv een scan.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.17732"
8location : "Openbare Bibliotheek locatie Merenwijk, Rosmolen 4, 2317 SJ, Leiden"
9longitude : "4.50479"
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 voor de buurt"
21 ip : "172.21.168.1/24"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "5"
26 ssid : "ap-wirelessleiden.rosmolen"
27 dhcp : "10-60"
28 compass : "wirelessleiden"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Ethernet naar filiaal OBL"
34 ip : "172.21.168.65/28"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : False
38 status : "down"
39
40
41iface_ue1:
42 comment : "Link naar Rudi"
43 ip : "172.16.2.57/30"
44 sdesc : "2Rudi"
45 mode : "station-wds"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "3"
49 ssid : "il-nw.rosmolen.wleiden.net"
50 dhcp : False
51 compass : "w"
52 ns_ip : "172.16.3.74/29"
53 ns_mac : "00:15:6d:"
54 status : "down"
55
56
57iface_vr0:
58 comment : "A-link naar Broekplein"
59 ip : "172.16.5.132/29"
60 sdesc : "2Broekplein"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "36"
65 ssid : "il-z.broekplein.wleiden.net"
66 dhcp : False
67 compass : "nw"
68 ns_ip : "172.16.5.131/29"
69 ns_mac : "00:15:6d:70:54:c5"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr1:
75 comment : "Link naar Roomburgh1"
76 ip : "172.16.3.44/29"
77 sdesc : "2roomburgh1"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "124"
82 ssid : "il-nnw.roomburgh1.wleiden.net"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.16.3.43/29"
86 ns_mac : ""
87 bridge_type: "NanoStation5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Link naar Regenboog"
93 ip : "172.16.5.201/29"
94 sdesc : "2regenboog"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "11"
99 ssid : "il-o.rosmolen.wleiden.net"
100 dhcp : False
101 compass : "e"
102 ns_ip : "172.16.5.202/29"
103 ns_mac : "00:15:6d:e8:f9:3d"
104 status : "down"
105
106
Note: See TracBrowser for help on using the repository browser.