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

Last change on this file since 12515 was 12474, checked in by rick, 11 years ago

Automatic cleanups

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
35
36iface_ue0:
37 comment : "Ap-noord met SD15"
38 ip : "172.17.44.1/24"
39 sdesc : "2apnoord"
40 mode : "ap"
41 type : "eth"
42 channel : "1"
43 ssid : "ap-WirelessLeiden-Rabo4"
44 dhcp : "10-250"
45 compass : "n"
46 ns_ip : "172.17.44.2/24"
47 ns_mac : "00:15:6d:e8:f9:5e"
48 bridge_type: "Bullet2"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Ethernet naar Rabo2"
54 ip : "172.19.137.65/30"
55 sdesc : "2rabo2"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr1:
62 comment : "A-link naar Vosko2"
63 ip : "172.16.4.9/29"
64 sdesc : "2huub"
65 mode : "station-wds"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 channel : "44"
69 ssid : "il-z.rabo1.wleiden.net"
70 dhcp : False
71 compass : "z"
72 ns_ip : "172.16.4.10/29"
73 ns_mac : "00:15:6d:70:53:6a"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
78iface_vr1_alias0:
79 comment : "A-link naar CeTIM2"
80 ip : "172.16.4.97/29"
81 sdesc : "2cetim2"
82 type : "eth"
83 status : "up"
84
85
86iface_vr2:
87 comment : "InterLink naar SOM"
88 ip : "172.16.16.20/29"
89 sdesc : "2som"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "140"
94 ssid : "il-w.som2.wleiden.net"
95 dhcp : False
96 compass : "o"
97 ns_ip : "172.16.16.19/29"
98 ns_mac : "00:15:6d:70:54:62"
99 bridge_type: "NanoStation5"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.