From owner-freebsd-net@FreeBSD.ORG Thu Mar 27 11:43:57 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8141A1065673 for ; Thu, 27 Mar 2008 11:43:57 +0000 (UTC) (envelope-from gizmen@blurp.pl) Received: from albion.azs.pwr.wroc.pl (albion.azs.pwr.wroc.pl [156.17.17.145]) by mx1.freebsd.org (Postfix) with ESMTP id 3D06C8FC26 for ; Thu, 27 Mar 2008 11:43:56 +0000 (UTC) (envelope-from gizmen@blurp.pl) Received: from [10.8.1.58] (unknown [213.172.177.22]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by albion.azs.pwr.wroc.pl (Postfix) with ESMTP id E781811610 for ; Thu, 27 Mar 2008 12:43:55 +0100 (CET) From: Bartosz Giza Organization: BLURP.pl To: freebsd-net@freebsd.org Date: Thu, 27 Mar 2008 12:43:53 +0100 User-Agent: KMail/1.9.7 References: <200803251942.m2PJgOs4083932@freefall.freebsd.org> In-Reply-To: <200803251942.m2PJgOs4083932@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200803271243.53888.gizmen@blurp.pl> Subject: Re: kern/122068: [ppp] ppp can not set the correct interface with pptpd X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 11:43:57 -0000 Tuesday 25 of March 2008 20:42:24 remko@freebsd.org napisa=C5=82(a): > Synopsis: [ppp] ppp can not set the correct interface with pptpd > > Responsible-Changed-From-To: freebsd-bugs->freebsd-net > Responsible-Changed-By: remko > Responsible-Changed-When: Tue Mar 25 19:42:10 UTC 2008 > Responsible-Changed-Why: > over to maintainer group (-net) > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D122068 I am having similar problem with ppp and pppoe. I am trying to implement pppoe with ppp for windows workstations and proble= m=20 is with routing. When first client connects via pppoe tun0 is created and everything is fine= =2E=20 But when second clinet connects tun1 is created but routing to his ip is se= t=20 up via tun0. When i manually delete this routing and set it again but via=20 tun1 tunnel works fine. I have spent last two weeks trying to find what is going on. And today i found this post and i think that my problem is realated to abov= e=20 bug.=20 Could someone tell me is there any work around(patches?) for my problem exc= ept=20 of downgrading to 6.x line (i am using 7.0-rel). Or maybe there is different ppp program which should work fine. Thanks for any help