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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.9 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 status : "up"
54
55
56iface_vr1:
57 comment : "Link naar Rosmolen"
58 ip : "172.16.5.129/29"
59 sdesc : "2rosmolen"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "36"
64 ssid : "il-z.broekplein.wleiden.net"
65 dhcp : False
66 compass : "zo"
67 ns_ip : "172.16.5.130/29"
68 ns_mac : "00:15:6d:ec:82:05"
69 status : "up"
70
71
72iface_vr2:
73 comment : "Link naar Lijtweg 2"
74 ip : "172.16.5.137/29"
75 sdesc : "2lijtweg2"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "44"
80 ssid : "il-w.broekplein.wleiden.net"
81 dhcp : False
82 compass : "w"
83 ns_ip : "172.16.5.138/29"
84 ns_mac : "00:15:6d:ec:82:79"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.