source: genesis/nodes/Langevoort/wleiden.yaml@ 13867

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

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

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7ileiden : True
8latitude : "52.18620"
9location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
10longitude : "4.47699"
11masterip : "172.23.25.1"
12monitoring_group: "Oegstgeest"
13nodename : "Langevoort"
14nodetype : "Hybrid"
15rdnap_x : 92755
16rdnap_y : 466842
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23serviceid : "172.31.254.6"
24status : "up"
25
26
27iface_ath0:
28 comment : "Omni voor de buurt"
29 ip : "172.23.25.1/24"
30 sdesc : "omni"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "WiFi-Oegstgeest"
35 wlan_mac : "00:1b:b1:05:02:df"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Extra AP2"
42 ip : "172.17.41.1/24"
43 sdesc : "ap2"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "11"
48 ssid : "WiFi-Oegstgeest-2"
49 dhcp : "10-240"
50 ns_ip : "172.17.41.2/24"
51 ns_mac : "00:15:6d:d4:f8:36"
52 bridge_type: "Bullet2"
53 status : "up"
54
55
56iface_vr0:
57 comment : "External Link"
58 ip : "192.168.178.14/24"
59 sdesc : "2external"
60 type : "eth"
61 dhcp : "client"
62 status : "up"
63
64
65iface_vr1:
66 comment : "A-Link naar Lijtweg1"
67 ip : "172.16.6.244/29"
68 sdesc : "2lijtweg1"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "108"
73 ssid : "il-n.lijtweg1.wleiden.net"
74 dhcp : False
75 compass : "w"
76 ns_ip : "172.16.6.243/29"
77 ns_mac : "dc:9f:db:2a:28:b6"
78 bridge_type: "NanostationM5"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Extra AP3"
84 ip : "172.17.70.1/24"
85 sdesc : "ap3"
86 mode : "ap"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "1"
90 ssid : "WiFi-Oegstgeest-3"
91 dhcp : "10-240"
92 compass : "w"
93 ns_ip : "172.17.70.2/29"
94 ns_mac : "00:15:6d:e9:f9:bd"
95 bridge_type: "Bullet2"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.