source: genesis/nodes/CNodeRabo1/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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.16950"
8location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
9longitude : "4.48901"
10masterip : "172.19.136.1"
11nodename : "Rabo1"
12nodetype : "CNode"
13rdnap_x : 93554
14rdnap_y : 464974
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap oost"
21 ip : "172.19.136.1/26"
22 sdesc : "ap-o"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Rabo1"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Link naar AZC"
33 ip : "172.16.3.129/29"
34 sdesc : "2azc"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "5"
39 ssid : "il-w.rabo1.wleiden.net"
40 dhcp : False
41 compass : "w"
42 ns_ip : "172.16.3.130/29"
43 ns_mac : "00:15:6d:e8:f9:5e"
44 status : "down"
45
46
47iface_ue1:
48 comment : "Link naar Rudi"
49 ip : "172.16.5.209/29"
50 sdesc : "2rudi"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "13"
55 ssid : "il-n.rabo1.wleiden.net"
56 dhcp : False
57 compass : "n"
58 ns_ip : "172.16.5.210/29"
59 ns_mac : "00:15:6d:d4:f8:3e"
60 status : "down"
61
62
63iface_vr0:
64 comment : "Ethernet naar Rabo2"
65 ip : "172.19.137.65/30"
66 sdesc : "2rabo2"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
72iface_vr1:
73 comment : "A-link naar NodeHuub"
74 ip : "172.16.4.9/29"
75 sdesc : "2huub"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "44"
80 ssid : "il-z.rabo1.wleiden.net"
81 dhcp : False
82 compass : "z"
83 ns_ip : "172.16.4.10/29"
84 ns_mac : "00:15:6d:70:53:6a"
85 status : "up"
86
87
88iface_vr2:
89 comment : "InterLink naar SOM"
90 ip : "172.16.16.20/29"
91 sdesc : "2som"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "140"
96 ssid : "il-w.som2.wleiden.net"
97 dhcp : False
98 compass : "o"
99 ns_ip : "172.16.16.19/29"
100 ns_mac : "00:15:6d:70:54:62"
101 status : "up"
102
103
Note: See TracBrowser for help on using the repository browser.