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

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

Make the interface keys wat meer standaard.

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