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

Last change on this file since 13115 was 13115, checked in by huub, 10 years ago

Psycho ssid veranderd

File size: 2.4 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"
10monitoring_group: "wleiden"
11nodename : "Psycho"
12nodetype : "Hybrid"
13rdnap_x : "092806"
14rdnap_y : 464997
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap"
26 ip : "172.19.133.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "wiFi-Leiden"
32 wlan_mac : "00:1b:b1:05:02:ef"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "A-link noord - woutertje pieterse school"
39 ip : "172.16.16.121/29"
40 sdesc : "2wp"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "116"
45 ssid : "il-n.psycho.wleiden.net"
46 dhcp : False
47 compass : "n"
48 ns_ip : "172.16.16.122/29"
49 ns_mac : "00:15:6d:70:4d:ae"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_ue0_alias0:
55 comment : "A-link noord - de leidse houtschool"
56 ip : "172.16.3.49/29"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 dhcp : False
60 bridge_type: "NanoStation M5"
61 status : "up"
62
63
64iface_vr0:
65 comment : "A-link naar UniGorN"
66 ip : "172.16.16.108/29"
67 sdesc : "2unigorn"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "104"
72 ssid : "il-o.unigorn.wleiden.net"
73 dhcp : False
74 compass : "w"
75 ns_ip : "172.16.16.107/29"
76 ns_mac : "00:15:6d:70:4d:a7"
77 bridge_type: "NanoStation5"
78 status : "up"
79
80
81iface_vr1:
82 comment : "Ethernet to interlink oost"
83 ip : "172.16.16.116/29"
84 sdesc : "2som2"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "140"
89 ssid : "il-w.som2.wleiden.net"
90 dhcp : False
91 compass : "o"
92 ns_ip : "172.16.16.115/29"
93 ns_mac : "00:15:6d:70:4e:84"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
98iface_vr2:
99 comment : "Ethernet unused v/h naar webcam"
100 ip : "172.16.16.69/30"
101 sdesc : "2webcam"
102 type : "eth"
103 dhcp : False
104 status : "down"
105
106
Note: See TracBrowser for help on using the repository browser.