source: genesis/nodes/CNodeVosko2/wleiden.yaml@ 10370

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

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "4.48786"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "52.15765"
9masterip : "172.17.175.1"
10nodename : "Vosko2"
11nodetype : "CNode"
12rdnap_x : 93459
13rdnap_y : 463657
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap noord"
20 interface : "ath0"
21 ip : "172.17.175.1/26"
22 desc : "AP west"
23 sdesc : "ap-n"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "2"
27 ssid : "ap-WirelessLeiden-Vosko2"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "naar Rund"
35 interface : "vr0"
36 ip : "172.16.17.153/29"
37 desc : "Link naar rund"
38 sdesc : "2rund"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "44"
43 ssid : "il-no.vosko2.wleiden.net"
44 dhcp : "no"
45 compass : "ne"
46 ns_ip : "172.16.17.154"
47 ns_mac : "00:15:6d:f3:35:7d"
48 status : "down"
49
50
51iface_vr1:
52 comment : "link Robijn"
53 interface : "vr1"
54 ip : "172.16.4.113/29"
55 desc : "interlink w (Robijn)"
56 sdesc : "2Robijn"
57 mode : "ap-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "140"
61 ssid : "il-w.vosko2.wleiden.net"
62 dhcp : "no"
63 compass : "w"
64 ns_ip : "172.16.4.114/29"
65 ns_mac : "00:15:6d:f7:be:f7"
66 status : "up"
67
68
69iface_vr1_alias0:
70 comment : "link naar Huub"
71 interface : "vr1:0"
72 ip : "172.16.4.121/29"
73 desc : "interlink w (Huub)"
74 sdesc : "2huub"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 dhcp : "no"
78 compass : "None"
79 status : "up"
80
81
82iface_vr1_alias1:
83 comment : "link naar BCSte"
84 interface : "vr1:1"
85 ip : "172.16.3.155/29"
86 desc : "interlink w (BCSte)"
87 sdesc : "2bcste"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 dhcp : "no"
91 compass : "None"
92 status : "up"
93
94
95iface_vr2:
96 comment : "lokaal ethernet"
97 interface : "vr2"
98 ip : "172.17.175.72/28"
99 desc : "lokaal ethernet"
100 sdesc : "ethernet"
101 type : "eth"
102 dhcp : "no"
103 compass : "None"
104 status : "up"
105
106
Note: See TracBrowser for help on using the repository browser.