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

Last change on this file since 13441 was 13323, checked in by rick, 9 years ago

Typo

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
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Ap voor de buurt"
25 ip : "172.21.168.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11g"
29 channel : 6
30 ssid : "WiFi-Leiden"
31 wlan_mac : "00:1b:b1:05:02:d4"
32 dhcp : "10-250"
33 compass : "wirelessleiden"
34 status : "up"
35
36
37iface_ue0:
38 comment : "b-link naar HenkJan"
39 ip : "172.16.9.113/29"
40 sdesc : "2henkjan"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "1"
45 ssid : "il-nnw.rosmolen.wleiden.net"
46 dhcp : "117-118"
47 compass : "w"
48 ns_ip : "172.16.9.114/29"
49 ns_mac : "00:15:6d:e8:f9:34"
50 bridge_type: "Bullet2"
51 status : "up"
52
53
54iface_ue1:
55 comment : "Link naar xxxx"
56 ip : "172.16.2.57/30"
57 sdesc : "2xxxx"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "3"
62 ssid : "il-nw2.rosmolen.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.3.74/29"
66 ns_mac : "00:15:6d:"
67 bridge_type: "NanoStation M5"
68 status : "down"
69
70
71iface_vr0:
72 comment : "A-link naar Broekplein"
73 ip : "172.16.5.132/29"
74 sdesc : "2Broekplein"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "36"
79 ssid : "il-z.broekplein.wleiden.net"
80 dhcp : False
81 compass : "nw"
82 ns_ip : "172.16.5.131/29"
83 ns_mac : "00:15:6d:70:54:c5"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr1:
89 comment : "Link naar Roomburgh1"
90 ip : "172.16.3.44/29"
91 sdesc : "2roomburgh1"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "124"
96 ssid : "il-nnw.roomburgh1.wleiden.net"
97 dhcp : False
98 compass : "z"
99 ns_ip : "172.16.3.43/29"
100 ns_mac : "00:15:6d:70:54:d9"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
105iface_vr2:
106 comment : "Link naar Regenboog"
107 ip : "172.16.5.201/29"
108 sdesc : "2regenboog"
109 mode : "station-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "11"
113 ssid : "il-o.rosmolen.wleiden.net"
114 dhcp : False
115 compass : "e"
116 ns_ip : "172.16.5.202/29"
117 ns_mac : "00:15:6d:e8:f9:3d"
118 bridge_type: "Bullet2"
119 status : "down"
120
121
Note: See TracBrowser for help on using the repository browser.