* [Qemu-devel] w2000 host networking question @ 2004-09-23 13:36 Kim Adil 2004-09-22 11:49 ` J. Mayer 2004-09-28 7:32 ` Solution: " Kim Adil 0 siblings, 2 replies; 6+ messages in thread From: Kim Adil @ 2004-09-23 13:36 UTC (permalink / raw) To: qemu-devel I have searched the docs and do not believe the answer is available, forgive me if it is there somewhere. I am using the windows port of qemu on a w2k host (using "-user-net"). I have installed knoppix as a guest and it works well. I am able to ping the host and use "smbclient -L <host ip> -W <domain> -U <username>" and it reports the available shares on the host, but smbmount will not connect. I have not applied any patches, but the network appears to be working. I cannot ping any other hosts on the switch though. Can someone explain if it is possilbe to have the guest pc virtually on the lan with the windows host yet. Also is there any binaries available with patches applied? Thanks, Kim ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] w2000 host networking question 2004-09-23 13:36 [Qemu-devel] w2000 host networking question Kim Adil @ 2004-09-22 11:49 ` J. Mayer 2004-09-22 21:00 ` Jim C. Brown 2004-09-23 2:11 ` [Qemu-devel] " Damien Mascord 2004-09-28 7:32 ` Solution: " Kim Adil 1 sibling, 2 replies; 6+ messages in thread From: J. Mayer @ 2004-09-22 11:49 UTC (permalink / raw) To: qemu-devel Could you please fix your computer system date ? Thanks. -- J. Mayer <l_indien@magic.fr> Never organized ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] w2000 host networking question 2004-09-22 11:49 ` J. Mayer @ 2004-09-22 21:00 ` Jim C. Brown 2004-09-23 20:59 ` [Qemu-devel] " Ronald 2004-09-23 2:11 ` [Qemu-devel] " Damien Mascord 1 sibling, 1 reply; 6+ messages in thread From: Jim C. Brown @ 2004-09-22 21:00 UTC (permalink / raw) To: qemu-devel On Wed, Sep 22, 2004 at 01:49:53PM +0200, J. Mayer wrote: > Could you please fix your computer system date ? > > Thanks. This has what to do with the original question??? Wrong computer times (or, I suspect in this case, wrong timezone setting) are annoying but not worth spamming the mailing list. It's better to reply to this in private. (BTW The person you replied to wrote on Thu, 23 Sep 2004 09:36:29 GMT - 0400, and seems to be in australia. You replied on Wed, 22 Sep 2004 13:49:53 GMT + 0200 and seem to be in france.) > > -- > J. Mayer <l_indien@magic.fr> > Never organized > Anyways, On Thu, 23 Sep 2004 at 09:36:29 -0400, Kim Adil wrote: > I have searched the docs and do not believe the answer is available, > forgive me if it is there somewhere. I am using the windows port of qemu > on a w2k host (using "-user-net"). I have installed knoppix as a guest > and it works well. I am able to ping the host and use "smbclient -L > <host ip> -W <domain> -U <username>" and it reports the available shares > on the host, but smbmount will not connect. I have not applied any > patches, but the network appears to be working. I cannot ping any other > hosts on the switch though. Can someone explain if it is possilbe to > have the guest pc virtually on the lan with the windows host yet. Also > is there any binaries available with patches applied? > > Thanks, > Kim Bochs can do this. It uses winpcap, which in turn edits raw packets in the ethernet driver. Someone (I don't remember who) said this was possible for qemu to do, but I have never seen any code for qemu to do this. So my conclusion is still no. (I would love to be proved wrong.) BTW this question was answered before on this list and you can find it if you search the mailing list archive. If you mean to have -user-net put the guest pc on the host lan, that is not possible, since user-net works via translating ethernet packets on the guest to socket calls on the host. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection. ^ permalink raw reply [flat|nested] 6+ messages in thread
* [Qemu-devel] Re: w2000 host networking question 2004-09-22 21:00 ` Jim C. Brown @ 2004-09-23 20:59 ` Ronald 0 siblings, 0 replies; 6+ messages in thread From: Ronald @ 2004-09-23 20:59 UTC (permalink / raw) To: qemu-devel Le Wed, 22 Sep 2004 17:00:30 -0400, Jim C. Brown a écrit : > > On Thu, 23 Sep 2004 at 09:36:29 -0400, Kim Adil wrote: >> I have searched the docs and do not believe the answer is available, >> forgive me if it is there somewhere. I am using the windows port of qemu >> on a w2k host (using "-user-net"). I have installed knoppix as a guest >> and it works well. I am able to ping the host and use "smbclient -L >> <host ip> -W <domain> -U <username>" and it reports the available shares >> on the host, but smbmount will not connect. I have not applied any >> patches, but the network appears to be working. I cannot ping any other >> hosts on the switch though. Can someone explain if it is possilbe to >> have the guest pc virtually on the lan with the windows host yet. Also >> is there any binaries available with patches applied? >> >> Thanks, >> Kim > > Bochs can do this. It uses winpcap, which in turn edits raw packets in the > ethernet driver. Someone (I don't remember who) said this was possible for > qemu to do, but I have never seen any code for qemu to do this. So my > conclusion is still no. (I would love to be proved wrong.) BTW this > question was answered before on this list and you can find it if you > search the mailing list archive. > There is a tun driver in the openvpn distribution, I don't how if this could be used with qemu and I think this work only for nt based os. ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] w2000 host networking question 2004-09-22 11:49 ` J. Mayer 2004-09-22 21:00 ` Jim C. Brown @ 2004-09-23 2:11 ` Damien Mascord 1 sibling, 0 replies; 6+ messages in thread From: Damien Mascord @ 2004-09-23 2:11 UTC (permalink / raw) To: qemu-devel J. Mayer wrote: > Could you please fix your computer system date ? > > Thanks. > Hi, What's wrong with the system date ? Damien -- Damien Mascord (tusker at tusker dot org) GPG key 2CB181BE / 93B2 EF21 0C7C F022 F467 7966 219E 92B3 2CB1 81BE ^ permalink raw reply [flat|nested] 6+ messages in thread
* Solution: [Qemu-devel] w2000 host networking question 2004-09-23 13:36 [Qemu-devel] w2000 host networking question Kim Adil 2004-09-22 11:49 ` J. Mayer @ 2004-09-28 7:32 ` Kim Adil 1 sibling, 0 replies; 6+ messages in thread From: Kim Adil @ 2004-09-28 7:32 UTC (permalink / raw) To: qemu-devel Kim Adil wrote: > ......, but smbmount will not connect...... > Thanks, > Kim > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > Appologies for the date fiasco, fixed now I believe. Solved the smbmount problem. in options for smbmount, I was using "-o user=kim", the correct syntax is actually "-o username=kim". Entirely unrelated to qemu-devel. Kim ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-09-27 7:39 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-09-23 13:36 [Qemu-devel] w2000 host networking question Kim Adil 2004-09-22 11:49 ` J. Mayer 2004-09-22 21:00 ` Jim C. Brown 2004-09-23 20:59 ` [Qemu-devel] " Ronald 2004-09-23 2:11 ` [Qemu-devel] " Damien Mascord 2004-09-28 7:32 ` Solution: " Kim Adil
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).