source: genesis/nodes/CNodeUniGor2/wleiden.yaml@ 10885

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

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.16782"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "4.45961"
10masterip : "172.22.8.1"
11nodename : "UniGor2"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting zuid"
21 interface : "ath0"
22 ip : "172.22.8.1/24"
23 sdesc : "ap-zuid"
24 mode : "ap"
25 type : "11b"
26 channel : "7"
27 ssid : "ap-WirelessLeiden-Unigor-zuid"
28 dhcp : "10-250"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet naar server en Gorlaeus nodes"
35 interface : "vr0"
36 ip : "172.19.128.66/28"
37 sdesc : "eth"
38 type : "eth"
39 dhcp : False
40 compass : "None"
41 status : "up"
42
43
44iface_vr1:
45 comment : "Link naar Brug"
46 interface : "vr1"
47 ip : "172.16.16.129/29"
48 sdesc : "2brug"
49 mode : "station-wds"
50 type : "eth"
51 channel : "7"
52 ssid : "n-o.unigor.wleiden.net"
53 dhcp : False
54 compass : "e"
55 ns_ip : "172.16.16.130/29"
56 ns_mac : "00:15:6d:e8:e6:9b"
57 status : "down"
58
59
60iface_vr1_alias0:
61 comment : "Link naar AZC via bullet 2"
62 interface : "vr1:0"
63 ip : "172.16.0.165/30"
64 sdesc : "2azc"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 dhcp : False
68 compass : "None"
69 status : "up"
70
71
72iface_vr2:
73 comment : "A-link Nanostation5 naar DirkLos2"
74 interface : "vr2"
75 ip : "172.16.4.1/29"
76 sdesc : "2DirkLos2"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "149"
81 ssid : "il-o.unigor2.wleiden.net"
82 dhcp : False
83 compass : "o"
84 ns_ip : "172.16.4.2/29"
85 ns_mac : "00:15:6d:d0:14:75"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.