Proxmox installation on Proliant BL460

arielcace

New Member
Oct 21, 2025
8
0
1
I installed Proxmox version 9 on a ProLiant BL460 Gen 10, but during installation I can't ping it and I can't access the web interface. From the IP configuration, I see that the network adapter is set to "up." What else can I check?

desde la red me aparecen los siguientes datos
ip
 

Attachments

  • proxmox.png
    proxmox.png
    167.8 KB · Views: 9
I installed Proxmox version 9 on a ProLiant BL460 Gen 10, but during installation I can't ping it and I can't access the web interface. From the IP configuration, I see that the network adapter is set to "up." What else can I check?

desde la red me aparecen los siguientes datos
ip
In order to better assist, we need to know the content of the files and commands ouput

Code:
cat /etc/network/interfaces
Code:
dmesg | grep -i eth
Code:
ip a
 
What is the IP of your workstation?
Can you ping the gateway?
Can you ping the PVE server?
Can you ssh into PVE server?
What is the corresponding output from your workstation? (ipconfig /all ; ip a)
What is the output of "curl -k https://127.0.0.1:8006" when run directly from PVE (over SSH or physical console?)
What is the output of "curl -k https://<CHANGE_THIS_TO_YOUR_PVE_IP>:8006" when run directly from PVE (over SSH or physical console?)



Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
You appear to have setup PVE with your Public IP address (90.x.x.x) - but not a local one. To which address are you pinging that device?
Your console (management?) appears to show a valid local IP 192.168.71.48. Have you misconfigured something?