source: genesis/nodes/CNodeMuiderkring/wleiden.yaml@ 10194

Last change on this file since 10194 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: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr0,vr1"
7latitude : "4.47107"
8location : "Martijn, Muiderkring 152, 2332 BP, Leiden"
9longitude : "52.16352"
10masterip : "172.17.4.129"
11nodename : "Muiderkring"
12nodetype : "CNode"
13rdnap_x : 92318
14rdnap_y : 464324
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Lokaal accesspoint"
21 interface : "ath0"
22 ip : "172.17.4.129/26"
23 desc : "accesspoint voor de buurt"
24 sdesc : "omni"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "5"
28 ssid : "ap-WirelessLeiden-Muiderkring"
29 dhcp : "140-190"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "eth"
36 interface : "vr0"
37 ip : "172.16.3.145/30"
38 desc : "Link naar proxy6"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar AJSoft"
48 interface : "vr1"
49 ip : "172.16.6.52/29"
50 desc : "Link naar AJSoft"
51 sdesc : "2ajsoft"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "8"
56 ssid : "il-nno.ajsoft2.wleiden.net"
57 dhcp : "no"
58 compass : "nne"
59 ns_ip : "172.16.6.51/29"
60 ns_mac : "00:15:6d:e8:e6:b1"
61 status : "up"
62
63
Note: See TracBrowser for help on using the repository browser.