Page 1 of 1

DNS problem on install with VMWare for 3.0.0.9 version

Posted: 09 Jun 2016 09:46
by e.choneh
When installing this version on VMWare, after the last "OK", I've the following error : "unable to resolve efa-project".

So, I put the nameserver in /etc/resolv.conf and I launch EFA-Init and then all is ok ....

I think this is a bug in the installation.

Regard

Re: DNS problem on install with VMWare for 3.0.0.9 version

Posted: 09 Jun 2016 21:42
by shawniverson

Re: DNS problem on install with VMWare for 3.0.0.9 version

Posted: 21 Jun 2016 22:39
by aseto
I got the same error "unable to resolve efa-project" during the initial installation.
How do you put name server in /etc/resolv.conf? is it suppose to be a file that i can find somewhere? or you type commands to get there? Please help, as i'm new to Linux...

Re: DNS problem on install with VMWare for 3.0.0.9 version

Posted: 22 Jun 2016 12:50
by shawniverson
Here's an easy fix...

Code: Select all

sudo nano /etc/resolv.conf
type the following:

Code: Select all

nameserver 8.8.8.8
Hit Ctrl + X and save :)

Re: DNS problem on install with VMWare for 3.0.0.9 version

Posted: 22 Jun 2016 20:27
by aseto
Thank you so much shawniverson!!
I managed to get it installed. But now after the installation, how do I get it working with my Exchange 2013 server?
I pointed the MX record to the EFA VM using port 25, but then i'm not getting any emails routed through into my exchange. (i didn't see any traffic going into the EFA web interface) What am I missing? I've already configured the transport settings to my mail domain. What else should i do? Is there any settings in Exchange that i need to modify? Thanks