source: genesis/nodes/CNodeLijtweg2/wleiden.yaml@ 11255

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

Doe een import van de bridge unit dmv een scan.

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.18489"
8location : "Lijtweg, 2341 HB, Oegstgeest"
9longitude : "4.47098"
10masterip : "172.23.13.1"
11nodename : "Lijtweg2"
12nodetype : "CNode"
13rdnap_x : 92342
14rdnap_y : 466702
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap zuid"
21 ip : "172.23.13.1/26"
22 sdesc : "ap-z"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Lijtweg2"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Ethernet naar Lijtweg1"
33 ip : "172.16.253.2/30"
34 sdesc : "2lijtweg1"
35 type : "eth"
36 dhcp : False
37 status : "up"
38
39
40iface_ue1:
41 comment : "Interlink naar KWVdeKaag"
42 ip : "172.16.17.249/29"
43 sdesc : "2unigorn"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "140"
48 ssid : "il-ono.lijtweg2.wleiden.net"
49 dhcp : False
50 compass : "o"
51 ns_ip : "172.16.17.250/29"
52 ns_mac : "00:15:6d:f2:43:eb"
53 bridge_type: "NanoStation M5"
54 status : "up"
55
56
57iface_ue1_alias0:
58 comment : "Link naar Boterhuis"
59 ip : "172.16.6.81/29"
60 sdesc : "2boterhuis"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 dhcp : False
64 status : "down"
65
66
67iface_vr0:
68 comment : "InterLink naar Rustenborch"
69 ip : "172.16.6.33/29"
70 sdesc : "2rustenborch"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "116"
75 ssid : "il-w.lijtweg2.wleiden.net"
76 dhcp : False
77 compass : "zw"
78 ns_ip : "172.16.6.34"
79 ns_mac : "00:15:6d:70:51:c6"
80 bridge_type: "NanoStation5"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar de Leidse Houtschool"
86 ip : "172.16.3.113/29"
87 sdesc : "2lhs"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "132"
92 ssid : "il-z.lijtweg2.wleiden.net"
93 dhcp : False
94 compass : "z"
95 ns_ip : "172.16.3.114/29"
96 ns_mac : "00:15:6d:71:54:c7"
97 bridge_type: "NanoStation5"
98 status : "down"
99
100
101iface_vr1_alias0:
102 comment : "Link naar Camimplants"
103 ip : "172.16.6.97/29"
104 sdesc : "2camimplants"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 dhcp : False
108 status : "up"
109
110
111iface_vr2:
112 comment : "InterLink naar Broekplein"
113 ip : "172.16.5.140/29"
114 sdesc : "2broekplein"
115 mode : "station-wds"
116 type : "eth"
117 extra_type : "eth2wifibridge"
118 channel : "44"
119 ssid : "il-w.broekplein.wleiden.net"
120 dhcp : False
121 compass : "o"
122 ns_ip : "172.16.5.139/29"
123 ns_mac : "00:15:6d:70:4d:d3"
124 bridge_type: "NanoStation5"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.