source: genesis/nodes/CNodeGeluidsnet2/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.16200"
8location : "Oude Belastingkantoor, Stationsplein 107, XXXX XX, Leiden"
9longitude : "4.48003"
10masterip : "172.17.5.1"
11nodename : "Geluidsnet2"
12nodetype : "CNode"
13rdnap_x : 92929
14rdnap_y : 464148
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 ip : "172.17.5.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Geluidsnet2"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Link naar Rund"
33 ip : "172.16.4.209/29"
34 sdesc : "2rund"
35 mode : "station-wds"
36 type : "eth"
37 channel : "64"
38 ssid : "il-o.geluidsnet2.wleiden.net"
39 dhcp : False
40 compass : "o"
41 ns_ip : "172.16.4.210/29"
42 ns_mac : "00:15:6d:70:4d:a3"
43 status : "up"
44
45
46iface_vr0:
47 comment : "Link naar Geluidsnet1"
48 ip : "172.16.4.186/30"
49 sdesc : "2geluidsnet1"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 dhcp : False
53 status : "up"
54
55
56iface_vr1:
57 comment : "Link naar Webster"
58 ip : "172.16.4.193/29"
59 sdesc : "2webster"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "132"
64 ssid : "il-z.geluidsnet2.wleiden.net"
65 dhcp : False
66 compass : "zo"
67 ns_ip : "172.16.4.194/29"
68 ns_mac : "00:15:6d:70:4d:6a"
69 status : "up"
70
71
72iface_vr2:
73 comment : "Link naar vosko3"
74 ip : "172.16.4.204/29"
75 sdesc : "2vosko3"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "100"
80 ssid : "il-wnw.vosko3.wleiden.net"
81 dhcp : False
82 compass : "zo"
83 ns_ip : "172.16.4.203/29"
84 ns_mac : "00:15:6d:ec:82:96"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.