source: genesis/nodes/CNodeLangeVoort/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.18620"
8location : "hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
9longitude : "4.47699"
10masterip : "172.23.25.1"
11nodename : "Langevoort"
12nodetype : "CNode"
13rdnap_x : 92755
14rdnap_y : 466842
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Omni voor de buurt"
21 ip : "172.23.25.1/26"
22 sdesc : "omni"
23 mode : "ap"
24 type : "11b"
25 channel : "6"
26 ssid : "ap-WirelessLeiden-Langevoort"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_vr0:
32 comment : "Ethernet naar proxy"
33 ip : "172.23.25.65/30"
34 sdesc : "eth"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr1:
41 comment : "Link naar hofwijck"
42 ip : "172.16.6.28/29"
43 sdesc : "2hofwijck"
44 mode : "station-wds"
45 type : "eth"
46 channel : "3"
47 ssid : "il-w.hofwijck.wleiden.net"
48 dhcp : False
49 compass : "z"
50 ns_ip : "172.16.6.27"
51 ns_mac : "00:15:6d:d5:f8:36"
52 status : "up"
53
54
55iface_vr2:
56 comment : "Link naar Lijtweg1"
57 ip : "172.16.6.4/29"
58 sdesc : "2lijtweg1"
59 mode : "station-wds"
60 type : "eth"
61 ssid : "il-o.lijtweg1.wleiden.net"
62 dhcp : False
63 compass : "w"
64 ns_ip : "172.16.6.3"
65 ns_mac : "00:15:6d:e9:f9:bd"
66 status : "up"
67
68
Note: See TracBrowser for help on using the repository browser.