Re: Diagnosing virtual machine network issues

From: Bakul Shah <bakul_at_iitbombay.org>
Date: Wed, 14 Aug 2024 23:53:19 UTC
On Aug 14, 2024, at 4:38 PM, Alex Arslan <ararslan@comcast.net> wrote:
> 
> In the VM, /etc/resolv.conf has the host IP by default


/etc/resolv.conf should always point to a dns server. Is the
host running a DNS service? If it is, it should respond pretty
quickly for a nonexistent hostname query. Why doesn't it?
If it is not running a DNS service, how did you arrive at this
decision to point to the host?

You may want to run tcpdump on the host and at the same time
on a linux VM and see what happens. You can do the same thing
for a freebsd VM to try to narrow down where the problem lies.