source: genesis/nodes/Geluidsnet2/wleiden.yaml@ 14093

Last change on this file since 14093 was 14064, checked in by huub, 7 years ago

ipadressen voor nieuwe config van link geluidsnet2 naar stadhuis

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16200"
7location : "Oude Belastingkantoor, Stationsplein 107, 2312 AJ, Leiden"
8longitude : "4.48003"
9masterip : "172.17.5.1"
10monitoring_group: "wleiden"
11nodename : "Geluidsnet2"
12nodetype : "Hybrid"
13rdnap_x : 92929
14rdnap_y : 464148
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_ath0:
25 comment : "Ap"
26 ip : "172.17.5.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "WiFi-Leiden"
32 wlan_mac : "90:a4:de:b7:ae:6b"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_vr0_102:
38 comment : "Link naar Geluidsnet1"
39 ip : "172.16.4.186/30"
40 sdesc : "2geluidsnet1"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_vr0_103:
47 comment : "Link Stadhuis and BSP-OV Pilot"
48 ip : "172.16.9.98/29"
49 sdesc : "2stadhuis"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "132"
54 ssid : "il-o.geluidsnet2.wleiden.net"
55 dhcp : False
56 compass : "zo"
57 ns_ip : "172.16.9.99/29"
58 ns_mac : "78:8a:20:14:d0:0e"
59 bridge_type: "LiteBeam-5AC-16-120"
60 encrypted : True
61 status : "up"
62
63iface_vr0_103_alias0:
64 comment : "Link naar BSP-OV Pilot"
65 ip : "192.168.1.93/29"
66 sdesc : "2bsp-ov"
67 type : "eth"
68 dhcp : False
69 status : "up"
70
71
72iface_vr0_105:
73 comment : "Link naar Geluidsnet Opstelpunt"
74 ip : "172.16.9.105/29"
75 sdesc : "2meetunit"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80
81iface_vr1:
82 comment : "Link naar Cope"
83 ip : "172.16.7.57/29"
84 sdesc : "2cope"
85 mode : "station-wds"
86 type : "eth"
87 channel : "36"
88 ssid : "il-zo.geluidsnet2.wleiden.net"
89 dhcp : False
90 compass : "z"
91 ns_ip : "172.16.7.58/29"
92 ns_mac : "00:15:6d:70:4d:a3"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
97iface_vr1_alias0:
98 comment : "Link naar Webster"
99 ip : "172.16.4.193/29"
100 sdesc : "2webster"
101 type : "eth"
102 dhcp : False
103 status : "up"
104
105
106iface_vr2:
107 comment : "Link naar vosko3"
108 ip : "172.16.4.204/29"
109 sdesc : "2vosko3"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "100"
114 ssid : "il-wnw.vosko3.wleiden.net"
115 dhcp : False
116 compass : "zo"
117 ns_ip : "172.16.4.203/29"
118 ns_mac : "00:15:6d:ec:82:96"
119 bridge_type: "NanoStation5"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.