GPL PV Windows drivers version: 0.8.5 We are having issues with the PV network driver (XEN Net Device Driver) installed on a Windows 2003 Standard 32-bit DomU VM. This windows VM is able to use the PV network driver for basic connectivity like getting onto the network and pinging systems, BUT it is having the following problems on more advanced functions: 1. DNS activity. It is unable to use primary/secondary DNS servers to perform any DNS lookups (forward/reverse name lookups) via NSLOOKUP. Any nslookup requests generate "Can''t find server name" and "timed out" errors. We use the dns servers we have access in the ADC. 2. WEB access. We are also unable to use our web proxy using the PV NIC driver to display web pages properly. 3. RDP remote access to the VM is not working, although VNC remote access is available. Note 1: When I switch back to the original non-Paravirtualized network driver (Realtek), we do not have any of these problems. Note 2: There are no port access issues indicative here; I''m able to telnet to all 3 services (DNS/HTTP/RDP) through their respective ports (ie., 53/80/3389). Any help would be greatly appreciated! -- View this message in context: http://www.nabble.com/Windows-PV-drivers-0.8.5---network-problems-tp16361077p16361077.html Sent from the Xen - Dev mailing list archive at Nabble.com. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
James Harper
2008-Mar-29 00:19 UTC
RE: [Xen-devel] Windows PV drivers 0.8.5 - network problems
> > 1. DNS activity. It is unable to use primary/secondary DNS servers to > perform any DNS lookups (forward/reverse name lookups) via NSLOOKUP.Any> nslookup requests generate "Can''t find server name" and "timed out" > errors. We use the dns servers we have access in the ADC.0.8.5 may have had problems with checksums on UDP packets - eg they were completely broken.> 2. WEB access. We are also unable to use our web proxy using the PVNIC> driver to display web pages properly.Could that have been DNS related?> 3. RDP remote access to the VM is not working, although VNC remoteaccess> is available.That''s strange. The latest version fixes a lot of these problems. I''ll be doing a binary release in the next 12 hours or so with any luck.> Note 2: There are no port access issues indicative here; I''m able to > telnet to all 3 services (DNS/HTTP/RDP) through their respective ports > (ie., 53/80/3389).A simple connect won''t tell you anything unless you move some data. What happens if you type the following in to a telnet to port 80: " GET / HTTP/1.1 " Either way, probably best to check out the latest source and compile it yourself, or just wait for the next binary release. James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel