source: genesis/nodes/Kaag1/wleiden.yaml

Last change on this file was 14318, checked in by huub, 6 years ago

naar 11.2

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.21262"
7location : "Jachtwerf Hoogeboom, Julianalaan 72, 2159 LD, Kaag (Eiland)"
8longitude : "4.55594"
9masterip : "172.27.0.1"
10monitoring_group: "wleiden"
11nodename : "Kaag1"
12nodetype : "Hybrid"
13portal_sponsor: "Stichting Promotie Kaag"
14portal_url: "http://www.kaag.nl/"
15rdnap_x : 98187
16rdnap_y : 469717
17release : "11.2-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor de buurt"
28 ip : "172.27.0.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "WiFi-SPKaag"
34 wlan_mac : "00:1b:b1:f1:74:58"
35 dhcp : "10-250"
36 status : "up"
37
38
39iface_vr0:
40 comment : "Link naar TEYAkzoNobel1"
41 ip : "172.16.9.252/29"
42 sdesc : "2lijtweg1"
43 mode : "station-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "112"
47 ssid : "il-no.teyakzonobel1.wleiden.net"
48 dhcp : False
49 compass : "w"
50 ns_ip : "172.16.9.251/29"
51 ns_mac : "00:15:6d:70:54:63"
52 bridge_type: "NanoStation5"
53 status : "up"
54
55
56iface_vr1:
57 comment : "Link naar Kaag2"
58 ip : "172.16.17.68/29"
59 sdesc : "2kaag2"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "44"
64 ssid : "il-z.kaag2.wleiden.net"
65 dhcp : False
66 compass : "n"
67 ns_ip : "172.16.17.67/29"
68 ns_mac : "00:15:6d:70:51:f6"
69 bridge_type: "NanoStation5"
70 status : "up"
71
72
73iface_vr2:
74 comment : "Link naar KWVdeKaag"
75 ip : "172.16.18.1/29"
76 sdesc : "2kwvdekaag"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "36"
81 ssid : "il-z.kaag1.wleiden.net"
82 dhcp : False
83 compass : "zw"
84 ns_ip : "172.16.18.2/29"
85 ns_mac : "00:15:6d:70:52:67"
86 bridge_type: "NanoStation5"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.