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

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

Do not edit headers on the config files in indead a whee bit confusing.

Reported-By: huub

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