On my windows desktop I am able to download the file:
I am unable to download the said file on the ProxMox v1.3 Console like:
This is what I get:
Ping however works fine:
Even the http download hangs at:
Code:
[URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
I am unable to download the said file on the ProxMox v1.3 Console like:
Code:
wget [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
Code:
# wget [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
--2010-05-19 22:53:36-- [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
=> `aplinfo.dat.gz'
Resolving download.proxmox.com... 92.51.129.73
Connecting to download.proxmox.com|92.51.129.73|:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.
--2010-05-19 22:54:08-- [URL]ftp://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
(try: 2) => `aplinfo.dat.gz'
Connecting to download.proxmox.com|92.51.129.73|:21... connected.
Logging in as anonymous ...
Error in server response, closing control connection.
Retrying.
Code:
# ping 92.51.129.73
PING 92.51.129.73 (92.51.129.73) 56(84) bytes of data.
64 bytes from 92.51.129.73: icmp_seq=1 ttl=47 time=405 ms
64 bytes from 92.51.129.73: icmp_seq=2 ttl=47 time=402 ms
Code:
# wget [URL]http://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
--2010-05-19 23:01:29-- [URL]http://download.proxmox.com/appliances/aplinfo.dat.gz[/URL]
Resolving download.proxmox.com... 92.51.129.73
Connecting to download.proxmox.com|92.51.129.73|:80... failed: Connection timed out.
Retrying.
Last edited: