source: genesis/nodes/CNodeROC1/wleiden.yaml@ 10884

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

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

File size: 2.6 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.0.1"
11nodename : "ROC1"
12nodetype : "CNode"
13rdnap_x : 93822
14rdnap_y : 462243
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap west - 270"
21 interface : "ath0"
22 ip : "172.21.0.1/26"
23 desc : "AP West"
24 sdesc : "ap-w"
25 mode : "ap"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-WirelessLeiden-Roc1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Ronald - 180"
36 interface : "ue0"
37 ip : "172.16.5.41/29"
38 desc : "Link naar Ronald"
39 sdesc : "2ronald"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "124"
44 ssid : "il-zw.roc2.wleiden.net"
45 dhcp : False
46 compass : "sw"
47 ns_ip : "172.16.5.42/29"
48 ns_mac : "00:27:22:8a:3b:2e"
49 status : "down"
50
51
52iface_ue1:
53 comment : "Link naar Zijloever - 015"
54 interface : "ue1"
55 ip : "172.16.5.57/29"
56 desc : "Link naar Zijloever"
57 sdesc : "2zijloever"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "108"
62 ssid : "il-no.roc1.wleiden.net"
63 dhcp : False
64 compass : "no"
65 ns_ip : "172.16.5.58/29"
66 ns_mac : "00:27:22:10:fe:52"
67 status : "down"
68
69
70iface_vr0:
71 comment : "Ethernet naar ROC2"
72 interface : "vr0"
73 ip : "172.16.3.89/30"
74 sdesc : "2roc2"
75 type : "eth"
76 dhcp : False
77 compass : "None"
78 status : "up"
79
80
81iface_vr1:
82 comment : "Link naar Plantsoen2 - 000"
83 interface : "vr1"
84 ip : "172.16.5.9/29"
85 desc : "link naar Plantsoen2"
86 sdesc : "2plantsoen"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "132"
91 ssid : "il-n.roc1.wleiden.net"
92 dhcp : False
93 compass : "n"
94 ns_ip : "172.16.5.10/29"
95 ns_mac : "00:15:6d:70:54:4f"
96 status : "down"
97
98
99iface_vr2:
100 comment : "Link naar Haagwijk - 225"
101 interface : "vr2"
102 ip : "172.16.17.132/29"
103 desc : "Link naar Haagwijk"
104 sdesc : "2Haagwijk"
105 mode : "station-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "140"
109 ssid : "il-o.haagwijk.wleiden.net"
110 dhcp : False
111 compass : "w"
112 ns_ip : "172.16.17.131/29"
113 ns_mac : "00:15:6d:70:54:52"
114 status : "up"
115
116
Note: See TracBrowser for help on using the repository browser.