source: genesis/nodes/HybridPsycho/wleiden.yaml@ 11322

Last change on this file since 11322 was 11322, checked in by rick, 12 years ago

All cosmetic fixes.

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