source: genesis/nodes/Rosmolen/wleiden.yaml@ 14354

Last change on this file since 14354 was 14295, checked in by huub, 6 years ago

update naar 11.2

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.17732"
7location : "Openbare Bibliotheek locatie Merenwijk, Rosmolen 4, 2317 SJ, Leiden"
8longitude : "4.50479"
9masterip : "172.21.168.1"
10monitoring_group: "wleiden"
11nodename : "Rosmolen"
12nodetype : "Hybrid"
13rdnap_x : 94644
14rdnap_y : 465831
15release : "11.2-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 : "Ap voor de buurt"
26 ip : "172.21.168.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 6
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:05:02:d4"
33 dhcp : "10-250"
34 compass : "wirelessleiden"
35 status : "up"
36
37
38iface_ue0:
39 comment : "B-link naar HenkJan"
40 ip : "172.16.9.113/29"
41 sdesc : "2henkjan"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "1"
46 ssid : "il-nnw.rosmolen.wleiden.net"
47 dhcp : "117-118"
48 compass : "w"
49 ns_ip : "172.16.9.114/29"
50 ns_mac : "00:15:6d:e8:f9:34"
51 bridge_type: "Bullet2"
52 status : "up"
53
54
55iface_ue1:
56 comment : "Link naar xxxx"
57 ip : "172.16.2.57/30"
58 sdesc : "2xxxx"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "3"
63 ssid : "il-nw2.rosmolen.wleiden.net"
64 dhcp : False
65 compass : "w"
66 ns_ip : "172.16.3.74/29"
67 ns_mac : "00:15:6d:"
68 bridge_type: "NanoStation M5"
69 status : "down"
70
71
72iface_vr0:
73 comment : "A-link naar Broekplein"
74 ip : "172.16.5.132/29"
75 sdesc : "2Broekplein"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "36"
80 ssid : "il-z.broekplein.wleiden.net"
81 dhcp : False
82 compass : "nw"
83 ns_ip : "172.16.5.131/29"
84 ns_mac : "00:15:6d:70:54:c5"
85 bridge_type: "NanoStation5"
86 status : "up"
87
88
89iface_vr1:
90 comment : "Link naar Roomburgh1"
91 ip : "172.16.3.44/29"
92 sdesc : "2roomburgh1"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "124"
97 ssid : "il-nnw.roomburgh1.wleiden.net"
98 dhcp : False
99 compass : "z"
100 ns_ip : "172.16.3.43/29"
101 ns_mac : "00:15:6d:70:54:d9"
102 bridge_type: "NanoStation5"
103 status : "up"
104
105
106iface_vr2:
107 comment : "Link naar Regenboog"
108 ip : "172.16.5.201/29"
109 sdesc : "2regenboog"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "11"
114 ssid : "il-o.rosmolen.wleiden.net"
115 dhcp : False
116 compass : "e"
117 ns_ip : "172.16.5.202/29"
118 ns_mac : "00:15:6d:e8:f9:3d"
119 bridge_type: "Bullet2"
120 status : "down"
121
122
Note: See TracBrowser for help on using the repository browser.