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

Last change on this file since 13104 was 13080, checked in by huub, 10 years ago

wlan_mac nu in config file

File size: 2.5 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 4, 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 AJSoft1"
26 ip : "172.16.3.82/30"
27 sdesc : "2ajsoft1"
28 mode : "station"
29 type : "11a"
30 channel : "36"
31 ssid : "il-WirelessLeiden-Ajsoft1"
32 wlan_mac : "a8:54:b2:72:c7:db"
33 dhcp : False
34 compass : "nvt"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Centrum kabelnr 5"
40 ip : "172.16.6.49/29"
41 sdesc : "2centrum"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "52"
46 ssid : "il-no.ajsoft2.wleiden.net"
47 dhcp : False
48 compass : "no"
49 ns_ip : "172.16.6.50/29"
50 ns_mac : "04:18:D6:54:C8:44"
51 bridge_type: "NanobeamM5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link naar LivingLab kabelnr 8"
57 ip : "172.16.17.105/29"
58 sdesc : "2livinglab"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "64"
63 ssid : "il-z.ajsoft2.wleiden.net"
64 dhcp : False
65 compass : "z"
66 ns_ip : "172.16.17.106"
67 ns_mac : "00:15:6D:71:53:4E"
68 bridge_type: "NanoStation5"
69 status : "up"
70
71iface_vr1:
72 comment : "Link naar Hofland kabelnr 7"
73 ip : "172.16.6.41/29"
74 sdesc : "2hofland"
75 mode : "ap-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "100"
79 ssid : "il-zw.ajsoft2.wleiden.net"
80 dhcp : False
81 compass : "zw"
82 ns_ip : "172.16.6.42/29"
83 ns_mac : "00:15:6d:ea:f0:6a"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "A-interLink naar RijnVliet kabelnr 6"
90 ip : "172.16.6.17/29"
91 sdesc : "2rijnvliet"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "116"
96 ssid : "il-o-ajsoft2.wleiden.net"
97 dhcp : False
98 compass : "no"
99 ns_ip : "172.16.6.18/29"
100 ns_mac : "00:15:6d:ea:f0:6d"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.