From owner-freebsd-questions@FreeBSD.ORG Wed Apr 21 19:04:50 2004 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 8B13816A4CE for ; Wed, 21 Apr 2004 19:04:50 -0700 (PDT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A46F43D1D for ; Wed, 21 Apr 2004 19:04:50 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([69.167.182.91]) by mta11.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP id <20040422020449.TRPX21898.mta11.adelphia.net@duron.pcmedx.com>; Wed, 21 Apr 2004 22:04:49 -0400 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id CF336AAF6; Wed, 21 Apr 2004 19:04:48 -0700 (PDT) Received: from duron.pcmedx.com ([127.0.0.1]) by localhost (duron.pcmedx.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18753-02; Wed, 21 Apr 2004 19:04:48 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id C5DCDA93A; Wed, 21 Apr 2004 19:04:47 -0700 (PDT) Message-ID: <000e01c4280e$31159e10$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <408721FE.7030902@verizon.net> Date: Wed, 21 Apr 2004 19:04:49 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com cc: nestor Subject: Re: verizon dsl connexn 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: Thu, 22 Apr 2004 02:04:50 -0000 > i have verizon dsl service using macronix nic. free bsd unleashed book, > man pages and install man dont say how to set this up. my provider > gives dns address automatically. linux rpppoe works fine. does bsd > have equivalent? i can boot into grub but get warning about not being > connected to bsd.... other than dsl internet service i am not networked > per se so network setup questions are difficult to answer. As far as I know, Verizon uses DHCP to assign addresses, etc. You shouldn't need to fool with PPPoE. Take a look here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dhcp.html If you're sure you have a PPPoE connection, this may be helpful: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html In the future, keep in mind that taking the time to write up an intelligible question will greatly improve your odds of receiving useful help.