Page 1 of 1

SOLVED: Intsaller Cannot access the network

Posted: Wed Mar 23, 2016 10:19 am
by ghostwolf
Hey All,

Having an issue running "hda-install XXXXX". Gets the error "the installer cannot access the network to retrieve yoru HDA settings. Please double check that the machine has network/internet access. Try 'dhclient eth0' (as root) to configure your network interface."

My server (DL360 G5) doesn't use eth0 it uses enp3s0 instead and its up. I can ping google.com just fine. Can run fedora updates just fine. How can I specify the installer to use enp3s0 instead of eth0?

Thanks

Re: Intsaller Cannot access the network

Posted: Wed Mar 23, 2016 10:40 am
by bigfoot65
It should alias the current network adapter as etho.

Please provide the URL for:

Code: Select all

fpaste --sysinfo
Also have you checked the Network troubleshooting guidance? There may be something going on that isn't normal causing the issue.

BTW, do you have more than one network card enabled on your system? If so, that is likely the issue. Only one can be enabled when installing Amahi.

Re: Intsaller Cannot access the network

Posted: Wed Mar 23, 2016 10:51 am
by ghostwolf
So i figured out - had to rename the nics to eth0 and eth1. Restarted networking and it shows proper naming convention, still says same error.

And yes both nic's are enabled that might be the cause, I was planning on nic bonding. If Amahi doesn't like that I can disable nic2 and see if that helps. --Brought eth1 "down" same error

http://paste.fedoraproject.org/344295/14587555/

Re: Intsaller Cannot access the network

Posted: Wed Mar 23, 2016 11:42 am
by bigfoot65
Yes only one nic can be enabled when installing.

See minimum hardware requirements in the wiki.

Re: Intsaller Cannot access the network

Posted: Wed Mar 23, 2016 2:21 pm
by ghostwolf
Got the install to work - had to disable eth1 and rename the old ifcfg file to eth0. Ty for the help

Re: Intsaller Cannot access the network

Posted: Wed Mar 23, 2016 2:36 pm
by bigfoot65
No problem. Glad to hear it's working.

Marking this one as solved.