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

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

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

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.21262"
8location : "Jachtwerf Hoogeboom, Julianalaan 72, 2159 LD, Kaag (Eiland)"
9longitude : "4.55594"
10masterip : "172.27.0.1"
11nodename : "Kaag1"
12nodetype : "CNode"
13rdnap_x : 98187
14rdnap_y : 469717
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Omni voor de buurt"
21 ip : "172.27.0.1/26"
22 sdesc : "omni"
23 mode : "ap"
24 type : "11b"
25 channel : "9"
26 ssid : "ap-WirelessLeiden-Spkaag1"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Link naar Lijtweg1"
33 ip : "172.16.3.4/29"
34 sdesc : "2lijtweg1"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "124"
39 ssid : "il-o.lijtweg1.wleiden.net"
40 dhcp : False
41 compass : "zw"
42 ns_ip : "172.16.3.3/29"
43 ns_mac : "00:15:6d:70:54:63"
44 status : "up"
45
46
47iface_vr1:
48 comment : "Link naar Kaag2"
49 ip : "172.16.17.68/29"
50 sdesc : "2kaag2"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "44"
55 ssid : "il-z.kaag2.wleiden.net"
56 dhcp : False
57 compass : "n"
58 ns_ip : "172.16.17.67/29"
59 ns_mac : "00:15:6d:70:51:f6"
60 status : "up"
61
62
63iface_vr2:
64 comment : "Link naar KWVdeKaag"
65 ip : "172.16.18.1/29"
66 sdesc : "2kwvdekaag"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "36"
71 ssid : "il-z.kaag1.wleiden.net"
72 dhcp : False
73 compass : "zw"
74 ns_ip : "172.16.18.2/29"
75 ns_mac : "00:15:6d:70:52:67"
76 status : "up"
77
78
Note: See TracBrowser for help on using the repository browser.