From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 00:41:23 2005 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 9E24316A4CE for ; Wed, 27 Apr 2005 00:41:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2367643D2F for ; Wed, 27 Apr 2005 00:41:23 +0000 (GMT) (envelope-from zslist@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so61372rnf for ; Tue, 26 Apr 2005 17:41:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=pOHPwjjoJeEPtVPRyJF2XQPmYyY0kP8nU+ZBJcUf9o3HYR++EK3hshoQ0uSqFd4Y3eOgA0xwHHBQOPUdNG6GNrUpkYdgCtQ1OygKOQUVWXHObNMyehDeWNUjdQTieF2YYo2yI1q4/mV5bfjw9ZabIHi7EfByrRs8bKHTRmoE6fU= Received: by 10.38.65.1 with SMTP id n1mr383590rna; Tue, 26 Apr 2005 17:41:22 -0700 (PDT) Received: by 10.38.89.26 with HTTP; Tue, 26 Apr 2005 17:41:22 -0700 (PDT) Message-ID: Date: Tue, 26 Apr 2005 17:41:22 -0700 From: benchmark To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: DNS config for dhcp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: benchmark List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 00:41:23 -0000 I have a DHCP setup, and as part of the network interface config, i've got my hostname and domain setup as rainier.sbcglobal.com. Note that I have my own DHCP sever (my wireless access point, which in turn is getting a dhcp address from SBC). #hostname rainier.sbcglobal.com but host or bind won't run correctly, as the name of my network/dhcp setup is really not in the DNS of my ISP. I believe that's cause cvsup misbehave (as well as browser's behaving very slowly or timedout). cvsup only worked once, it always came back with a network read error after connecting to the freebsd host, and wasn't able to get any files.... So how do i go about fixing this problem? thanks.