source: genesis/nodes/HybridRabo2/wleiden.yaml@ 11261

Last change on this file since 11261 was 11248, checked in by huub, 13 years ago

raboos naar hybrid

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16950"
7location : "Rabobank (Zuid), Schipholweg 105, 2316 XC, Leiden"
8longitude : "4.48901"
9masterip : "172.19.137.1"
10nodename : "Rabo2"
11nodetype : "Hybrid"
12rdnap_x : 93554
13rdnap_y : 464974
14release : "9.0-RELEASE"
15service_accesspoint: True
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20
21
22iface_ath0:
23 comment : "Ap zuid"
24 ip : "172.19.137.1/24"
25 sdesc : "ap-z"
26 mode : "ap"
27 type : "11b"
28 channel : "2"
29 ssid : "ap-WirelessLeiden-Rabo2"
30 dhcp : "10-250"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet naar Rabo1"
36 ip : "172.19.137.66/30"
37 sdesc : "2rabo1"
38 type : "eth"
39 dhcp : False
40 status : "up"
41
42
43iface_vr1:
44 comment : "Link naar NodeCope"
45 ip : "172.16.3.193/29"
46 sdesc : "2cope"
47 mode : "station-wds"
48 type : "eth"
49 extra_type : "eth2wifibridge"
50 channel : "132"
51 ssid : "il-z.rabo2.wleiden.net"
52 dhcp : False
53 compass : "z"
54 ns_ip : "172.16.3.194/29"
55 ns_mac : "00:15:6d:ec:81:f1"
56 bridge_type: "NanoStation5"
57 status : "up"
58
59
60iface_vr2:
61 comment : "InterLink naar DirkLos2"
62 ip : "172.16.3.220/29"
63 sdesc : "2dirklos2"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "140"
68 ssid : "il-no.dirklos2.wleiden.net"
69 dhcp : False
70 compass : "w"
71 ns_ip : "172.16.3.219/29"
72 ns_mac : "00:15:6d:70:54:c4"
73 bridge_type: "NanoStation5"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.