I cant download asterisk packages (all versions)

Hello, when try to download asterisk it will say like this:

[root@test-server src]# wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz
–2023-05-21 13:58:11-- http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz
Resolving downloads.asterisk.org (downloads.asterisk.org)… 170.249.154.172
Connecting to downloads.asterisk.org (downloads.asterisk.org)|170.249.154.172|:80… ^[^[

I don’t think this is a problem with the Asterisk project servers - my
experience of running the same command is:

$ wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-
current.tar.gz
–2023-05-21 13:43:38–
http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-
current.tar.gz
Resolving downloads.asterisk.org (downloads.asterisk.org)… 170.249.154.172
Connecting to downloads.asterisk.org (downloads.asterisk.org)|
170.249.154.172|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 28284281 (27M) [application/x-gzip]
Saving to: `asterisk-18-current.tar.gz’

100%[========================>] 28,284,281 2.75M/s in 12s

2023-05-21 13:43:51 (2.33 MB/s) - `asterisk-18-current.tar.gz’ saved
[28284281/28284281]

That resolved to the same IP address as you got - 170.249.154.172 - so I would
suggest you check your network connectivity and/or proxies to that address.

Antony.

What shall I Chek please?

I would start with:

$ ping downloads.asterisk.org

$ traceroute downloads.asterisk.org

$ telnet downloads.asterisk.org http

Antony.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.