source: genesis/nodes/CNodeLivingLab/wleiden.yaml@ 10168

Last change on this file since 10168 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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.46733"
8location : "Demowoning, Pergolesipad 95, 2324 DG, Leiden"
9longitude : "52.14490"
10masterip : "172.20.140.1"
11nodename : "LivingLab"
12nodetype : "CNode"
13rdnap_x : 92036
14rdnap_y : 462256
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.20.140.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "4"
28 ssid : "ap-WirelessLeiden-Livinglab"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Roomburgh2"
36 interface : "ue0"
37 ip : "172.16.4.60/29"
38 desc : "link naar Roomburgh2"
39 sdesc : "2Roomburgh2"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "116"
44 ssid : "il-zw.roomburgh2.wleiden.net"
45 dhcp : "no"
46 compass : "sw"
47 ns_ip : "172.16.4.59/29"
48 ns_mac : "00:15:6d:70:51:f5"
49 status : "up"
50
51
52iface_vr0:
53 interface : "vr0"
54 ip : "172.16.2.253/30"
55 desc : "Ethernet naar proxy"
56 sdesc : "2proxy"
57 type : "eth"
58 dhcp : "no"
59 compass : "None"
60 status : "up"
61
62
63iface_vr1:
64 interface : "vr1"
65 ip : "172.16.17.105/29"
66 desc : "link naar AJSoft2"
67 sdesc : "2AJSoft2"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "36"
72 ssid : "il-n.livinglab.wleiden.net"
73 dhcp : "no"
74 compass : "n"
75 ns_ip : "172.16.17.106/29"
76 ns_mac : "00:15:6d:70:52:60"
77 status : "up"
78
79
80iface_vr2:
81 interface : "vr2"
82 ip : "172.16.17.113/29"
83 desc : "Ethernet naar Haagwijk"
84 sdesc : "2Haagwijk"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "44"
89 ssid : "il-zo.livinglab.wleiden.net"
90 dhcp : "no"
91 compass : "se"
92 ns_ip : "172.16.17.114"
93 ns_mac : "00:15:6d:70:51:e9"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.