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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

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