Proxmox Download Server Down?

zenny

Renowned Member
Jul 7, 2008
93
3
73
I am trying to get the gpg key from proxmox, but the download servers are not reachable. I tried with download and download2.proxmox.com, but with the following errors:

# wget -O- "http://download2.proxmox.com/debian/key.asc" | apt-key add -
--2013-05-06 23:31:14-- http://download2.proxmox.com/debian/key.asc Resolving download2.proxmox.com (download2.proxmox.com)... failed: Name or service not known.
wget: unable to resolve host address `download2.proxmox.com' gpg:
no valid OpenPGP data found.
# ping download.proxmox.com
ping: unknown host download.proxmox.com
#ping google.com
PING google.com (173.194.32.0) 56(84) bytes of data.
64 bytes from arn06s01-in-f0.1e100.net (173.194.32.0): icmp_req=1 ttl=56 time=38.0 ms
64 bytes from arn06s01-in-f0.1e100.net (173.194.32.0): icmp_req=2 ttl=56 time=41.5 ms
^C
--- google.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 38.008/39.754/41.501/1.757 ms

Please confirm! Thanks!
 
Last edited:
both download & download2.proxmox.com resolve just fine over here. might be a temporal thing or the DNS server youre using has had a hickup
 
both download & download2.proxmox.com resolve just fine over here. might be a temporal thing or the DNS server youre using has had a hickup

Does not seem so, else how can I reach all hosts except that specific proxmox download server? I tried once again after 8 hours with the following output:

# wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -
--2013-05-07 09:57:40-- http://download.proxmox.com/debian/key.asc
Resolving download.proxmox.com (download.proxmox.com)... failed: Name or service not known.
wget: unable to resolve host address `download.proxmox.com'
gpg: no valid OpenPGP data found.


# ping google.com
PING google.com (173.194.32.3) 56(84) bytes of data.
64 bytes from arn06s01-in-f3.1e100.net (173.194.32.3): icmp_req=1 ttl=56 time=36.9 ms
64 bytes from arn06s01-in-f3.1e100.net (173.194.32.3): icmp_req=2 ttl=56 time=40.2 ms
^C
--- google.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 36.933/38.603/40.274/1.682 ms

#ping proxmox.com
PING proxmox.com (94.136.30.181) 56(84) bytes of data.
64 bytes from www.proxmox.com (94.136.30.181): icmp_req=1 ttl=48 time=71.9 ms
64 bytes from www.proxmox.com (94.136.30.181): icmp_req=2 ttl=48 time=70.4 ms
64 bytes from www.proxmox.com (94.136.30.181): icmp_req=3 ttl=48 time=75.1 ms
^C
--- proxmox.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 70.463/72.530/75.153/1.979 ms


# ping download.proxmox.com
ping: unknown host download.proxmox.com

$dig download.proxmox.com

; <<>> DiG 9.8.1-P1 <<>> download.proxmox.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 2716
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;download.proxmox.com. IN A

;; Query time: 154 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Tue May 7 10:21:11 2013
;; MSG SIZE rcvd: 38
 
Last edited:
# nslookup download.proxmox.com
Server: 127.0.0.1
Address: 127.0.0.1#53

Non-authoritative answer:
Name: download.proxmox.com
Address: 188.165.151.222


I've got download.proxmox.com from my home.
 
# nslookup download.proxmox.com
Server: 127.0.0.1
Address: 127.0.0.1#53

Non-authoritative answer:
Name: download.proxmox.com
Address: 188.165.151.222


I've got download.proxmox.com from my home.

Thanks! I used

#wget -q -O- "http://188.165.151.222/debian/key.asc" | apt-key add -

and it worked!