---- "S.P.T.Krishnan" <[EMAIL PROTECTED]> wrote: > Hi, > > This is my first post to this list.
Welcome. > I have been using qemu for the last several versions. Works great, in > fact I just booted off a Vista beta 2 yesterday from a linux host. > > My query is whether Qemu either now or in the near future will support > wireless interface ? In what sense? I have used qemu with -net user with my hosts' wifi interface. However, due to the nature of how wifi works, I think it would be impossible to setup a bridge (like you can do with a wired lan) and use the tap interface to provide full access to a qemu guest. One reason is one-to-one mapping between a wifi interface and it's AP. > Example: Qemu_VM could be configured to use wireless (in a different > subnet) while the host be on wired interface. I suspect that using a tap interface, and some ipfilt rules, you might be able to make this work. Assuming that the host doesn't have anything to do with that interface, you could write the ipfilt rules to push all the packets to the tap interface with a rewrite rule. However, I can't give you much help beyond that. I don't do ipfilt these days. HTH Ben > > regards, > Krishnan > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel _______________________________________________ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel