source: genesis/nodes/CNodeRund/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: 1.8 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.49224"
8location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
9longitude : "52.16114"
10masterip : "172.17.160.1"
11nodename : "Rund"
12nodetype : "CNode"
13rdnap_x : 93763
14rdnap_y : 464042
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.17.160.1/26"
23 desc : "AP"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "3"
28 ssid : "ap-WirelessLeiden-Rund"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet"
36 interface : "vr0"
37 ip : "172.17.160.65/28"
38 desc : "Ethernet naar HCC"
39 sdesc : "2dirkx"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 media : "10baset/utp"
44 status : "up"
45
46
47iface_vr1:
48 comment : "Link naar"
49 interface : "vr1"
50 ip : "172.16.4.212/29"
51 desc : "link naar"
52 sdesc : "2"
53 mode : "station-wds"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "64"
57 ssid : "il-o.geluidsnet2.wleiden.net"
58 dhcp : "no"
59 compass : "e"
60 ns_ip : "172.16.4.211/29"
61 ns_mac : "00:27:22:8a:3d:a7"
62 status : "up"
63
64
65iface_vr2:
66 comment : "Link naar vosko2"
67 interface : "vr2"
68 ip : "172.16.17.156/29"
69 desc : "Link naar vosko2"
70 sdesc : "2vosko2"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "44"
75 ssid : "il-no.vosko2.wleiden.net"
76 dhcp : "no"
77 compass : "ne"
78 ns_ip : "172.16.17.155/29"
79 ns_mac : "00:27:22:10:d8:43"
80 status : "up"
81
82
Note: See TracBrowser for help on using the repository browser.