source: genesis/nodes/CNodeJVC/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.14243"
8location : "JVC, De Heyderweg 2-6, 2314 XZ, Leiden"
9longitude : "4.50905"
10masterip : "172.18.32.1"
11nodename : "JVC"
12nodetype : "CNode"
13rdnap_x : 94888
14rdnap_y : 461946
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.18.32.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-WirelessLeiden-Jvc"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "A-link to Graficall via Nanostation5"
33 ip : "172.16.3.9/29"
34 sdesc : "2graficall"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "100"
39 ssid : "il-no.jvc.wleiden.net"
40 dhcp : False
41 compass : "no"
42 ns_ip : "172.16.3.10/29"
43 ns_mac : "00:15:6d:ea:f0:fe"
44 status : "up"
45
46
47iface_vr0_alias0:
48 comment : "Link naar Meerburg"
49 ip : "172.16.4.241/29"
50 sdesc : "2meerburg"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 dhcp : False
54 status : "up"
55
56
57iface_vr1:
58 comment : "Link naar ROC2"
59 ip : "172.16.5.33/29"
60 sdesc : "2ROC2"
61 mode : "station-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "108"
65 ssid : "il-w.jvc.wleiden.net"
66 dhcp : False
67 compass : "w"
68 ns_ip : "172.16.5.34/29"
69 ns_mac : "00:15:6d:ea:eb:d3"
70 status : "up"
71
72
73iface_vr2:
74 comment : "Link naar Zwet"
75 ip : "172.16.5.153/29"
76 sdesc : "2Zwet"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "60"
81 ssid : "il-z.jvc.wleiden.net"
82 dhcp : False
83 compass : "z"
84 ns_ip : "172.16.5.154/29"
85 ns_mac : "00:15:6d:ea:f0:67"
86 status : "down"
87
88
Note: See TracBrowser for help on using the repository browser.