All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 829455] [NEW] user mode network stack - hostfwd not working with restrict=y
@ 2011-08-19 13:42 Luca Andreucci
  2013-06-14 10:59 ` [Qemu-devel] [Bug 829455] " Axel Hübl
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Luca Andreucci @ 2011-08-19 13:42 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

I find that explicit hostfwd commands do not seem to work with
restrict=yes option, even if the docs clearly state that hostfwd should
override restrict setting.

I am using this config:

-net
user,name=test,net=192.168.100.0/24,host=192.168.100.44,restrict=y,hostfwd=tcp: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=no" 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)

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: hostfwd restrict

-- 
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=y

Status in QEMU:
  New

Bug description:
  I find that explicit hostfwd commands do not seem to work with
  restrict=yes option, even if the docs clearly state that hostfwd
  should override restrict setting.

  I am using this config:

  -net
  user,name=test,net=192.168.100.0/24,host=192.168.100.44,restrict=y,hostfwd=tcp: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=no" 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y
  2011-08-19 13:42 [Qemu-devel] [Bug 829455] [NEW] user mode network stack - hostfwd not working with restrict=y Luca Andreucci
@ 2013-06-14 10:59 ` Axel Hübl
  2013-06-17 15:34   ` Stefan Hajnoczi
  2016-06-23  8:53 ` T. Huth
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Axel Hübl @ 2013-06-14 10:59 UTC (permalink / raw)
  To: qemu-devel

Did you guys merge back the fix in:

http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg01519.html
?

-- 
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=y

Status in QEMU:
  New

Bug description:
  I find that explicit hostfwd commands do not seem to work with
  restrict=yes option, even if the docs clearly state that hostfwd
  should override restrict setting.

  I am using this config:

  -net
  user,name=test,net=192.168.100.0/24,host=192.168.100.44,restrict=y,hostfwd=tcp: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=no" 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y
  2013-06-14 10:59 ` [Qemu-devel] [Bug 829455] " Axel Hübl
@ 2013-06-17 15:34   ` Stefan Hajnoczi
  2013-06-18 14:31     ` Jan Kiszka
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Hajnoczi @ 2013-06-17 15:34 UTC (permalink / raw)
  To: Bug 829455; +Cc: Jan Kiszka, qemu-devel

On Fri, Jun 14, 2013 at 10:59:10AM -0000, Axel Hübl wrote:
> Did you guys merge back the fix in:
> 
> http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg01519.html
> ?

This patch has not been applied.  CCing Jan Kiszka, slirp maintainer.

Stefan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y
  2013-06-17 15:34   ` Stefan Hajnoczi
@ 2013-06-18 14:31     ` Jan Kiszka
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Kiszka @ 2013-06-18 14:31 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Gertjan Halkes, Bug 829455, qemu-devel

On 2013-06-17 17:34, Stefan Hajnoczi wrote:
> On Fri, Jun 14, 2013 at 10:59:10AM -0000, Axel Hübl wrote:
>> Did you guys merge back the fix in:
>>
>> http://lists.gnu.org/archive/html/qemu-devel/2011-11/msg01519.html
>> ?
> 
> This patch has not been applied.  CCing Jan Kiszka, slirp maintainer.

Yeah, I recall that I was traveling back then and apparently lost the
thread afterward. Just merged the commit into my queue.

Jan

-- 
Siemens AG, Corporate Technology, CT RTC ITP SES-DE
Corporate Competence Center Embedded Linux

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y
  2011-08-19 13:42 [Qemu-devel] [Bug 829455] [NEW] user mode network stack - hostfwd not working with restrict=y Luca Andreucci
  2013-06-14 10:59 ` [Qemu-devel] [Bug 829455] " Axel Hübl
@ 2016-06-23  8:53 ` T. Huth
  2016-08-11 10:50 ` prochazka nicolas
  2016-08-11 11:43 ` prochazka nicolas
  3 siblings, 0 replies; 7+ messages in thread
From: T. Huth @ 2016-06-23  8:53 UTC (permalink / raw)
  To: qemu-devel

Patch has been included here:
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=b5a87d26e848945eb8

** Changed in: qemu
       Status: New => Fix Released

-- 
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=y

Status in QEMU:
  Fix Released

Bug description:
  I find that explicit hostfwd commands do not seem to work with
  restrict=yes option, even if the docs clearly state that hostfwd
  should override restrict setting.

  I am using this config:

  -net
  user,name=test,net=192.168.100.0/24,host=192.168.100.44,restrict=y,hostfwd=tcp: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=no" 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y
  2011-08-19 13:42 [Qemu-devel] [Bug 829455] [NEW] user mode network stack - hostfwd not working with restrict=y Luca Andreucci
  2013-06-14 10:59 ` [Qemu-devel] [Bug 829455] " Axel Hübl
  2016-06-23  8:53 ` T. Huth
@ 2016-08-11 10:50 ` prochazka nicolas
  2016-08-11 11:43 ` prochazka nicolas
  3 siblings, 0 replies; 7+ messages in thread
From: prochazka nicolas @ 2016-08-11 10:50 UTC (permalink / raw)
  To: qemu-devel

It seems that's problem persist with this patch ( qemu 2.7rc2)
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=y

Status in QEMU:
  Fix Released

Bug description:
  I find that explicit hostfwd commands do not seem to work with
  restrict=yes option, even if the docs clearly state that hostfwd
  should override restrict setting.

  I am using this config:

  -net
  user,name=test,net=192.168.100.0/24,host=192.168.100.44,restrict=y,hostfwd=tcp: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=no" 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Qemu-devel] [Bug 829455] Re: user mode network stack - hostfwd not working with restrict=y
  2011-08-19 13:42 [Qemu-devel] [Bug 829455] [NEW] user mode network stack - hostfwd not working with restrict=y Luca Andreucci
                   ` (2 preceding siblings ...)
  2016-08-11 10:50 ` prochazka nicolas
@ 2016-08-11 11:43 ` prochazka nicolas
  3 siblings, 0 replies; 7+ messages in thread
From: prochazka nicolas @ 2016-08-11 11:43 UTC (permalink / raw)
  To: qemu-devel

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=y

Status in QEMU:
  Fix Released

Bug description:
  I find that explicit hostfwd commands do not seem to work with
  restrict=yes option, even if the docs clearly state that hostfwd
  should override restrict setting.

  I am using this config:

  -net
  user,name=test,net=192.168.100.0/24,host=192.168.100.44,restrict=y,hostfwd=tcp: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=no" 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-11 11:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-19 13:42 [Qemu-devel] [Bug 829455] [NEW] user mode network stack - hostfwd not working with restrict=y Luca Andreucci
2013-06-14 10:59 ` [Qemu-devel] [Bug 829455] " Axel Hübl
2013-06-17 15:34   ` Stefan Hajnoczi
2013-06-18 14:31     ` Jan Kiszka
2016-06-23  8:53 ` T. Huth
2016-08-11 10:50 ` prochazka nicolas
2016-08-11 11:43 ` prochazka nicolas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.