From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 06:59:54 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D13616A4CE for ; Tue, 21 Sep 2004 06:59:54 +0000 (GMT) Received: from smtp02.net-yan.com (smtp02.hgcbroadband.com [210.0.255.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6642043D48 for ; Tue, 21 Sep 2004 06:59:53 +0000 (GMT) (envelope-from sam.wun@authtec.net) Received: (qmail 36795 invoked from network); 21 Sep 2004 06:59:52 -0000 Received: from unknown (HELO [192.168.4.129]) (samwun@hgcbroadband.com@[221.127.106.26]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 21 Sep 2004 06:59:52 -0000 Message-ID: <414FD054.5040805@authtec.net> Date: Tue, 21 Sep 2004 14:55:16 +0800 From: sam User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ringworm@inbox.lv References: <200409202350.12931.ringworm@inbox.lv> In-Reply-To: <200409202350.12931.ringworm@inbox.lv> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 21 Sep 2004 11:46:07 +0000 cc: freebsd-current@freebsd.org Subject: Re: Cannot connect DSL with CURRENT ok with STABLE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2004 06:59:54 -0000 Michael C. Shultz wrote: >Hello, > >I have a machine that dual boots in 4.10 STABLE or 6.0 CURENT. With identical >settings I cannot connect to Verizon DSL in CURRENT. Any advice? Thankyou. >Here are my sttings: > >ppp.conf: > >default: > set log Phase tun command > set ifaddr 10.0.0.1/0 10.0.0.2/0 > enable dns >verizon: > set device PPPoE:ed0 > set dial > set login > add default HISADDR > >rc.conf > >pppoed_enable="YES" # Run the PPP over Ethernet daemon. >pppoed_provider="verizon" # Provider and ppp(8) config file entry. >pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled). >pppoed_interface="ed0" # The interface that pppoed runs on. > > > The following configuration works for FreeBSD 53Beta 4/5: default: set device PPPoE:fxp0 set speed sync add default HISADDR myisp: set authname myid set authkey mypass ppp cofiguration in rc.conf: ppp_enable="YES" ppp_mode="ddial" ppp_nat="NO" ppp_profile="myisp" sam