From owner-freebsd-questions@FreeBSD.ORG Wed Jul 31 03:56:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC8BD775 for ; Wed, 31 Jul 2013 03:56:27 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-vb0-x233.google.com (mail-vb0-x233.google.com [IPv6:2607:f8b0:400c:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE38B280F for ; Wed, 31 Jul 2013 03:56:27 +0000 (UTC) Received: by mail-vb0-f51.google.com with SMTP id x16so214261vbf.10 for ; Tue, 30 Jul 2013 20:56:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Bj/zCXmnjUP9rTVa/lm3lChDfUsOsWK81wYjFjieQsQ=; b=Yfa6EO3+NVlQZ64n+l5ORhitfXXTTu2WwlygJakjrRLKaMdG/xb3lV5rfPMkXZ7dzx Y0C7HTuYU6kKqorppCcXbhwCYIvQ5W7FmKrCuMfOF5NuxHhTh19Q+Nx9kQIYUGoqNGX7 /oTZSEDTOKegRPZqRjGN8RJl99vtLvrw1A+mLud89Z+gxroYGmigPJpmkJmKabO04Ok3 VTwpvJ2sTHRjOoJVYbvaObWM34QFAHOlvHXKDLQm64pfcrD0Z9yEOPgXgOf9+MXH7bJ8 gnVge15u6Tt1TglM5w1RwbgooQxqRrEzmjSLn0RaHr8bJNsrdvqo0rAnBDtEApaOcMhk vsiw== MIME-Version: 1.0 X-Received: by 10.52.66.242 with SMTP id i18mr23191746vdt.3.1375242986863; Tue, 30 Jul 2013 20:56:26 -0700 (PDT) Received: by 10.220.96.78 with HTTP; Tue, 30 Jul 2013 20:56:26 -0700 (PDT) Date: Tue, 30 Jul 2013 23:56:26 -0400 Message-ID: Subject: dhclient and the LiveCD From: "Sam Fourman Jr." To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 03:56:28 -0000 hello list, when using the bootonly.iso from the ftp servers... if you drop to a shell, use dhclient to obtain an ipaddress.. well you get one.. but you have no DNS, because I think dhclient can't write to /etc/resolv.conf what is the correct way to fix this? -- Sam Fourman Jr.