source: genesis/nodes/AJSoft2/wleiden.yaml@ 13581

Last change on this file since 13581 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.4 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 : "ap"
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
71
72iface_vr1:
73 comment : "Link naar Hofland kabelnr 7"
74 ip : "172.16.6.41/29"
75 sdesc : "2hofland"
76 mode : "ap-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "100"
80 ssid : "il-zw.ajsoft2.wleiden.net"
81 dhcp : False
82 compass : "zw"
83 ns_ip : "172.16.6.42/29"
84 ns_mac : "00:15:6d:ea:f0:6a"
85 bridge_type: "NanoStation5"
86 status : "up"
87
88
89iface_vr2:
90 comment : "A-interLink naar RijnVliet kabelnr 6"
91 ip : "172.16.6.17/29"
92 sdesc : "2rijnvliet"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "116"
97 ssid : "il-o-ajsoft2.wleiden.net"
98 dhcp : False
99 compass : "no"
100 ns_ip : "172.16.6.18/29"
101 ns_mac : "00:15:6d:ea:f0:6d"
102 bridge_type: "NanoStation5"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.