qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "John R. Hogerhuis" <jhoger@pobox.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Feature request: integrated smb server?
Date: Thu, 02 Sep 2004 18:46:11 -0700	[thread overview]
Message-ID: <1094175971.16484.236.camel@aragorn> (raw)
In-Reply-To: <7C0FE792-FD47-11D8-9128-000393C4FDC6@triplecatproductions.com>

David,

So it would seem that the real issue is that user mode networking isn't
seamlessly passing your SMB traffic.

Given that user mode networking is a lot like going through a NAT box,
what needs to be done is some port forwards for NetBT ports (gosh it's
been a while... TCP 137,138,139? Same for UDP ports? Anyway it's defined
in RFC 1001, 1002).

I think port forwarding has actually just been added, or at least talked
about on the list.

IIRC, however, somewhat more than just port forwarding needs to be done
to pass NetBT through a NAT. We need an ALG (application level gateway)
specific to NetBIOS over TCP (NetBT) since some parts of the packets
need to be rewritten (NATed) beyond just the headers for file sharing to
work right.

Am I on target here? If NetBT "just worked" through user mode I think
you'd have what you want.

-- John.

  reply	other threads:[~2004-09-03  1:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-02 23:21 [Qemu-devel] Feature request: integrated smb server? David E. Still
2004-09-03  0:01 ` John R. Hogerhuis
2004-09-03  1:20   ` David E. Still
2004-09-03  1:46     ` John R. Hogerhuis [this message]
2004-09-03  1:57     ` Ng Pheng Siong
2004-09-03  8:50     ` Laurent Amon
2004-09-03 21:11 ` Fabrice Bellard
2004-09-03 21:23   ` Derek Fawcus
2004-09-03 21:45   ` John R. Hogerhuis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1094175971.16484.236.camel@aragorn \
    --to=jhoger@pobox.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).