Date: Sat, 11 Apr 1998 18:05:37 +0000 From: Niall Smart <rotel@indigo.ie> To: Capriotti <capriotti@geocities.com>, freebsd-questions@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: Samba and DNS problem ? Message-ID: <199804111705.SAA04390@indigo.ie> In-Reply-To: Capriotti <capriotti@geocities.com> "Samba and DNS problem ?" (Apr 11, 11:23pm)
next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 11, 11:23pm, Capriotti wrote: } Subject: Samba and DNS problem ? > I dont know if it really matters, but take a look at this : > > bash-2.01$ ftp ftp://ftp.freebsd.org > ftp: ftp://ftp.freebsd.org: Unknown host > ftp> open ftp.unicamp.br > ftp: ftp.unicamp.br: Unknown host > ftp> The command "ftp ftp://ftp.freebsd.org" is incorrect, ftp doesn't understand URL's, the correct command would be "ftp ftp.freebsd.org" In any case, your DNS isn't working as evidenced by line 3 and the other examples you gave. Was it ever working? Have you got a properly configured /etc/resolv.conf as described in resolver(5)? (that means you should type man 5 resolver, otherwise you will get resolver(3) which is not relevant to you) Here's an example resolv.conf, don't copy it blindly: domain indigo.ie nameserver 194.125.133.10 nameserver 194.125.133.11 search doc.ic.ac.uk ic.ac.uk Regards, Niall -- Niall Smart. Microsoft Suck. See www.freebsd.org for details. Annoy your enemies and amaze your friends: echo "#define if(x) if(!(x))" >> /usr/include/stdio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804111705.SAA04390>