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

Last change on this file since 10890 was 10890, checked in by rick, 12 years ago

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

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 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Link naar Zwet"
34 ip : "172.16.5.49/29"
35 sdesc : "2zwet"
36 mode : "station-wds"
37 type : "eth"
38 extra_type : "eth2wifibridge"
39 channel : "100"
40 ssid : "il-z.roc2.wleiden.net"
41 dhcp : False
42 compass : "z"
43 ns_ip : "172.16.5.50/29"
44 ns_mac : "00:27:22:8a:38:38"
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 status : "down"
62
63
64iface_vr0:
65 comment : "Ethernet naar ROC1"
66 ip : "172.16.3.90/30"
67 sdesc : "2roc1"
68 type : "eth"
69 dhcp : False
70 compass : "None"
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 status : "up"
88
89
90iface_vr2:
91 comment : "Link naar Grip - 260"
92 ip : "172.16.5.25/29"
93 sdesc : "2grip"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "52"
98 ssid : "il-nw.roc2.wleiden.net"
99 dhcp : False
100 compass : "nw"
101 ns_ip : "172.16.5.26/29"
102 ns_mac : "00:15:6d:70:50:42"
103 status : "down"
104
105
Note: See TracBrowser for help on using the repository browser.