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

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.47808"
8location : "Pieter de la Courtgebouw, Wassenaarseweg 52, 2333 AK, Leiden"
9longitude : "52.16962"
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 interface : "ath0"
21 ip : "172.19.133.1/24"
22 desc : "ap"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-wirelessleiden-psycho"
28 dhcp : "10-250"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "a-link noord - woutertje pieterse school"
35 interface : "ue0"
36 ip : "172.16.16.121/29"
37 desc : "Ethernet to interlink noord"
38 sdesc : "2wp"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "116"
43 ssid : "il-n.psycho.wleiden.net"
44 dhcp : "no"
45 bridge_type: "NanoStation5"
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 type : "eth"
57 extra_type : "eth2wifibridge"
58 dhcp : "False"
59 compass : "None"
60 status : "up"
61
62
63iface_vr0:
64 comment : "a-link naar UniGorN"
65 interface : "vr0"
66 ip : "172.16.16.108/29"
67 desc : "Ethernet to interlink west"
68 sdesc : "2unigorn"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "104"
73 ssid : "il-o.unigorn.wleiden.net"
74 dhcp : "no"
75 bridge_type: "NanoStation5"
76 compass : "e"
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 : "no"
94 bridge_type: "NanoStation5"
95 compass : "w"
96 ns_ip : "172.16.16.115/29"
97 ns_mac : "00:15:6d:70:4e:84"
98 status : "up"
99
100
101iface_vr2:
102 comment : "naar webcam"
103 interface : "vr2"
104 ip : "172.16.16.69/30"
105 desc : "Ethernet naar webcam"
106 sdesc : "2webcam"
107 type : "eth"
108 dhcp : "no"
109 compass : "None"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.