Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754515AbZGAQOt (ORCPT ); Wed, 1 Jul 2009 12:14:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752060AbZGAQOk (ORCPT ); Wed, 1 Jul 2009 12:14:40 -0400 Received: from mail-yx0-f188.google.com ([209.85.210.188]:39616 "EHLO mail-yx0-f188.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750896AbZGAQOj (ORCPT ); Wed, 1 Jul 2009 12:14:39 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=KVEIqpf6Y92z+T5m/RB0Tq6+9PTHQOEXWDdkqoFjVFDTTteEde2Vj+BUs/NE6mfbrP XqNzDf93HhelEbIBbffAQMjj5fPtL37T1gF3yUonFxWODMIshXG2jQ9khbunOcjlXucV T9u1S2CXvDPuL+vOHQUhnwJYuG1yW1J2GDLUI= MIME-Version: 1.0 In-Reply-To: <20090701151344.GA4372@gondor.apana.org.au> References: <6JJ2m5kyucK.A.AtD.NJASKB@chimera> <20090701151344.GA4372@gondor.apana.org.au> Date: Thu, 2 Jul 2009 00:14:37 +0800 Message-ID: Subject: Re: [Bug #13627] Tunnel device ignores TCP/UDP traffic From: Jeff Chua To: Herbert Xu Cc: "Rafael J. Wysocki" , Linux Kernel Mailing List , Kernel Testers List , "David S. Miller" , Paul Martin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1388 Lines: 37 On Wed, Jul 1, 2009 at 11:13 PM, Herbert Xu wrote: > So you mean that 71f9dacd2e4d233029e9e956ca3f79531f411827 doesn't > work? Does reverting d55d87fdff8252d0e2f7c28c2d443aee17e9d70f help? My Linux git already has these two commits, and I tested it with vpnc (0.5.3) and it connected, but can't ping or ssh to remote. It was working prior to 2.6.30. Tested reverting d55d87fdff8252d0e2f7c28c2d443aee17e9d70f, but still no good. Also reverted 71f9dacd2e4d233029e9e956ca3f79531f411827, still no good. > If not can you elaborate on what you mean by not working? It seems the tunnel is not setup correctly, but I'll have to revert back to 2.6.29+ to verify. On kvm (again, it could be KVM which I'm not 100% sure. kvm-87), it won't ping to/from the guest system with host ... Used to work before 2.6.31-rc1 with guest net model=e1000 and model=virtio, but with 2.6.31-rc1, only works with model=virtio. .. This could be an _unrelated_ issue though. /usr/local/kvm/bin/qemu-system-x86_64 \ -localtime \ -net nic,vlan=0,model=e1000 \ -net tap,script=/root/scripts2/tunx \ Thanks, Jeff. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/