I recently set up an Ubuntu server virtual machine and I have been trying to SSH into this VM from the host (using Oracle VirtualBox). I keep receiving a timeout error no matter what I try
I have added exceptions to the firewall ufw for tcp port 22 and allow echo replies via ufw, I have gone over the network adapter settings in virtual box and have the network adapter bridged.
ran this command to accept echo requests as well “sudo iptables -A INPUT -p icmp –icmp-type echo-request -j ACCEPT”
Cullen Pugh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.