source: genesis/nodes/CNodeBroekplein/wleiden.yaml@ 11237

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

Doe een import van de bridge unit dmv een scan.

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.17972"
8location : "Basisschool De Tweemaster, Broekplein 1, 2318 TJ, Leiden"
9longitude : "4.50232"
10masterip : "172.21.144.1"
11nodename : "Broekplein"
12nodetype : "CNode"
13rdnap_x : 94478
14rdnap_y : 466100
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.21.144.1/24"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-WirelessLeiden-Broekplein"
27 dhcp : "10-250"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Ethernet naar tweemaster"
33 ip : "172.16.6.65/29"
34 sdesc : "eth"
35 type : "eth"
36 dhcp : False
37 status : "down"
38
39
40iface_vr0:
41 comment : "A-link naar SOM1"
42 ip : "172.16.5.124/29"
43 sdesc : "2som1"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "132"
48 ssid : "il-n.som1.wleiden.net"
49 dhcp : False
50 compass : "zw"
51 ns_ip : "172.16.5.123/29"
52 ns_mac : "00:15:6d:ec:82:8d"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr1:
58 comment : "Link naar Rosmolen"
59 ip : "172.16.5.129/29"
60 sdesc : "2rosmolen"
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 : "zo"
68 ns_ip : "172.16.5.130/29"
69 ns_mac : "00:15:6d:ec:82:05"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr2:
75 comment : "Link naar Lijtweg 2"
76 ip : "172.16.5.137/29"
77 sdesc : "2lijtweg2"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-w.broekplein.wleiden.net"
83 dhcp : False
84 compass : "w"
85 ns_ip : "172.16.5.138/29"
86 ns_mac : "00:15:6d:ec:82:79"
87 bridge_type: "NanoStation5"
88 status : "up"
89
90
Note: See TracBrowser for help on using the repository browser.