Hi all,
Very new to Proxmox, just testing to see if I can use it to replace my home lab vCenter. Some Linux experience and I've read and watched numerous videos in preparation but this issue has me beaten.
Freshly installed PVE running as a VM under vSphere. Literally installed from latest image, opened a shell to PVE to try and run post install script and it doesn't work. I've tracked the problem down to Curl which just doesn't download anything, it eventually just times out...
Things I've tried to fix this...
Thanks in advance.
Very new to Proxmox, just testing to see if I can use it to replace my home lab vCenter. Some Linux experience and I've read and watched numerous videos in preparation but this issue has me beaten.
Freshly installed PVE running as a VM under vSphere. Literally installed from latest image, opened a shell to PVE to try and run post install script and it doesn't work. I've tracked the problem down to Curl which just doesn't download anything, it eventually just times out...
root@pve:~# bash -c "$(curl -vfsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"
* Host raw.githubusercontent.com:443 was resolved.
* IPv6: 2606:50c0:8000::154, 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8003::154
* IPv4: 185.199.108.133, 185.199.111.133, 185.199.109.133, 185.199.110.133
* Trying [2606:50c0:8000::154]:443...
* Immediate connect fail for 2606:50c0:8000::154: Network is unreachable
* Trying [2606:50c0:8002::154]:443...
* Immediate connect fail for 2606:50c0:8002::154: Network is unreachable
* Trying [2606:50c0:8001::154]:443...
* Immediate connect fail for 2606:50c0:8001::154: Network is unreachable
* Trying [2606:50c0:8003::154]:443...
* Immediate connect fail for 2606:50c0:8003::154: Network is unreachable
* Trying 185.199.108.133:443...
* ALPN: curl offers h2,http/1.1
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [1580 bytes data]
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* Connection timed out after 300183 milliseconds
Things I've tried to fix this...
- Firewall - tried disabling - no change
- VMWare networking - Allowed Mac Address changes, Promiscuous mode and Forged Transmits - no change
- IPv6 - disabled to force IPv4 to be used - no change
- wget - works perfectly for the same file
Thanks in advance.