source: genesis/nodes/HybridAJSoft2/wleiden.yaml@ 11554

Last change on this file since 11554 was 11554, checked in by rick, 12 years ago

Cleanup actie.

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.14605"
7location : "Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden"
8longitude : "4.46729"
9masterip : "172.20.137.1"
10monitoring_group: "wleiden"
11nodename : "AJSoft2"
12nodetype : "Hybrid"
13rdnap_x : 92035
14rdnap_y : 462384
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 : "Link naar LivingLab"
26 ip : "172.16.17.108/29"
27 sdesc : "2livinglab"
28 mode : "ap"
29 type : "11a"
30 channel : "36"
31 ssid : "il-n.livinglab.wleiden.net"
32 dhcp : False
33 compass : "s"
34 status : "up"
35
36
37iface_ue0:
38 comment : "B-link naar unused"
39 ip : "172.16.6.49/29"
40 sdesc : "2unused"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "8"
45 ssid : "il-nno.ajsoft2.wleiden.net"
46 dhcp : False
47 compass : "n"
48 ns_ip : "172.16.6.50/29"
49 ns_mac : "00:15:6d:e8:f9:c6"
50 bridge_type: "Bullet2"
51 status : "down"
52
53
54iface_vr0:
55 comment : "Ethernet naar AJSoft1"
56 ip : "172.16.3.82/30"
57 sdesc : "2ajsoft1"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link naar Hofland"
65 ip : "172.16.6.41/29"
66 sdesc : "2hofland"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "100"
71 ssid : "il-w.ajsoft2.wleiden.net"
72 dhcp : False
73 compass : "z"
74 ns_ip : "172.16.6.42/29"
75 ns_mac : "00:15:6d:ea:f0:6a"
76 bridge_type: "NanoStation5"
77 status : "down"
78
79
80iface_vr2:
81 comment : "A-interLink naar RijnVliet"
82 ip : "172.16.6.17/29"
83 sdesc : "a2rijnvliet"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "52"
88 ssid : "il-o-ajsoft2.wleiden.net"
89 dhcp : False
90 compass : "no"
91 ns_ip : "172.16.6.18/29"
92 ns_mac : "00:15:6d:ea:f0:6d"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.