From owner-freebsd-questions@FreeBSD.ORG Sun May 11 01:24:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83A9737B401 for ; Sun, 11 May 2003 01:24:26 -0700 (PDT) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3206C43F3F for ; Sun, 11 May 2003 01:24:25 -0700 (PDT) (envelope-from webmaster@swedehost.com) Received: from d1o804.telia.com (d1o804.telia.com [213.64.67.241]) by maile.telia.com (8.12.9/8.12.9) with ESMTP id h4B8OMjr027130; Sun, 11 May 2003 10:24:22 +0200 (CEST) X-Original-Recipient: freebsd-questions@freebsd.org Received: from thor.swedehost.com (h129n2fls33o804.telia.com [217.209.211.129]) by d1o804.telia.com (8.10.2p2/8.10.1) with ESMTP id h4B8OKZ17804; Sun, 11 May 2003 10:24:20 +0200 (CEST) From: Hasse Organization: The Valhalla Project To: matrix@altima.net, Date: Sun, 11 May 2003 10:24:16 +0200 User-Agent: KMail/1.5.1 References: <200305110001.AA1345126944@altima.net> In-Reply-To: <200305110001.AA1345126944@altima.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305111024.16749.webmaster@swedehost.com> Subject: Re: plz help me again X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2003 08:24:27 -0000 On Sunday 11 May 2003 06.01, regarding : plz help me again, matrix@altima.net wrote: > when I Log on kde for the first time it tell me that the file resolv.conf > don't exist. How can I create it (type me the commands plz) > > thank you > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Hi. The resolv.conf are supposed to be located in /etc/resolv.conf by default. ( I think :-) If it's not, just use your favorite editor to create it as root. Like this f. ex : ee /etc/resolv.conf ( Then put in the following : ) domain your.domain-name nameserver 1.2.3.4 ( ip-address of your or your ISPs nameserver ) ( You can have as many nameservers as you like. ) Save and quit your editor. You are done. -- Best Regards Hasse webmaster@swedehost.com