I am new to proxmox, I tried to install proxmox on HP Z440 10-Core E5-2640 v4 2.40GHz 128GB RAM 2x 2TB HDD No OS , the problem I have is the Management network configuration page. It doesn’t ping anything when I tried to check except the gateway
I actually left the defaults because I'm not very familiar with network configuration and what would be the proper settings. I temporarily last year had proxmox working on the a machine using defaults so I thought it might still work roperly.@Proxgbola you would need to provide:
a) output of "ip a"
b) output of "cat /etc/network/interfaces"
c) output of "ipconfig /all" or similar OS specific command from your working workstation
@ultraforce is the reason why you left the defaults during the installation because your network happens to use these values as well? Please see above for the information that is required.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
There are many videos on youtube that can explain basicsI actually left the defaults because I'm not very familiar with network configuration and what would be the proper settings.
NO CARRIER means that you have a bad cable, or a bad NIC, or a bad switch port, or did not plugin a cable at all.eno1: <NO-CARRIER
Your current home network is on 192.168.2.0/24 subnet, meaning that only hosts that have IPs with first 3 octets of 192.168.2 can talk to each other.IPv4 Address. . . . . . . . . . . : 192.168.2.193(Preferred)
As you can see you assigned Proxmox an IP with first 3 octets of 192.168.100 - that will not workinet 192.168.100.2/24 scope global vmbr0
so having switched cables to have eno1 : < BROADCAST, MULTICAST,UP,LOWER_UP>There are many videos on youtube that can explain basics
NO CARRIER means that you have a bad cable, or a bad NIC, or a bad switch port, or did not plugin a cable at all.
Your current home network is on 192.168.2.0/24 subnet, meaning that only hosts that have IPs with first 3 octets of 192.168.2 can talk to each other.
As you can see you assigned Proxmox an IP with first 3 octets of 192.168.100 - that will not work
In summary, fix your physical connection, then change the IP of the Proxmox server and you should be ok
Good luck
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Is there a way by accessing the terminal of the server that I can change the IP to be within the right octet?
As well as do you have any recommendations for videos on YouTube that discuss the basics. I have basically just tried to follow the guides that I have seen for networking stuff in regardes to the prebuilt NAS and the Home Assistant I have but I never ran into something explaining the actual basics seperate from just instructing a person to follow the steps to get the server to connect.
Thanks so much I figured it out yesterday@Proxgbola you would need to provide:
a) output of "ip a"
b) output of "cat /etc/network/interfaces"
c) output of "ipconfig /all" or similar OS specific command from your working workstation
@ultraforce is the reason why you left the defaults during the installation because your network happens to use these values as well? Please see above for the information that is required.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox