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

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

WL has an SSID naming scheme, so make sure to check and correct on it.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr2,vr0,vr1"
7latitude : "4.48786"
8location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
9longitude : "52.15765"
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-wds"
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 : "no"
46 compass : "ne"
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 : "no"
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 : "no"
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 : "no"
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 desc : "lokaal ethernet"
101 sdesc : "ethernet"
102 type : "eth"
103 dhcp : "no"
104 compass : "None"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.