> Carl Thorn wrote: > > Sorry about the second email address. It is really the same box I > > didn't know that it would appear as [email protected]. Any I tried > > wget ftp://anduin.linuxfromscratch.org/BLFS/svn/b/bc-1.06.tar.gz And > > got the following error "Resolving anduin.linuxfromscratch.org > > ...failed. Temporary failure in name resolution. wget: unable to > > resolve host address 'anduin.linuxfromscratch.org' " > > Then you have a DNS problem that you need to fix. > > You should be able to do: > > nslookup anduin.linuxfromscratch.org > > and get 66.135.59.49. > > You'll need to have BLFS/BIND Utilities installed. > > Also, you might want to post the contents of /etc/resolv.conf. > > -- Bruce
192.168.1.254 is the number the 2wire routers use for both the dns and the gateway. Edit /etc/sysconfig/network-devices/services/dhcpcd and set PRINTIP="yes" and PRINTALL="yes" Check your /etc/hosts and remove everything but the localhost entry. If you have the file /etc/sysconfig/network-devices/ifconfig.eth0/ipv4 , either remove it or edit it and change ONBOOT=yes ONBOOT=no. Reboot and check the boot messages for the output when dhcpcd starts. You should see an ip assigned in the 192.168.1.x range and gateway to be 192.168.1.254. Divide and conquer!! Good luck, Mike ---- -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
