source: genesis/nodes/CNodeDirkLos2/wleiden.yaml@ 10890

Last change on this file since 10890 was 10890, checked in by rick, 13 years ago

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

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 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Local Ethernet naar DirkLos1"
34 ip : "172.16.3.57/30"
35 sdesc : "eth_to_DirkLos1"
36 type : "eth"
37 dhcp : False
38 compass : "None"
39 status : "up"
40
41
42iface_ue0_alias0:
43 comment : "Local Ethernet naar Hogeschool"
44 ip : "172.16.176.65/27"
45 sdesc : "eth_to_Hogeschool"
46 type : "eth"
47 dhcp : "70-94"
48 compass : "None"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar interlink west (unigor2)"
54 ip : "172.16.4.4/29"
55 sdesc : "2Unigor2"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "149"
60 ssid : "il-o.unigor2.wleiden.net"
61 dhcp : False
62 compass : "w"
63 ns_ip : "172.16.4.3/29"
64 ns_mac : "00:15:6d:d0:14:c3"
65 status : "up"
66
67
68iface_vr1:
69 comment : "Ethernet naar interlink noord-oost Rabo2"
70 ip : "172.16.3.217/29"
71 sdesc : "2Rabo2"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "140"
76 ssid : "il-no.dirklos2.wleiden.net"
77 dhcp : False
78 compass : "o"
79 ns_ip : "172.16.3.218/29"
80 ns_mac : "00:15:6d:b5:24:4f"
81 status : "up"
82
83
84iface_vr2:
85 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
86 ip : "172.16.3.76/29"
87 sdesc : "2Stadhuis"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "116"
92 ssid : "il-nw.stadhuis2.wleiden.net"
93 dhcp : False
94 compass : "zo"
95 ns_ip : "172.16.3.75/29"
96 ns_mac : "00:15:6d:b5:25:65"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.