-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
315 lines (305 loc) · 12.9 KB
/
index.html
File metadata and controls
315 lines (305 loc) · 12.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Copyright (C) 2008-2026 Lonnie Abelbeck -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Cache-Control" content="max-age=3600, must-revalidate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="AstLinux Project" />
<meta name="keywords" content="ASTERISK, ASTLINUX, VOIP, SIP, XMPP, VPN, OPENVPN, WIREGUARD, ROUTER, FIREWALL" />
<title>AstLinux Project</title>
<link rel="stylesheet" href="common/style.css" type="text/css" />
</head>
<body>
<table class="headerTable"><tr>
<td width="140"><img src="common/logo-small.gif" width="113" height="23" alt="AstLinux Project" /></td>
<td><h1>AstLinux Project</h1></td>
</tr></table>
<div id="tabs">
<ul>
<li><a href="index.html"><span>Home</span></a></li>
<li><a href="dev.html"><span>Development</span></a></li>
<li><a href="credits.html"><span>Credits</span></a></li>
<li><a href="about.html"><span>About</span></a></li>
</ul>
</div>
<br /><br />
<center>
<p> </p>
</center>
<h2>AstLinux Release:</h2>
<center><table width="100%" class="status"><tr><td><center>
<table width="100%" class="datatable">
<tr class="dtrow0">
<td class="statusText" style="text-align: right; font-weight: bold;">AstLinux Release Version:</td>
<td style="text-align: left;">1.5.13</td>
<td style="text-align: center;" colspan="2">
</td></tr>
<tr class="dtrow1">
<td class="statusText" style="text-align: right; font-weight: bold;">Release Date:</td>
<td style="text-align: left;">2026-02-28</td>
<td style="text-align: center;" colspan="2">
After over 21 years (2026-03-01), AstLinux is considered deprecated.
</td></tr>
<tr class="dtrow0">
<td class="statusText" style="text-align: right; font-weight: bold;">Changes:</td>
<td style="text-align: left;">
<a class="headerText" href="https://raw.githubusercontent.com/astlinux-project/astlinux/1.5.13/docs/ChangeLog.txt" target="_blank">
ChangeLog</a></td>
<td style="text-align: center;" colspan="2">
New AstLinux installations are no longer recommended.
</td></tr>
<tr class="dtrow1">
<td class="statusText" style="text-align: right; font-weight: bold;">Asterisk Versions:</td>
<td style="text-align: left;">18.26.4, 20.18.2</td>
<td style="text-align: center;" colspan="2">
</td></tr>
<tr class="dtrow0">
<td class="statusText" style="text-align: right; font-weight: bold;">User Documentation:</td>
<td style="text-align: left;">
<a class="headerText" href="https://doc.astlinux-project.org/userdoc:documentation" target="_blank">
Documentation</a></td>
<td class="statusText" style="text-align: right; font-weight: bold;">Firmware Repository URL:</td>
<td style="text-align: left;">
<a class="headerText" href="https://doc.astlinux-project.org/userdoc:tt_asterisk_upgrade_version" target="_blank">
Asterisk LTS Series Version</a>
</td></tr>
</table>
</center></td></tr></table></center>
<h2>Description:</h2>
<p>
AstLinux is an open-source Linux x86_64 "Network Appliance Framework".
Tools including Asterisk, stateful filtering firewall and VPN support.
AstLinux's framework allows integrators and developers to deploy solutions that may be remotely monitored, supported and upgraded using an optimized 60 MB compressed image.
</p>
<h2>Release Notes:</h2>
<p>
Changes to supported firmware builds:
</p>
<ul class="listText">
<li>Previous 'ast16se' and 'ast18' firmware branches are no longer updated.
</li>
<li>New 'ast18se' firmware branch, Asterisk 18.x built --without-pjproject and --without-dahdi
</li>
<li>Previous 'ast20' firmware branch, Asterisk 20.x built --with-pjproject and --with-dahdi
</li>
</ul>
<p>
AstLinux 1.5.13 Highlights:
</p>
<ul class="listText">
<li>Linux Kernel 5.10.249-cip69, security and bug fixes
</li>
<li>RUNNIX, version bump to runnix-0.6.25
</li>
<li>OpenSSL, version 1.1.1w, security fixes: CVE-2025-68160, CVE-2025-69418, CVE-2025-69419, CVE-2025-69420, CVE-2025-69421, CVE-2026-22795, CVE-2026-22796
</li>
<li>libcurl (curl) version bump to 8.17.0
</li>
<li>libpng, version bump to 1.6.55, security fixes: CVE-2025-64505, CVE-2025-64506, CVE-2025-64720, CVE-2025-65018, CVE-2025-66293, CVE-2026-22695, CVE-2026-22801, CVE-2026-25646
</li>
<li>libsodium, version bump to 1.0.21, security fix
</li>
<li>avahi, version 0.6.32, security fixes: CVE-2021-3468, CVE-2023-38469, CVE-2023-38470, CVE-2023-38471, CVE-2023-38472, CVE-2023-38473, CVE-2024-52616, CVE-2024-52615, CVE-2025-68276, CVE-2025-68468, CVE-2025-68471, CVE-2026-24401
</li>
<li>expat, version bump to 2.7.4, security fixes: CVE-2026-24515, CVE-2026-25210
</li>
<li>fping, version bump to 5.5
</li>
<li>iperf3, version bump to 3.20
</li>
<li>netsnmp, version 5.9.4, security fix: CVE-2025-68615
</li>
<li>pcre2, new package, version 10.47, newer though incompatible API from older pcre
</li>
<li>php, version 7.2.34, add security fixes: CVE-2025-14177, CVE-2025-14178, GHSA-www2-q4fc-65wf
</li>
<li>sqlite, version bump to 3.51.2
</li>
<li>strongSwan, version 5.5.3, security fix: CVE-2025-62291
</li>
<li>unbound, version bump to 1.24.2, security fix: CVE-2025-11411
</li>
<li>unixodbc, version bump to 2.3.14
</li>
<li>ca-certificates, update trusted root certificates 2025-12-02
</li>
<li>mac2vendor, oui.txt database snapshot 2026-01-16
</li>
<li>Time Zone Database update, tzdata2025c and php-timezonedb-2025.3
</li>
<li>Asterisk '18se' (stable edition) version 18.26.4 is the last Asterisk 18.x "Legacy" version,
built --without-pjproject and --without-dahdi
</li>
</ul>
<h2>Details:</h2>
<p>
AstLinux's framework includes:
</p>
<ul class="listText">
<li>Asterisk 18 or 20:
<a class="linkText" href="https://www.asterisk.org/" target="_blank">SIP, DAHDI</a> -
Voice PBX
</li>
<li>Asterisk Operator Panel:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_asterisk-fop2" target="_blank">FOP2</a> -
optional Add-On Package
</li>
<li>Prosody 0.11:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt-xmpp-server" target="_blank">XMPP</a> -
Presence and Messaging
</li>
<li>Linux: Kernel 5.10, Busybox base with iproute2, e2fsprogs and util-linux</li>
<li>VPN Support:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_wireguard_vpn" target="_blank">WireGuard</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_openvpn_server" target="_blank">OpenVPN</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_ipsec_vpn_strongswan" target="_blank">IPSec VPN</a>
</li>
<li>Scripting Languages: bash, php, lua and perl</li>
<li>Web Server: Linux-Lighttpd-SQLite3-PHP</li>
<li>Monitoring:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_zabbix_monitoring" target="_blank">Zabbix</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_asterisk_snmp_monitoring" target="_blank">SNMP</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_ups_monitoring" target="_blank">UPS Equipment</a>
</li>
<li>IPv4 / IPv6 Router and
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_firewall_overview" target="_blank">Stateful Filtering Firewall</a>
</li>
<li><a class="linkText" href="http://www.thekelleys.org.uk/dnsmasq/doc.html" target="_blank">DHCP, DNS, TFTP</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_dns_tls_proxy" target="_blank">DNS-TLS Proxy</a>
NTP and FTP servers
</li>
<li>SMTP email forwarding for notifications</li>
<li><a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_fossil" target="_blank">Fossil</a> -
software configuration management system for local configuration files
</li>
<li><a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt-ldap-server" target="_blank">LDAP</a> -
server for distributing directory information
</li>
<li><a class="linkText" href="https://doc.astlinux-project.org/userdoc:tt_asterisk-odbc" target="_blank">ODBC</a> -
database abstraction layer support for SQLite3
</li>
<li>RUNNIX bootloader supporting firmware version management and low level diagnostics</li>
<li>Web interface for administration</li>
</ul>
<p>
Supported 64-bit, x86_64 boards and appliances include:
</p>
<ul class="listText">
<li>Intel N150 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_protectli_vp2430" target="_blank">
Protectli VP2430</a>
</li>
<li>Intel N100 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_qotom_q10922h6" target="_blank">
Qotom Q10922H6</a>
</li>
<li>Intel Celeron J4125 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_qotom_q750g5" target="_blank">
Qotom Q750G5</a>
</li>
<li>Intel Celeron N3160 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_jetway_jbc430u941" target="_blank">
Jetway JBC430U941 / HBJC430U941</a>
</li>
<li>Intel Celeron J3160 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_protectli_fw4b" target="_blank">
Protectli FW4B</a>
</li>
<li>Intel Core i3-6100U fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_qotom_q530g6" target="_blank">
Qotom Q530G6</a>
</li>
<li>AMD X3421 appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_hpe_microserver_x3421" target="_blank">
HPE MicroServer Gen10</a>
</li>
<li>Intel Celeron J1900 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_qotom_q190g4n-s07" target="_blank">
Qotom Q190G4N-S07</a>
</li>
<li>Intel Celeron N2930 board:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_jetway_nf9hg-2930" target="_blank">
Jetway NF9HG-2930</a>
</li>
<li>Intel Atom C2358 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_lanner_fw-7525b" target="_blank">
Lanner FW-7525B</a>
</li>
<li>Intel Atom D525 fanless appliance:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_lanner_fw-7541d" target="_blank">
Lanner FW-7541D</a>
</li>
<li>AMD GX-412TC board:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_pcengines_apu2" target="_blank">
PC Engines apu2</a>
</li>
<li>Generic 64-bit, x86_64 PC Hardware with SATA or NVMe storage and UEFI or Legacy BIOS</li>
</ul>
<p>
Supported 64-bit, x86_64 Mini PCs include:
</p>
<ul class="listText">
<li>Intel N100 fanless Mini PC:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_mele_quieterdl" target="_blank">
MeLE QuieterDL</a>
</li>
<li>Intel Celeron N4020 fanless Mini PC:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_minisforum_n40" target="_blank">
MINISFORUM N40</a>
</li>
<li>Intel Celeron N3350/N4000 fanless Mini PC:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:board_bmax_b1_plus" target="_blank">
Bmax B1 Plus/Pro</a>
</li>
</ul>
<p>
Supported Virtual Machine guest environments include:
</p>
<ul class="listText">
<li><a class="linkText" href="https://www.proxmox.com/" target="_blank">Proxmox</a>
KVM x86_64 Virtualization:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:guest_vm_proxmox" target="_blank">Proxmox VE</a>
</li>
<li><a class="linkText" href="https://www.linode.com/" target="_blank">Linode</a>
Hosted KVM x86_64 Virtualization:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:hosted_guest_vm_linode" target="_blank">Linode KVM</a>
</li>
<li><a class="linkText" href="https://www.vultr.com/" target="_blank">Vultr</a>
Hosted KVM x86_64 Virtualization:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:hosted_guest_vm_vultr" target="_blank">Vultr KVM</a>
</li>
<li>Other x86_64 Virtualization:
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:guest_vm_hyperv" target="_blank">Hyper-V</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:guest_vm_utm" target="_blank">UTM</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:guest_vm_virtualbox" target="_blank">VirtualBox</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:guest_vm_vmware_vsphere" target="_blank">VMware</a>
<a class="linkText" href="https://doc.astlinux-project.org/userdoc:guest_vm_xenserver" target="_blank">XenServer</a>
</li>
</ul>
<button onclick="gototop_action()" id="gttBtn" title="Goto Top">↑</button>
<script language="JavaScript" type="text/javascript">
//<![CDATA[
// When the user clicks on the button, scroll to the top of the document
function gototop_action() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
function set_gototop_scroll() {
if (document.body.scrollTop > 48 || document.documentElement.scrollTop > 48) {
document.getElementById("gttBtn").style.display = "block";
} else {
document.getElementById("gttBtn").style.display = "none";
}
}
function setGTThandler() {
set_gototop_scroll();
window.onscroll = set_gototop_scroll;
}
setGTThandler();
//]]>
</script>
</body>
</html>