source: genesis/nodes/CNodePsycho/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.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 ip : "172.19.133.1/24"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "5"
26 ssid : "ap-WirelessLeiden-Psycho"
27 dhcp : "10-250"
28 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "A-link noord - woutertje pieterse school"
34 ip : "172.16.16.121/29"
35 sdesc : "2wp"
36 mode : "station-wds"
37 type : "eth"
38 extra_type : "eth2wifibridge"
39 channel : "116"
40 ssid : "il-n.psycho.wleiden.net"
41 dhcp : False
42 compass : "n"
43 ns_ip : "172.16.16.122/29"
44 ns_mac : "00:15:6d:70:4d:ae"
45 status : "up"
46
47
48iface_ue0_alias0:
49 comment : "A-link noord - de leidse houtschool"
50 ip : "172.16.3.49/29"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 dhcp : False
54 compass : "None"
55 status : "up"
56
57
58iface_vr0:
59 comment : "A-link naar UniGorN"
60 ip : "172.16.16.108/29"
61 sdesc : "2unigorn"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "104"
66 ssid : "il-o.unigorn.wleiden.net"
67 dhcp : False
68 compass : "w"
69 ns_ip : "172.16.16.107/29"
70 ns_mac : "00:15:6d:70:4d:a7"
71 status : "up"
72
73
74iface_vr1:
75 comment : "Ethernet to interlink oost"
76 ip : "172.16.16.116/29"
77 sdesc : "2som2"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "140"
82 ssid : "il-w.som2.wleiden.net"
83 dhcp : False
84 compass : "o"
85 ns_ip : "172.16.16.115/29"
86 ns_mac : "00:15:6d:70:4e:84"
87 status : "up"
88
89
90iface_vr2:
91 comment : "Ethernet naar webcam"
92 ip : "172.16.16.69/30"
93 sdesc : "2webcam"
94 type : "eth"
95 dhcp : False
96 compass : "None"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.