From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXoVn-0008Eu-D6 for qemu-devel@nongnu.org; Thu, 11 Aug 2016 07:51:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXoVi-00049p-AW for qemu-devel@nongnu.org; Thu, 11 Aug 2016 07:50:58 -0400 Received: from indium.canonical.com ([91.189.90.7]:50724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXoVi-00049l-4z for qemu-devel@nongnu.org; Thu, 11 Aug 2016 07:50:54 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1bXoVg-0002fk-GF for ; Thu, 11 Aug 2016 11:50:52 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id BBE1A2E80CD for ; Thu, 11 Aug 2016 11:50:51 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Thu, 11 Aug 2016 11:43:25 -0000 From: prochazka nicolas Reply-To: Bug 829455 <829455@bugs.launchpad.net> Sender: bounces@canonical.com References: <20110819134228.9593.2808.malonedeb@gac.canonical.com> Message-Id: <20160811114325.22562.98612.malone@soybean.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Sorry for this spam, = it's just a routing problem . Regards -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/829455 Title: user mode network stack - hostfwd not working with restrict=3Dy Status in QEMU: Fix Released Bug description: I find that explicit hostfwd commands do not seem to work with restrict=3Dyes option, even if the docs clearly state that hostfwd should override restrict setting. I am using this config: -net user,name=3Dtest,net=3D192.168.100.0/24,host=3D192.168.100.44,restrict=3D= y,hostfwd=3Dtcp:127.0.0.1:3389-192.168.100.1:3389 (my guest has static IP address configured as 192.168.100.1/24) and I cannot log into my guest via rdp. the client hanging indefinitely. by just changing to "restrict=3Dno" I can log in. maybe I am doing something wrong, but I cannot figure out what. running QEMU emulator version 0.14.0 (qemu-kvm-0.14.0) To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/829455/+subscriptions