From owner-freebsd-stable@FreeBSD.ORG Thu Aug 12 15:58:11 2010 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7B011065697 for ; Thu, 12 Aug 2010 15:58:11 +0000 (UTC) (envelope-from amdmiek@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9A68FC0C for ; Thu, 12 Aug 2010 15:58:11 +0000 (UTC) Received: by pwj4 with SMTP id 4so570215pwj.13 for ; Thu, 12 Aug 2010 08:58:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=3X+Q4hK6DMcE/LqSTmzfLyA08xtST7RTW3eYEjJgPCk=; b=a0ZbIWF4hnaGBMzlYMEeYpgtUR+6qpirEjlPZpc3QaCgCRSJUoJIHgTnQCTZhN25z0 79Gg8lpkJiTsfJgN80NHT1WPflr68oHm97/mI1LRvbStDNsayl/FVxYrmblckJDcrsQY zHZhJrQ5L/a/17D/0krD0EFgmwSxvD1Mw4S60= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tzPUyqWnDwDHDbnVSBcovxayxbwqjwG7HLuTfl3Y3WdUALTbKyZiGDwnSUq6lhJUKX 36i0uI2czUS3oDdIqvf/3sU3yUCZBot3FW8LRD6g8THz1FpNvlhUxVf01oNC0MiBI/vk qlw0HSwxyDabwYInM+tWLzj/Gwl7vjSc5WUTc= MIME-Version: 1.0 Received: by 10.114.94.10 with SMTP id r10mr293206wab.19.1281627093221; Thu, 12 Aug 2010 08:31:33 -0700 (PDT) Received: by 10.220.191.71 with HTTP; Thu, 12 Aug 2010 08:31:32 -0700 (PDT) Date: Thu, 12 Aug 2010 19:31:32 +0400 Message-ID: From: Michael BlackHeart To: freebsd-stable@FreeBSD.ORG Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: 8.1R: ppp default route uses wrong Netif (with pppoe) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2010 15:58:11 -0000 As I understand this isn't a bug but a mistype or misunderstand of config ( see man ppp.conf ) I'm running myself 8.0, 8.1 and currently 8.STABLE with pppoe in this way and never have a problem as many peolpe do. Look in listing > my-provider: > set line PPPoE:nfe0 Here's some "set line" and should be "set device" like this: > pppoe_myisp: > set device PPPoE:fxp0 I think that's the clue.