From owner-freebsd-current@FreeBSD.ORG Tue Sep 21 08:53:16 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 77C3B16A4CE for ; Tue, 21 Sep 2004 08:53:16 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id A634A43D4C for ; Tue, 21 Sep 2004 08:53:15 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (adsl-67-127-69-242.dsl.snfc21.pacbell.net [67.127.69.242])i8L8rLCE027231; Tue, 21 Sep 2004 04:53:22 -0400 Message-ID: <414FEBF8.8060308@elischer.org> Date: Tue, 21 Sep 2004 01:53:12 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4b) Gecko/20030524 X-Accept-Language: en, hu 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=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 08:53:16 -0000 output from tcpdump -i ed0 would be good for both successful and failing setups. 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. > > -Mike > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"