source: genesis/nodes/CNodeZijloever/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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16161"
8location : "Zorgvoorziening Zijloever, Lage Rijndijk 129, 2315 JS, Leiden"
9longitude : "4.51431"
10masterip : "172.19.0.1"
11nodename : "Zijloever"
12nodetype : "CNode"
13rdnap_x : 95274
14rdnap_y : 464075
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 ip : "172.19.0.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "8"
26 ssid : "ap-WirelessLeiden-Zijloever"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Link naar SOM1"
33 ip : "172.16.4.228/29"
34 sdesc : "2som1"
35 mode : "station-wds"
36 type : "eth"
37 channel : "52"
38 ssid : "il-z.som1.wleiden.net"
39 dhcp : False
40 compass : "nw"
41 ns_ip : "172.16.4.227/29"
42 ns_mac : "00:15:6d:f7:be:ec"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar Roomburgh3"
48 ip : "172.16.4.236/29"
49 sdesc : "2roomburgh3"
50 mode : "station-wds"
51 type : "eth"
52 channel : "44"
53 ssid : "il-n.roomburgh3.wleiden.net"
54 dhcp : False
55 compass : "z"
56 ns_ip : "172.16.4.235/29"
57 ns_mac : "00:15:6d:71:4d:a9"
58 status : "up"
59
60
61iface_vr2:
62 comment : "Link naar ROC1"
63 ip : "172.16.5.60/29"
64 sdesc : "2roc1"
65 mode : "station-wds"
66 type : "eth"
67 channel : "108"
68 ssid : "il-no.roc1.wleiden.net"
69 dhcp : False
70 compass : "zw"
71 ns_ip : "172.16.5.59/29"
72 ns_mac : ""
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.