source: genesis/nodes/CNodeDeClercq/wleiden.yaml@ 10881

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

Make the interface keys wat meer standaard.

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15060"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "4.52066"
10masterip : "172.18.128.1"
11nodename : "DeClercq"
12nodetype : "CNode"
13rdnap_x : 95694
14rdnap_y : 462845
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.18.128.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "4"
28 ssid : "ap-WirelessLeiden-Declercq"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "a-link to Stadhuis via 8772b-adapter en Nanostation5"
36 interface : "ue0"
37 ip : "172.16.3.212/29"
38 desc : "ethernet"
39 sdesc : "2stadhuis"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "60"
44 ssid : "il-o.stadhuis.wleiden.net"
45 dhcp : False
46 compass : "nw"
47 ns_ip : "172.16.3.211/29"
48 ns_mac : "00:15:6d:ea:f0:63"
49 status : "up"
50
51
52iface_vr0:
53 comment : "ethernet"
54 interface : "vr0"
55 ip : "172.16.4.53/30"
56 desc : "local ethernet"
57 sdesc : "2proxy9"
58 type : "eth"
59 dhcp : False
60 compass : "None"
61 status : "up"
62
63
64iface_vr1:
65 comment : "a-link to Roomburgh3 via Nanostation5"
66 interface : "vr1"
67 ip : "172.16.5.185/29"
68 desc : "Ethernet to interlink west (Roomburgh3)"
69 sdesc : "2roomburgh3"
70 mode : "ap-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-w.declercq.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.5.186/29"
78 ns_mac : "00:15:6d:ea:f0:70"
79 status : "up"
80
81
82iface_vr2:
83 comment : "a-link to Leythenrode via Nanostation5"
84 interface : "vr2"
85 ip : "172.16.5.172/29"
86 desc : "ethernet"
87 sdesc : "2leythenrode"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "44"
92 ssid : "il-zw.leythenrode.wleiden.net"
93 dhcp : False
94 compass : "no"
95 ns_ip : "172.16.5.171/29"
96 ns_mac : "00:15:6d:ea:f0:7b"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.