Tech Support Forum banner

PING: Transmit failed. General failure. VM

1 reading
12K views 23 replies 3 participants last post by  Fred Garvin  
#1 · (Edited by Moderator)
I ran into a huge problem while using Oracle VirtualBox on a RDP.


Whenever I try to ping my VMs I get this message : PING: Transmit failed. General failure. But when I try to ping another IP not starting by 169, everything seems to be working as intended. My firewall is deactivated

I have seen this solution online that seemed to work for some people

ipconfig/release ipconfig/renew ipconfig /flushdns netsh int ip reset c:\tcp.txt netsh winsock reset

I tried flushdns without success but I can't do the other command because I am too scared of losing my RDP connexion.

This is a server I bought on Hetzner without windows and I paid a guy to put window and build the connexion through remote desktop and Idk how the hell to do that.
I really need to be able to ping my VMs for a huge project.


In case you would ask here are my settings: it's already bridged and everything is working on my personnal computer but for some reason on my 3 RDPs it is "Transmit failed. General failure."

Thanks for your time, Thomas.


Image
 
#2 ·
Thomas, if you have a VM with an IP address that starts with 169, it means that VM was unable to connect to your network's DHCP server and get a local IP address that starts with 172. You'll need to look into the VirtualBox software setup and double check your network configuration settings for the VMs.
 
#5 ·
In your Windows Settings image with the Network tab, there's an exclamation at the bottom that says "invalid settings detected". Go into Control Panel>Programs and right click on VirtualBox and see if there's an option that says "Repair" instead of Uninstall or run the original VirtualBox installation file and select Repair.
 
#7 · (Edited)
This is looking for the .MSI file from the VirtualBox installer. In VirtualBox, go to the Toolbar, to Help/Check For Updates, Download the Update to repair it. Or Go to Settings/Apps/Apps and Features (Windows 10) Apps and Features (Windows 11) scroll down to Oracle Virtual box, Right click it and choose Modify. Try a Repair, the Repair will look for the .MSI file, if you still have the installer, but it might be easier to just Update it to the latest version.
 
#17 ·
Slow down... Don't downgrade the installation version. You most likely need to correct the problem with the virtual network adapter or the bridge. A repair install should do that if you can get it to work. If you run an IPconfig in the VM and get a 169.xxx address, your connection is not configured correctly so there's no reason to ping.
 
#19 ·
Honestly at this point I'm so desperate if you want I can give you my RDP logs to try it out ? I feel like this is not really a virtual box issue but the issue is more because this is a RDP and not a real computer
yeah sorry for that, I'm trying everything I can, thanks for your help tho, I really appreciate it
 
#20 ·
Image

Maybe this has to do something ?
Btw I tried intalling all the driver I found in your tutorial, emulating 2new version of windows to check if maybe creating another VM works, I also tried restarting computer and reinstalling virtual studio like 5 times

I'm waiting for the new VM to create tu run my new tests
 
#21 ·
You're all over the place and that's not how to troubleshoot an issue. Stay focused on the root of the problem, which is your network settings. Shut down all your VMs, go to File in the menu then Host Network Manager. From there you can remove and recreate your network config. Make sure you're using the correct network card drivers that match what's in your PC. If you aren't familiar enough with the network config, you may have to uninstall the VM then reinstall it in order to go through the configuration wizard
 
#22 ·
Damn after running 987489 tests, I FINALLY found the solution, for anyone who need help on this issue here is the solution :
Image

Well this is not really a solution to the bridge connexion but the Host Only adapter seems to work just fine, I still need to run tests but I need to sleep

thanks for everyone who helped me,if you know why Host onlyworks and not Bridge connexion, feel free to tell me