source: genesis/nodes/CNodePsycho/wleiden.yaml@ 10889

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16962"
8location : "Pieter de la Courtgebouw, Wassenaarseweg 52, 2333 AK, Leiden"
9longitude : "4.47808"
10masterip : "172.19.133.1"
11nodename : "Psycho"
12nodetype : "CNode"
13rdnap_x : "092806"
14rdnap_y : 464997
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap"
21 interface : "ath0"
22 ip : "172.19.133.1/24"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-WirelessLeiden-Psycho"
28 dhcp : "10-250"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "A-link noord - woutertje pieterse school"
35 interface : "ue0"
36 ip : "172.16.16.121/29"
37 sdesc : "2wp"
38 mode : "station-wds"
39 type : "eth"
40 extra_type : "eth2wifibridge"
41 channel : "116"
42 ssid : "il-n.psycho.wleiden.net"
43 dhcp : False
44 compass : "n"
45 ns_ip : "172.16.16.122/29"
46 ns_mac : "00:15:6d:70:4d:ae"
47 status : "up"
48
49
50iface_ue0_alias0:
51 comment : "A-link noord - de leidse houtschool"
52 interface : "ue0:0"
53 ip : "172.16.3.49/29"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 dhcp : False
57 compass : "None"
58 status : "up"
59
60
61iface_vr0:
62 comment : "A-link naar UniGorN"
63 interface : "vr0"
64 ip : "172.16.16.108/29"
65 sdesc : "2unigorn"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "104"
70 ssid : "il-o.unigorn.wleiden.net"
71 dhcp : False
72 compass : "w"
73 ns_ip : "172.16.16.107/29"
74 ns_mac : "00:15:6d:70:4d:a7"
75 status : "up"
76
77
78iface_vr1:
79 comment : "Ethernet to interlink oost"
80 interface : "vr1"
81 ip : "172.16.16.116/29"
82 sdesc : "2som2"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "140"
87 ssid : "il-w.som2.wleiden.net"
88 dhcp : False
89 compass : "o"
90 ns_ip : "172.16.16.115/29"
91 ns_mac : "00:15:6d:70:4e:84"
92 status : "up"
93
94
95iface_vr2:
96 comment : "Ethernet naar webcam"
97 interface : "vr2"
98 ip : "172.16.16.69/30"
99 sdesc : "2webcam"
100 type : "eth"
101 dhcp : False
102 compass : "None"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.