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

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

Verschuif waar mogelijk de desc naar comment, als deze gelijk zijn of er nog
geen comment gezet is.

Related-To: beheer:ticket:218

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