source: genesis/nodes/Zwet/wleiden.yaml@ 13844

Last change on this file since 13844 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.11836"
7location : "Fam van der Zwet, Nieuweweg 3, 2381 NW,Zoeterwoude "
8longitude : "4.50131"
9masterip : "172.27.129.1"
10monitoring_group: "wzoeterwoude"
11nodename : "Zwet"
12nodetype : "Hybrid"
13rdnap_x : 94326
14rdnap_y : 459275
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 : "Omni voor Tuin"
26 ip : "172.27.129.1/26"
27 sdesc : "2buurt"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-ZTW-Zwet-Tuin"
32 dhcp : "10-60"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar Jar"
38 ip : "172.16.4.49/29"
39 sdesc : "2unused"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-z.zwet.wleiden.net"
44 dhcp : False
45 compass : "zo"
46 ns_ip : "172.16.4.50/29"
47 ns_mac : "04:18:d6:56:ac:23"
48 bridge_type: "NanoStation M5"
49 status : "up"
50
51
52iface_ue1:
53 comment : "Link to Unused"
54 ip : "172.16.9.89/29"
55 sdesc : "2unused"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 ssid : "il-w.zwet.wleiden.net"
60 dhcp : False
61 compass : "w"
62 ns_ip : "172.16.9.90/29"
63 ns_mac : "dc:9f:db:64:2d:2c"
64 bridge_type: "NanoStationM5"
65 status : "up"
66
67
68iface_vr0:
69 comment : "Link to PVKerkDuif"
70 ip : "172.16.16.169/29"
71 sdesc : "2pvkerkduif"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 ssid : "il-o.zwet.wleiden.net"
76 dhcp : False
77 compass : "o"
78 ns_ip : "172.16.16.170/29"
79 ns_mac : "00:15:6d:bd:89:93"
80 bridge_type: "NanoStation5"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Omni voor de Buurt"
86 ip : "172.27.129.129/26"
87 sdesc : "2buurt"
88 mode : "ap-wds"
89 type : "eth"
90 ssid : "ap-ZTW-Zwet-Buurt"
91 dhcp : "140-180"
92 ns_ip : "172.27.129.130/26"
93 ns_mac : "00:27:22:66:6c:bc"
94 bridge_type: "Bullet M2"
95 status : "up"
96
97
98iface_vr1_extra0:
99 comment : "AP repeater muziekcentrum"
100 ip : "172.27.129.131/26"
101 type : "eth"
102 ssid : "ap-ZTW-Zwet-Buurt"
103 ns_mac : "dc:9f:db:3e:1c:6b"
104 bridge_type: "NanoStationLocoM2"
105 status : "up"
106
107
108iface_vr1_extra1:
109 comment : "AP repeater muziekcentrum 2"
110 ip : "172.27.129.132/26"
111 type : "eth"
112 ssid : "ap-ZTW-MuziekCemtrum"
113 ns_mac : "dc:9f:db:3e:1e:5a"
114 bridge_type: "NanoStationLocoM2"
115 status : "up"
116
117
Note: See TracBrowser for help on using the repository browser.