source: genesis/nodes/CNodeSOM1/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.49378"
8location : "Luba, Eschertoren 1A, 2316 ET, Leiden"
9longitude : "52.16950"
10masterip : "172.21.160.1"
11nodename : "SOM1"
12nodetype : "CNode"
13rdnap_x : 93880
14rdnap_y : 464970
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap noord"
21 interface : "ath0"
22 ip : "172.21.160.1/26"
23 desc : "AP Noord"
24 sdesc : "ap-n"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-WirelessLeiden-Som1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet naar SOM2"
36 interface : "vr0"
37 ip : "172.16.3.137/30"
38 desc : "Ethernet naarSOM2"
39 sdesc : "2som2"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar Broekplein"
48 interface : "vr1"
49 ip : "172.16.5.121/29"
50 desc : "link naar Broekplein"
51 sdesc : "2broekplein"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "132"
56 ssid : "il-n.som1.wleiden.net"
57 dhcp : "no"
58 compass : "n"
59 ns_ip : "172.16.5.122/29"
60 ns_mac : "00:15:6d:ec:7a:51"
61 status : "up"
62
63
64iface_vr2:
65 comment : "Link naar Stadhuis"
66 interface : "vr2"
67 ip : "172.16.3.169/29"
68 desc : "Link naar Stadhuis"
69 sdesc : "2Stadhuis"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "52"
74 ssid : "il-z.som1.wleiden.net"
75 dhcp : "no"
76 compass : "s"
77 ns_ip : "172.16.3.170/29"
78 ns_mac : "00:15:6d:ec:82:a9"
79 status : "up"
80
81
82iface_vr2_alias0:
83 comment : "Link naar Houtmarkt"
84 interface : "vr2:0"
85 ip : "172.16.17.217/29"
86 desc : "Link naar Houtmarkt"
87 sdesc : "2Houtmarkt"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 dhcp : "no"
91 compass : "None"
92 status : "up"
93
94
95iface_vr2_alias1:
96 comment : "Link naar Zijloever"
97 interface : "vr2:1"
98 ip : "172.16.4.225/29"
99 desc : "Link naar Zijloever"
100 sdesc : "2zijloever"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 dhcp : "no"
104 compass : "None"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.