From owner-freebsd-current@FreeBSD.ORG Fri Sep 19 20:28:51 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E2F71065675 for ; Fri, 19 Sep 2008 20:28:51 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id B31E68FC12 for ; Fri, 19 Sep 2008 20:28:50 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id F2092A06DD; Fri, 19 Sep 2008 22:28:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id E35EDA06DC; Fri, 19 Sep 2008 22:28:48 +0200 (CEST) Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id CD10BA06D9; Fri, 19 Sep 2008 22:28:48 +0200 (CEST) Received: from localhost.my.domain ([80.129.138.237]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.0.2) with ESMTP id 2008091922284831-35168 ; Fri, 19 Sep 2008 22:28:48 +0200 Received: by localhost.my.domain (sSMTP sendmail emulation); Fri, 19 Sep 2008 22:33:10 +0200 Date: Fri, 19 Sep 2008 22:33:10 +0200 From: Alexey Shuvaev To: Maxim Sobolev , Sean , Maksim Yevmenkin Message-ID: <20080919203310.GA34131@localhost.my.domain> References: <48D2F942.4070801@FreeBSD.org> <20080919084201.GD44330@wep4035.physik.uni-wuerzburg.de> <48D38DFF.8000803@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: <48D38DFF.8000803@FreeBSD.org> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.18 (2008-05-17) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.0.2|August 07, 2008) at 09/19/2008 10:28:48 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.0.2|August 07, 2008) at 09/19/2008 10:28:48 PM, Serialize complete at 09/19/2008 10:28:48 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Cc: freebsd-current@freebsd.org Subject: Re: Interface auto-cloning bug or feature? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 19 Sep 2008 20:28:51 -0000 On Fri, Sep 19, 2008 at 04:33:19AM -0700, Maxim Sobolev wrote: > Alexey Shuvaev wrote: >>> [root@sp1 /usr/home/sobomax]# ifconfig -a >>> tun0: flags=8010 mtu 1500 >>> tun1: flags=8010 mtu 1500 >>> tun2: flags=8010 mtu 1500 >>> tun3: flags=8010 mtu 1500 >>> >> Me too. >> I have seen that using ppp(8) and security/vpnc. > > That what has caused me to look into this issue. You can find patch for > security/vpnc to prevent unbounded interface cloning here: > > http://sobomax.sippysoft.com/~sobomax/vpnc.diff > Ok, the patch prevents interface cloning, but I think it doesn't solve the actual problem. Let's wait for Maksim :) Thanks, Alexey.