Trouble with make install for dhcp42-server

I am trying to do a make install clean on net/isc-dhcp42-server for a class lab. I am getting the following error and don't know what to do next.
Code:
Couldn't fetch it - please try to retrieve this

port manually into /usr/ports/distfiles/ and try again.
error code 1

After the last fetch statement it says
Code:
no address record
Does anyone know how I can solve this issue?
 
A bit more info on my setup. I am running a server and client FreeBSD on two virtual machines. The adapters are set to bridge to my wireless. The two machines have a static IP to communicate with each other on their own network.

I have recently done an echo '8.8.8.8' > /etc/resolv.conf because I thought it was a nameserver issue. The attempts at fetching the files now take a bit longer, they used to fail instantly, but they are still failing.
 
When I do a ping to 8.8.8.8 it says No route to host. I'm guessing it cannot communicate outside of the network which it is set to. Would this be why I can't fetch? I don't want to change any settings on the current interfaces.
 
Back
Top