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

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

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