source: genesis/nodes/CNodeUniGorN/wleiden.yaml@ 10886

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16825"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "4.45966"
10masterip : "172.19.135.1"
11nodename : "UniGorN"
12nodetype : "CNode"
13rdnap_x : 91544
14rdnap_y : 464861
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Oegstgeest richting N"
21 interface : "ath0"
22 ip : "172.19.135.1/26"
23 sdesc : "n"
24 mode : "ap"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-n.unigorn.wleiden.net"
28 dhcp : "10-60"
29 compass : "n"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Kaag2"
35 interface : "ue0"
36 ip : "172.16.17.73/29"
37 sdesc : "2kaag2"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "140"
42 ssid : "il-no.unigorn.wleiden.net"
43 dhcp : False
44 compass : "no"
45 ns_ip : "172.16.17.74/29"
46 ns_mac : "00:27:22:10:FD:F8"
47 status : "up"
48
49
50iface_ue0_alias0:
51 comment : "A Link naar Hofwijck"
52 interface : "ue0:0"
53 ip : "172.16.17.233/29"
54 sdesc : "2hofwijck"
55 type : "eth"
56 dhcp : False
57 compass : "None"
58 status : "up"
59
60
61iface_vr0:
62 comment : "A Link naar Aster"
63 interface : "vr0"
64 ip : "172.16.17.97/29"
65 sdesc : "2Aster"
66 mode : "station-wds"
67 type : "eth"
68 channel : "104"
69 ssid : "il-o.unigorn.wleiden.net"
70 dhcp : False
71 compass : "nw"
72 ns_ip : "172.16.17.98/29"
73 ns_mac : "00:15:6d:ea:f0:64"
74 status : "up"
75
76
77iface_vr0_alias0:
78 comment : "A Link naar Psycho"
79 interface : "vr0:0"
80 ip : "172.16.16.105/29"
81 sdesc : "2Psycho"
82 type : "eth"
83 dhcp : False
84 compass : "None"
85 status : "up"
86
87
88iface_vr1:
89 comment : "Link naar Rustenborch"
90 interface : "vr1"
91 ip : "172.16.17.241/29"
92 sdesc : "2rustenborch"
93 mode : "station-wds"
94 type : "eth"
95 channel : "128"
96 ssid : "il-n.unigorn.wleiden.net"
97 dhcp : False
98 compass : "n"
99 ns_ip : "172.16.17.242/29"
100 ns_mac : "00:15:6d:f2:37:fa"
101 status : "up"
102
103
104iface_vr1_alias0:
105 comment : "Link naar LIACS"
106 interface : "vr1:0"
107 ip : "172.16.4.45/30"
108 sdesc : "2liacs"
109 type : "eth"
110 dhcp : False
111 compass : "None"
112 status : "up"
113
114
115iface_vr2:
116 comment : "EthernetLink naar UniGor nodes"
117 interface : "vr2"
118 ip : "172.19.128.67/28"
119 sdesc : "2unigor"
120 type : "eth"
121 dhcp : False
122 compass : "None"
123 status : "up"
124
125
Note: See TracBrowser for help on using the repository browser.