Problems reaching Proxmox repo

tores

Member
Nov 12, 2014
8
0
21
Hello!

Since November 29th we have not been able to reach the Proxmox download-repos from our nodes.
I also tried pinging the IP from a completely different ISP (both in Norway though) but still nothing.

Is anyone else experiencing problems these days?
 
Hello!

Since November 29th we have not been able to reach the Proxmox download-repos from our nodes.
I also tried pinging the IP from a completely different ISP (both in Norway though) but still nothing.

Is anyone else experiencing problems these days?

Hi,
icmp isn't allowed (ping and traceroute don't reach the host) but apt-get work fine and also wget + nmap.
Code:
nmap download.proxmox.com

Starting Nmap 6.47 ( http://nmap.org ) at 2014-12-05 22:16 CET
Nmap scan report for download.proxmox.com (188.165.151.222)
Host is up (0.064s latency).
Not shown: 994 filtered ports
PORT    STATE  SERVICE
21/tcp  open   ftp
80/tcp  open   http
113/tcp closed ident
135/tcp closed msrpc
139/tcp closed netbios-ssn
443/tcp open   https

Nmap done: 1 IP address (1 host up) scanned in 6.98 seconds
Do you reach the ovh-network with traceroute?
Code:
traceroute download.proxmox.com
traceroute to download.proxmox.com (188.165.151.222), 30 hops max, 60 byte packets
 1  192.168.xxx.1 (192.168.xxx.1)  0.596 ms  0.964 ms  0.964 ms
 2  62.214.xx.253 (62.214.xx.253)  39.925 ms  42.936 ms  45.104 ms
 3  62.214.xx.101 (62.214.xx.101)  46.628 ms  48.599 ms  50.737 ms
 4  62.214.106.42 (62.214.106.42)  134.549 ms 10g-8-1.hhb003isp005.versatel.de (62.214.110.38)  135.097 ms 62.214.106.42 (62.214.106.42)  135.146 ms
 5  62.214.106.90 (62.214.106.90)  62.404 ms 62.214.106.94 (62.214.106.94)  64.095 ms 62.214.106.98 (62.214.106.98)  66.561 ms
 6  * 62.214.106.65 (62.214.106.65)  70.350 ms  72.862 ms
 7  * decix.routers.ovh.net (80.81.192.209)  48.000 ms *
 8  rbx-g2-a9.fr.eu (178.33.100.250)  70.111 ms  70.598 ms rbx-g1-a9.fr.eu (178.33.100.248)  72.241 ms
 9  vss-6a-6k.fr.eu (91.121.128.38)  72.475 ms * *
10  ns227086.ovh.net (176.31.231.67)  72.471 ms  74.237 ms  78.094 ms
11  * * *
12  * * *
13  * * *
Udo