I just installed Rocky, and when I try to download a file, it stays connected but does not download; I am using wget, I have also tried curl, and it is the same. (see image)
OK, so it’s a real server that only allows text based interaction.
Have you done basic network tests, for example within your network, and also things like ICMP to and from external, e.g. ‘www.google.com’, tested DNS resolver etc?
Can you also run
nmcli device status
nmcli connection show
you can paste plain text into the forum, you don’t need to do screenshots.
Is it new hardware? 12th gen Intel?
At least some versions of Intel NICs on that chipset do have a bug on 9.0’s kernel. Apparently fixed on 9.1.
I got one such machine recently, installed (AlmaLinux) 9.0 and did hit the bug hard.
As temporary solution I did install kernel-ml packages from ELRepo’s ‘elrepo-kernel’ repository.
lspci -nn | grep -i net shows network devices and their Device ID.
I have had problems in VMware with vmxnet3 driver, on Debian even just running apt-get update caused the server to restart. Add a network card, but instead of vmxnet3 use Intel Pro 1000E instead (or whatever E1000 shows up on the list). You cannot edit the existing card to change it, so have to remove it and add again and change the type when adding. See how you go with that.
I did what you tell me and the problem continues, I returned it to the vmxnet3 and I have noticed that it works at times, for now I will only continue to use this operating system for testing, I will not put it in production because I’m a little scared that it will not work properly.
I downloaded the Rocky iso from the official site and then uploaded it to my VMware and installed it step by step, without template.
Do you recommend a better way to do it?
Normally when you create a VM, you have to choose a Guest OS Family and Guest OS Version. So did you choose Linux here and then RHEL9? Or something else?
Hi, I have decided not to continue working with Rocky for now, as I need to keep moving forward with the project, in the future I will give it the opportunity again hoping that this kind of problems will not happen to me again.
thank you all for your help!