DNS problem on install with VMWare for 3.0.0.9 version

Report bugs and workarounds
Post Reply
e.choneh
Posts: 4
Joined: 18 Nov 2015 16:02

DNS problem on install with VMWare for 3.0.0.9 version

Post 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
Attachments
Capture.png
Capture.png (52.45 KiB) Viewed 4990 times
aseto
Posts: 2
Joined: 21 Jun 2016 22:34

Re: DNS problem on install with VMWare for 3.0.0.9 version

Post 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...
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: DNS problem on install with VMWare for 3.0.0.9 version

Post 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 :)
aseto
Posts: 2
Joined: 21 Jun 2016 22:34

Re: DNS problem on install with VMWare for 3.0.0.9 version

Post 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
Post Reply