source: genesis/nodes/CNodeROC2/wleiden.yaml@ 10892

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

Doe een import van de bridge unit dmv een scan.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.14498"
8location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
9longitude : "4.49342"
10masterip : "172.21.1.1"
11nodename : "ROC2"
12nodetype : "CNode"
13rdnap_x : 93822
14rdnap_y : 462243
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Noord"
21 ip : "172.21.1.1/26"
22 sdesc : "ap-n"
23 mode : "ap"
24 type : "11b"
25 channel : "3"
26 ssid : "ap-WirelessLeiden-Roc2"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Link naar Zwet"
33 ip : "172.16.5.49/29"
34 sdesc : "2zwet"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "100"
39 ssid : "il-z.roc2.wleiden.net"
40 dhcp : False
41 compass : "z"
42 ns_ip : "172.16.5.50/29"
43 ns_mac : "00:27:22:8a:38:38"
44 bridge_type: "NanoStation M5"
45 status : "down"
46
47
48iface_ue1:
49 comment : "Link naar LCPL"
50 ip : "172.16.5.17/29"
51 sdesc : "2lcpl"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "116"
56 ssid : "il-w.roc2.wleiden.net"
57 dhcp : False
58 compass : "w"
59 ns_ip : "172.16.5.18/29"
60 ns_mac : "00:15:6d:70:54:a3"
61 bridge_type: "NanoStation5"
62 status : "down"
63
64
65iface_vr0:
66 comment : "Ethernet naar ROC1"
67 ip : "172.16.3.90/30"
68 sdesc : "2roc1"
69 type : "eth"
70 dhcp : False
71 status : "up"
72
73
74iface_vr1:
75 comment : "Link naar JVC - 080"
76 ip : "172.16.5.36/29"
77 sdesc : "2jvc"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "108"
82 ssid : "il-w.jvc.wleiden.net"
83 dhcp : False
84 compass : "o"
85 ns_ip : "172.16.5.35/29"
86 ns_mac : "00:27:22:8a:3b:d5"
87 bridge_type: "NanoStation M5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Link naar Grip - 260"
93 ip : "172.16.5.25/29"
94 sdesc : "2grip"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "52"
99 ssid : "il-nw.roc2.wleiden.net"
100 dhcp : False
101 compass : "nw"
102 ns_ip : "172.16.5.26/29"
103 ns_mac : "00:15:6d:70:50:42"
104 bridge_type: "NanoStation5"
105 status : "down"
106
107
Note: See TracBrowser for help on using the repository browser.