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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

File size: 2.0 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 de buurt"
21 ip : "172.18.128.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "4"
26 ssid : "ap-WirelessLeiden-Declercq"
27 dhcp : "10-60"
28 compass : "None"
29 status : "up"
30
31
32iface_ue0:
33 comment : "A-link to Stadhuis via 8772b-adapter en Nanostation5"
34 ip : "172.16.3.212/29"
35 sdesc : "2stadhuis"
36 mode : "station-wds"
37 type : "eth"
38 extra_type : "eth2wifibridge"
39 channel : "60"
40 ssid : "il-o.stadhuis.wleiden.net"
41 dhcp : False
42 compass : "nw"
43 ns_ip : "172.16.3.211/29"
44 ns_mac : "00:15:6d:ea:f0:63"
45 status : "up"
46
47
48iface_vr0:
49 comment : "Ethernet"
50 ip : "172.16.4.53/30"
51 sdesc : "2proxy9"
52 type : "eth"
53 dhcp : False
54 compass : "None"
55 status : "up"
56
57
58iface_vr1:
59 comment : "Ethernet to interlink west (Roomburgh3)"
60 ip : "172.16.5.185/29"
61 sdesc : "2roomburgh3"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "36"
66 ssid : "il-w.declercq.wleiden.net"
67 dhcp : False
68 compass : "w"
69 ns_ip : "172.16.5.186/29"
70 ns_mac : "00:15:6d:ea:f0:70"
71 status : "up"
72
73
74iface_vr2:
75 comment : "A-link to Leythenrode via Nanostation5"
76 ip : "172.16.5.172/29"
77 sdesc : "2leythenrode"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-zw.leythenrode.wleiden.net"
83 dhcp : False
84 compass : "no"
85 ns_ip : "172.16.5.171/29"
86 ns_mac : "00:15:6d:ea:f0:7b"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.