source: genesis/nodes/CNodeHofwijck/wleiden.yaml@ 10983

Last change on this file since 10983 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.18429"
8location : "Zorgcentrum Hofwijck, Hazenboslaan 38, 2341 CC, Oegstgeest"
9longitude : "4.47762"
10masterip : "172.23.16.1"
11nodename : "Hofwijck"
12nodetype : "CNode"
13rdnap_x : 92795
14rdnap_y : 466629
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor de buurt"
21 ip : "172.23.16.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "8"
26 ssid : "ap-WirelessLeiden-Hofwijck"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Ethernet naar Hofwijck"
33 ip : "172.23.16.65/28"
34 sdesc : "2hofwijck"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_vr0:
41 comment : "B-Link naar Lange Voort"
42 ip : "172.16.6.25/29"
43 sdesc : "2langevoort"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "3"
48 ssid : "il-w.hofwijck.wleiden.net"
49 dhcp : False
50 compass : "n"
51 ns_ip : "172.16.6.26"
52 ns_mac : "00:15:6d:e8:e7:37"
53 status : "up"
54
55
56iface_vr1:
57 comment : "Link naar UniGorN"
58 ip : "172.16.17.236/29"
59 sdesc : "2unigorn"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "104"
64 ssid : "il-no.unigorn.wleiden.net"
65 dhcp : False
66 compass : "zw"
67 ns_ip : "172.16.17.235/29"
68 ns_mac : "00:15:6d:f6:be:db"
69 status : "up"
70
71
72iface_vr2:
73 comment : "Link naar Lijtweg1"
74 ip : "172.16.3.108/29"
75 sdesc : "2lijtweg1"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "124"
80 ssid : "il-o.lijtweg1.wleiden.net"
81 dhcp : False
82 compass : "w"
83 ns_ip : "172.16.3.107"
84 ns_mac : "00:15:6d:f7:be:d0"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.