source: genesis/nodes/CNodeKempers/wleiden.yaml@ 10370

Last change on this file since 10370 was 10370, checked in by rick, 13 years ago

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "4.75742"
7location : "Jachthaven Kempers, Leimuiden"
8longitude : "52.25493"
9masterip : "172.25.90.1"
10nodename : "Kempers"
11nodetype : "CNode"
12rdnap_x : 111998
13rdnap_y : 474286
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap voor Wifi op de Westeinder"
20 interface : "ath0"
21 ip : "172.25.90.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "3"
27 ssid : "ap-westeinder-kempers"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "nanostation naar Watertoren1"
35 interface : "vr0"
36 ip : "172.16.16.140/29"
37 desc : "Nanostation naar CNodeWatertoren1"
38 sdesc : "2watertoren1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "132"
43 ssid : "il-zzw.watertoren1.wleiden.net"
44 dhcp : "no"
45 compass : "ssw"
46 ns_ip : "172.16.16.139/29"
47 ns_mac : "00:15:6d:70:54:9e"
48 status : "down"
49
50
51iface_vr1:
52 comment : "nonostation naar tbd"
53 interface : "vr1"
54 ip : "172.16.16.233/29"
55 desc : "Ethernet naar tbd1"
56 sdesc : "2tbd1"
57 mode : "station-wds"
58 type : "eth"
59 channel : "100"
60 ssid : "il-zw.kempers.wleiden.net"
61 dhcp : "no"
62 compass : "sw"
63 ns_ip : "172.16.16.234/29"
64 ns_mac : "00:15:6d:70:53:3e"
65 status : "down"
66
67
68iface_vr2:
69 comment : "nonostation naar tbd2"
70 interface : "vr2"
71 ip : "172.16.16.241/29"
72 desc : "Ethernet naar tbd2"
73 sdesc : "2tbd2"
74 mode : "station-wds"
75 type : "eth"
76 channel : "108"
77 ssid : "il-n.kempers.wleiden.net"
78 dhcp : "no"
79 compass : "n"
80 ns_ip : "172.16.16.242/29"
81 ns_mac : "00:15:6d:70:54:56"
82 status : "down"
83
84
Note: See TracBrowser for help on using the repository browser.