i installed LFS during the last week just to learn some linux. it worked
rather fine and was a lot of fun (and RTFM'ing).
my problem is, that name resolution doesnot work.
ping <ip-adress> works fine, ping <hostname> complains: unknown host:
www.wcm.at
i tried to install bind (nslookup/dig/host) and configured the
/etc/resolv.conf just as on the other linux-machine where name resolution
works
//////
cat resolv.conf
serach localdoman
nameserver 195.3.96.67
nameserver 195.3.96.68
///////
i can reach the DNS-Servers by pinging the ip-adress.
also "nslookup www.wcm.at" works fine.
ping, tracerout, lynx and everything i try gives me the message: unknown
host: <hostname>
does anyone know why this is and what i could do to fix it?