source: genesis/nodes/CNodeDirkLos2/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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16732"
8location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
9longitude : "4.47071"
10masterip : "172.19.132.1"
11nodename : "DirkLos2"
12nodetype : "CNode"
13rdnap_x : "092299"
14rdnap_y : 464748
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.19.132.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "2"
26 ssid : "ap-WirelessLeiden-Dirklos"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Local Ethernet naar DirkLos1"
33 ip : "172.16.3.57/30"
34 sdesc : "eth_to_DirkLos1"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_ue0_alias0:
41 comment : "Local Ethernet naar Hogeschool"
42 ip : "172.16.176.65/27"
43 sdesc : "eth_to_Hogeschool"
44 type : "eth"
45 dhcp : "70-94"
46 status : "up"
47
48
49iface_vr0:
50 comment : "Ethernet naar interlink west (unigor2)"
51 ip : "172.16.4.4/29"
52 sdesc : "2Unigor2"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "149"
57 ssid : "il-o.unigor2.wleiden.net"
58 dhcp : False
59 compass : "w"
60 ns_ip : "172.16.4.3/29"
61 ns_mac : "00:15:6d:d0:14:c3"
62 status : "up"
63
64
65iface_vr1:
66 comment : "Ethernet naar interlink noord-oost Rabo2"
67 ip : "172.16.3.217/29"
68 sdesc : "2Rabo2"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "140"
73 ssid : "il-no.dirklos2.wleiden.net"
74 dhcp : False
75 compass : "o"
76 ns_ip : "172.16.3.218/29"
77 ns_mac : "00:15:6d:b5:24:4f"
78 status : "up"
79
80
81iface_vr2:
82 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
83 ip : "172.16.3.76/29"
84 sdesc : "2Stadhuis"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "116"
89 ssid : "il-nw.stadhuis2.wleiden.net"
90 dhcp : False
91 compass : "zo"
92 ns_ip : "172.16.3.75/29"
93 ns_mac : "00:15:6d:b5:25:65"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.