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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 2.2 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 status : "down"
45
46
47iface_ue1:
48 comment : "Link naar LCPL"
49 ip : "172.16.5.17/29"
50 sdesc : "2lcpl"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "116"
55 ssid : "il-w.roc2.wleiden.net"
56 dhcp : False
57 compass : "w"
58 ns_ip : "172.16.5.18/29"
59 ns_mac : "00:15:6d:70:54:a3"
60 status : "down"
61
62
63iface_vr0:
64 comment : "Ethernet naar ROC1"
65 ip : "172.16.3.90/30"
66 sdesc : "2roc1"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
72iface_vr1:
73 comment : "Link naar JVC - 080"
74 ip : "172.16.5.36/29"
75 sdesc : "2jvc"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "108"
80 ssid : "il-w.jvc.wleiden.net"
81 dhcp : False
82 compass : "o"
83 ns_ip : "172.16.5.35/29"
84 ns_mac : "00:27:22:8a:3b:d5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Link naar Grip - 260"
90 ip : "172.16.5.25/29"
91 sdesc : "2grip"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "52"
96 ssid : "il-nw.roc2.wleiden.net"
97 dhcp : False
98 compass : "nw"
99 ns_ip : "172.16.5.26/29"
100 ns_mac : "00:15:6d:70:50:42"
101 status : "down"
102
103
Note: See TracBrowser for help on using the repository browser.