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

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

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

Fixes beheer:ticket:221

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.16950"
8location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
9longitude : "4.48901"
10masterip : "172.19.136.1"
11nodename : "Rabo1"
12nodetype : "CNode"
13rdnap_x : 93554
14rdnap_y : 464974
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap oost"
21 ip : "172.19.136.1/26"
22 sdesc : "ap-o"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Rabo1"
27 dhcp : "10-60"
28 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "Link naar AZC"
34 ip : "172.16.3.129/29"
35 sdesc : "2azc"
36 mode : "station-wds"
37 type : "eth"
38 extra_type : "eth2wifibridge"
39 channel : "5"
40 ssid : "il-w.rabo1.wleiden.net"
41 dhcp : False
42 compass : "w"
43 ns_ip : "172.16.3.130/29"
44 ns_mac : "00:15:6d:e8:f9:5e"
45 status : "down"
46
47
48iface_ue1:
49 comment : "Link naar Rudi"
50 ip : "172.16.5.209/29"
51 sdesc : "2rudi"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "13"
56 ssid : "il-n.rabo1.wleiden.net"
57 dhcp : False
58 compass : "n"
59 ns_ip : "172.16.5.210/29"
60 ns_mac : "00:15:6d:d4:f8:3e"
61 status : "down"
62
63
64iface_vr0:
65 comment : "Ethernet naar Rabo2"
66 ip : "172.19.137.65/30"
67 sdesc : "2rabo2"
68 type : "eth"
69 dhcp : False
70 compass : "None"
71 status : "up"
72
73
74iface_vr1:
75 comment : "A-link naar NodeHuub"
76 ip : "172.16.4.9/29"
77 sdesc : "2huub"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-z.rabo1.wleiden.net"
83 dhcp : False
84 compass : "z"
85 ns_ip : "172.16.4.10/29"
86 ns_mac : "00:15:6d:70:53:6a"
87 status : "up"
88
89
90iface_vr2:
91 comment : "InterLink naar SOM"
92 ip : "172.16.16.20/29"
93 sdesc : "2som"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "140"
98 ssid : "il-w.som2.wleiden.net"
99 dhcp : False
100 compass : "o"
101 ns_ip : "172.16.16.19/29"
102 ns_mac : "00:15:6d:70:54:62"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.