Antoine LECA wrote earlier:
> Unfortunately while I found a workaround at the time (which IIRC was
> along the lines of adding %nameserver to dhcpd configuration), I do not
> have it at hands presently (in fact I do not have any MINIX 3 box.)
Perhaps you can try to write into /etc/hosts (of the MINIX guest):
192.168.xxx.1 vmwarehost
192.168.xxx.128 minixguest
where .xxx. is the --random-- number between 0 and 255 that VMware
assigns to the NAT'd internal network "vmnet8"; and .128 is the first
allocated number of the internal VmWare DHCP server; please adjust for
your real case.
IIRC (bear with me: it was a long time ago and I do not have ways to
check right now) some key network components of MINIX tries to "guess"
the host name at start time, and without proper DNS answers they hung;
using /etc/hosts it got some answer at least.
Note I can very easily mix that with the (now obsolete and retied) ftpd
server, which also required to know the name of the MINIX host to behave
correctly.
Hope it helps,
Antoine