source: genesis/nodes/CNodeVosko2/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.15765"
8location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
9longitude : "4.48786"
10masterip : "172.17.175.1"
11nodename : "Vosko2"
12nodetype : "CNode"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap noord"
21 ip : "172.17.175.1/26"
22 sdesc : "ap-n"
23 mode : "ap"
24 type : "11b"
25 channel : "2"
26 ssid : "ap-WirelessLeiden-Vosko2"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Link naar rund"
33 ip : "172.16.17.153/29"
34 sdesc : "2rund"
35 mode : "ap-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "44"
39 ssid : "il-no.vosko2.wleiden.net"
40 dhcp : False
41 compass : "no"
42 ns_ip : "172.16.17.154"
43 ns_mac : "00:15:6d:f3:35:7d"
44 status : "down"
45
46
47iface_vr1:
48 comment : "Interlink w (Robijn)"
49 ip : "172.16.4.113/29"
50 sdesc : "2Robijn"
51 mode : "ap-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "140"
55 ssid : "il-w.vosko2.wleiden.net"
56 dhcp : False
57 compass : "w"
58 ns_ip : "172.16.4.114/29"
59 ns_mac : "00:15:6d:f7:be:f7"
60 status : "up"
61
62
63iface_vr1_alias0:
64 comment : "Interlink w (Huub)"
65 ip : "172.16.4.121/29"
66 sdesc : "2huub"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 dhcp : False
70 status : "up"
71
72
73iface_vr1_alias1:
74 comment : "Interlink w (BCSte)"
75 ip : "172.16.3.155/29"
76 sdesc : "2bcste"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 dhcp : False
80 status : "up"
81
82
83iface_vr2:
84 comment : "Lokaal ethernet"
85 ip : "172.17.175.72/28"
86 sdesc : "ethernet"
87 type : "eth"
88 dhcp : False
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.