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

Last change on this file since 11283 was 11263, checked in by huub, 13 years ago

webster psycho en victoria naar hybrid

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