Hi there! If we have Wireless devices like WiFi cards, doesn''t a Xen hypervisor support it just as a regular OS will support it with same drivers? Anything different in this case compared to non-virtualized case? Regards! Fasiha Ashraf Own a website.Get an unlimited package.Pay next to nothing.*Go to http://in.business.yahoo.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Fasiha Ashraf wrote:> Hi there! > > If we have Wireless devices like WiFi cards, doesn''t a Xen hypervisor > support it just as a regular OS will support it with same drivers? > Anything different in this case compared to non-virtualized case?With most WiFi cards bridging will not work, so you may have to setup routed networking instead of the (default) bridging. Also note the the Xen Linux Kernel (2.6.18.8) may not contain the "latest and greatest" wireless drivers, so you may want to have a look at one of the forward ports available for your favorite distribution... Best regards, Christian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> Fasiha Ashraf wrote: > > Hi there! > > > > If we have Wireless devices like WiFi cards, doesn't a Xen hypervisor > > support it just as a regular OS will support it with same drivers? > > Anything different in this case compared to non-virtualized case? > > With most WiFi cards bridging will not work, so you may have to setup > routed networking instead of the (default) bridging.Layer 2 NAT is another solution - make everything appear as if it's coming from the WiFi cards MAC address. http://ebtables.sourceforge.net/br_fw_ia/br_fw_ia.html is probably a good starting point if you want to know more. I wonder what would be involved in making a single WiFi card maintain several associations with the access point... one for each bridged device? James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users