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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

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