source: genesis/nodes/CNodeRecpark/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.25868"
8location : "Recreatiepark,Uiterweg 214,1431AJ,Aalsmeer"
9longitude : "4.75814"
10masterip : "172.17.11.1"
11nodename : "Recpark"
12nodetype : "CNode"
13rdnap_x : "112051"
14rdnap_y : "474703"
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.17.11.1/26"
22 sdesc : "ap-omni"
23 mode : "ap"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-westeinder-recpark"
27 dhcp : "20-50"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Nanostation5 naar Schiphol"
33 ip : "172.16.16.225/29"
34 sdesc : "2schiphol"
35 mode : "station-wds"
36 type : "eth"
37 channel : "140"
38 ssid : "il-no.recpark.wleiden.net"
39 dhcp : False
40 compass : "ne"
41 ns_ip : "172.16.16.226/29"
42 ns_mac : "00:15:6d:70:4d:75"
43 status : "down"
44
45
46iface_vr1:
47 comment : "Nanostation5 naar Watertoren3"
48 ip : "172.16.16.76/29"
49 sdesc : "2watertoren3"
50 mode : "station-wds"
51 type : "eth"
52 channel : "36"
53 ssid : "il-w.watertoren3.wleiden.net"
54 dhcp : False
55 compass : "z"
56 ns_ip : "172.16.16.75/29"
57 ns_mac : "00:15:6d:70:4d:a4"
58 status : "up"
59
60
Note: See TracBrowser for help on using the repository browser.