source: genesis/nodes/HybridHMKerk/wleiden.yaml@ 13350

Last change on this file since 13350 was 13347, checked in by huub, 9 years ago

usb adapter uit config hmkerk en netmask naar 24 voor ap

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16834"
7location : "RK Kerk, Kerkstaat 59, 2355 AH, Hoogmade"
8longitude : "4.58008"
9masterip : "172.25.64.1"
10monitoring_group: "westeinder"
11nodename : "HMKerk"
12nodetype : "Hybrid"
13rdnap_x : 99782
14rdnap_y : 464772
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_ue0:
25 comment : "Omni voor de buurt"
26 ip : "172.25.64.1/24"
27 sdesc : "2buurt"
28 mode : "ap"
29 type : "eth"
30 channel : "1"
31 ssid : "WiFi-Hoogmade"
32 dhcp : "10-60"
33 ns_ip : "172.25.64.2"
34 ns_mac : "00:15:6d:e8:e7:46"
35 bridge_type: "Bullet2"
36 status : "up"
37
38
39
40iface_vr0:
41 comment : "Link to StBavo2"
42 ip : "172.16.9.20/29"
43 sdesc : "2stbavo2"
44 mode : "station-wds"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "100"
48 ssid : "il-zo.stbavo2.wleiden.net"
49 dhcp : False
50 compass : "zw"
51 ns_ip : "172.16.9.19/29"
52 ns_mac : "00:15:6d:70:51:f1"
53 bridge_type: "NanoStation5"
54 status : "up"
55
56
57iface_vr1:
58 comment : "Link to ZTWRijneke"
59 ip : "172.16.5.249/29"
60 sdesc : "2casba"
61 mode : "ap-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "52"
65 ssid : "il-zw.hmkerk.wleiden.net"
66 dhcp : False
67 compass : "zw"
68 ns_ip : "172.16.5.250/29"
69 ns_mac : "00:15:6d:70:51:f3"
70 bridge_type: "NanoStation5"
71 status : "up"
72
73
74iface_vr2:
75 comment : "Link to Noord"
76 ip : "172.16.6.57/29"
77 sdesc : "2noord"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "108"
82 ssid : "il-n.hmkerk.wleiden.net"
83 dhcp : False
84 compass : "no"
85 ns_ip : "172.16.6.58/29"
86 ns_mac : "00:27:22:8a:3b:cf"
87 bridge_type: "NanoStation5M"
88 status : "up"
89
90
Note: See TracBrowser for help on using the repository browser.