source: genesis/nodes/CNodeLeythenrode/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: 2.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.15582"
8location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351 CP, Leiderdorp"
9longitude : "4.53564"
10masterip : "172.17.1.1"
11nodename : "Leythenrode"
12nodetype : "CNode"
13rdnap_x : 96726
14rdnap_y : 463414
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.17.1.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "9"
26 ssid : "ap-WirelessLeiden-Leythenrode"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Ethernet naar interlink west"
33 ip : "172.16.17.188/29"
34 sdesc : "2som2"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "36"
39 ssid : "il-zo.som2.wleiden.net"
40 dhcp : False
41 compass : "nw"
42 ns_ip : "172.16.17.187/29"
43 ns_mac : "00:15:6d:eb:f1:33"
44 status : "up"
45
46
47iface_vr0:
48 comment : "Ethernet to local aps, ip address 172.17.0.3 - 172.17.0.8/28"
49 ip : "172.17.0.2/28"
50 sdesc : "localsubnet"
51 type : "eth"
52 dhcp : False
53 status : "up"
54
55
56iface_vr0_alias0:
57 comment : "Ethernet"
58 ip : "172.17.7.2/24"
59 sdesc : "localsubnet"
60 type : "eth"
61 dhcp : "10-250"
62 status : "down"
63
64
65iface_vr1:
66 comment : "Ethernet naar interlink noordoost (graficall)"
67 ip : "172.16.5.145/29"
68 sdesc : "2Graficall"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "52"
73 ssid : "il-no.leythenrode.wleiden.net"
74 dhcp : False
75 compass : "o"
76 ns_ip : "172.16.5.146/29"
77 ns_mac : "00:15:6d:bd:8a:06"
78 status : "up"
79
80
81iface_vr2:
82 comment : "A-link to DeClercq via Nanostation5"
83 ip : "172.16.5.169/29"
84 sdesc : "2DeClercq"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "44"
89 ssid : "il-zw.leythenrode.wleiden.net"
90 dhcp : False
91 compass : "zw"
92 ns_ip : "172.16.5.170/29"
93 ns_mac : "00:15:6d:bd:8a:02"
94 status : "up"
95
96
97iface_vr2_alias0:
98 comment : "Temp. a-link to Roomburgh2"
99 ip : "172.16.5.177/29"
100 sdesc : "2Roomburgh2"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 dhcp : False
104 status : "up"
105
106
Note: See TracBrowser for help on using the repository browser.