source: genesis/nodes/HybridRabo1/wleiden.yaml@ 12166

Last change on this file since 12166 was 12166, checked in by huub, 12 years ago

update config details

File size: 2.2 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 (Oost), Schipholweg 105, 2316 XC, Leiden"
8longitude : "4.48901"
9masterip : "172.19.136.1"
10monitoring_group: "wleiden"
11nodename : "Rabo1"
12nodetype : "Hybrid"
13rdnap_x : 93554
14rdnap_y : 464974
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap oost"
26 ip : "172.19.136.1/24"
27 sdesc : "ap-o"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-Rabo1"
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "Ap-noord met SD15"
37 ip : "172.17.44.1/24"
38 sdesc : "2apnoord"
39 mode : "ap"
40 type : "eth"
41 channel : "1"
42 ssid : "ap-WirelessLeiden-Rabo4"
43 dhcp : "10-250"
44 compass : "n"
45 ns_ip : "172.17.44.2/24"
46 ns_mac : "00:15:6d:e8:f9:5e"
47 bridge_type: "Bullet2"
48 status : "up"
49
50iface_vr0:
51 comment : "Ethernet naar Rabo2"
52 ip : "172.19.137.65/30"
53 sdesc : "2rabo2"
54 type : "eth"
55 dhcp : False
56 status : "up"
57
58iface_vr1:
59 comment : "A-link naar NodeHuub"
60 ip : "172.16.4.9/29"
61 sdesc : "2huub"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "44"
66 ssid : "il-z.rabo1.wleiden.net"
67 dhcp : False
68 compass : "z"
69 ns_ip : "172.16.4.10/29"
70 ns_mac : "00:15:6d:70:53:6a"
71 bridge_type: "NanoStation5"
72 status : "up"
73
74iface_vr1_alias0:
75 comment : "A-link naar CeTIM2"
76 ip : "172.16.4.97/29"
77 sdesc : "2cetim2"
78 type : "eth"
79 status : "up"
80
81iface_vr2:
82 comment : "InterLink naar SOM"
83 ip : "172.16.16.20/29"
84 sdesc : "2som"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "140"
89 ssid : "il-w.som2.wleiden.net"
90 dhcp : False
91 compass : "o"
92 ns_ip : "172.16.16.19/29"
93 ns_mac : "00:15:6d:70:54:62"
94 bridge_type: "NanoStation5"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.