source: genesis/nodes/Leeuwenhorst2/wleiden.yaml@ 14240

Last change on this file since 14240 was 14217, checked in by huub, 6 years ago

link maken naar LH1 via wifi

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.25110"
7location : "Leeuwenhorst, Langelaan 3, 2211 XT, Noordwijkerhout"
8longitude : "4.47198"
9masterip : "172.16.10.225"
10monitoring_group: "noordwijkerhout"
11nodename : "Leeuwenhorst2"
12nodetype : "Hybrid"
13portal_sponsor: "Kop en Schotels"
14portal_url: "http://www.kopenschotels.com/nl/home.html"
15rdnap_x : 92503
16rdnap_y : 474067
17release : "9.0-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 : "link naar Leeuwenhorst1"
28 ip : "172.16.9.122/29"
29 sdesc : "2lh1"
30 mode : "station"
31 type : "11a"
32 channel : 64
33 ssid : "WiFi-binnen-a"
34 wlan_mac : "a8:54:b2:72:c7:cb"
35 dhcp : False
36 status : "up"
37
38
39iface_vr0:
40 comment : "Link naar TeyBestuurscentrum kabel 1"
41 ip : "172.16.6.137/29"
42 sdesc : "zuid"
43 mode : "station-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "140"
47 ssid : "il-n.bestuurscentrum.wleiden.net"
48 dhcp : False
49 compass : "zzo"
50 ns_ip : "172.16.6.138/29"
51 ns_mac : "dc:9f:db:2e:b2:c8"
52 bridge_type: "NanoBridge M5"
53 status : "up"
54
55
56iface_vr0_alias0:
57 comment : "Verbinding naar Leeuwenhorst1 via switch"
58 ip : "172.16.4.190/30"
59 sdesc : "2leeuwh1"
60 type : "eth"
61 dhcp : False
62 status : "up"
63
64
65iface_vr1:
66 comment : "Link naar Noordwijk/Katwijk kabel 3"
67 ip : "172.16.6.185/29"
68 sdesc : "il240"
69 mode : "ap-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "52"
73 ssid : "il-240.lhorst.wleiden.net"
74 dhcp : False
75 compass : "240"
76 ns_ip : "172.16.6.186/29"
77 ns_mac : "dc:9f:db:2a:28:9a"
78 bridge_type: "NanoStation M5"
79 status : "up"
80
81
82iface_vr2:
83 comment : "Link naar Wulp kabel 7"
84 ip : "172.16.7.49/29"
85 sdesc : "2nw"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "108"
90 ssid : "il-n.leeuwenhorst.wleiden.net"
91 dhcp : False
92 compass : "n"
93 ns_ip : "172.16.7.50/29"
94 ns_mac : "dc:9f:db:2a:27:dd"
95 bridge_type: "Nanostation M5"
96 status : "up"
Note: See TracBrowser for help on using the repository browser.