{"id":1013,"date":"2008-03-08T01:02:21","date_gmt":"2008-03-08T01:02:21","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm"},"modified":"2008-04-07T14:07:08","modified_gmt":"2008-04-07T14:07:08","slug":"problems-with-hyper-v-isa-server-2006-and-tcp-offloading","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm","title":{"rendered":"Problems with Hyper-V, ISA Server 2006 and TCP offloading"},"content":{"rendered":"<p>For the last few days, I&#8217;ve been trying to get an ISA Server 2006 installation working and it&#8217;s been driving me nuts.  I was pretty sure that I had my networking sorted, following Jim Harrison&#8217;s article on <a href=\"http:\/\/www.isaserver.org\/tutorials\/configuring_isa_server_interface_settings.html\">configuring ISA Server interface settings<\/a> (although a colleague did need to point out to me that I didn&#8217;t have a static route defined on my ADSL router back to the ISA Server&#8217;s internal network &#8211; doh!) but even once this was checked there was still something up with the configuration.<\/p>\n<p><a href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/01\/controlling-costs-when-buying-a-pc.htm\">My server<\/a> has three NICs &#8211; a Broadcom NetXtreme Gigabit Ethernet card, connected to my <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2007\/01\/gigabit-ethernet-for-home-office.htm\">Netgear ProSafe GS108 switch<\/a> and two Intel PRO\/100+ Management Adapters &#8211; one connected to a NetGear DS108 hub and the other disconnected at the moment but reserved for remote management of the server (the first two are both bound to Hyper-V) virtual switches.<\/p>\n<p>The theory is that the Gigabit connection will be used for all my internal IT resources and the Fast Ethernet hub is just connected to the ADSL router.  The server will run a few virtual machines (VMs) &#8211; the ISA Server (running with Windows Server 2003 R2 and connected to both virtual switches), another VM with Active Directory and DNS (also running Windows Server 2003 R2), my mail server and various test\/development machines.<\/p>\n<p>According to Microsoft:<\/p>\n<blockquote cite=\"http:\/\/www.microsoft.com\/technet\/isa\/2004\/plan\/configuring_dns.mspx\"><p>&#8220;There are two rules to remember when setting up DNS on ISA Server. These rules apply to any Windows-based DNS configuration: <\/p>\n<ul>\n<li>No matter how many network adapters you have, only assign DNS servers to a single adapter (it doesn\u00e2\u20ac\u2122t matter which one).  There is no need to set up DNS on all network adapters.<\/li>\n<li>Always point DNS to either internal servers or external servers, never to both.&#8221;<\/li>\n<\/ul>\n<p class=\"citation\">[<a href=\"http:\/\/www.microsoft.com\/technet\/isa\/2004\/plan\/configuring_dns.mspx\">Configuring DNS Servers for ISA Server 2004<\/a>]<\/p>\n<\/blockquote>\n<p>Following this advice, my internal DNS Server is set to forward any requests that it can&#8217;t resolve to my ISP&#8217;s servers.  The problem was that this DNS server couldn&#8217;t access the Internet through the ISA Server.  ISA Server could ping hosts on all networks (so the network configuration was sound) and monitoring the traffic across the ISA Server showed the outbound DNS traffic on port 53 but nothing seemed to be coming back from the ISP&#8217;s DNS servers.<\/p>\n<p>I checked another colleague&#8217;s working ISA Server 2006 configuration and found nothing major that was different (only an alternative DNS configuration &#8211; with the external NIC pointing to the internal DNS server where my external NIC has no DNS server specified &#8211; and the addition of the Local Host network in the source list for the Unrestricted Internet Access firewall access rule that is included in the Edge Firewall network template).<\/p>\n<p>Then, after seeking advice from more colleagues and spending the entire day (and evening) on the problem, I finally cracked it&#8230;<\/p>\n<p>Because the ISA Server was configured to use the internal DNS server for lookups (which, in turn, couldn&#8217;t get back through the ISA Server), <code>nslookup <em>domainname<\/em>.<em>tld<\/em><\/code> didn&#8217;t work; however <code>nslookup <em>domainname<\/em>.<em>tld<\/em> <em>alternativednsserveripaddress<\/em><\/code> did (e.g. <code>nslookup www.google.com<\/em> 4.2.2.2<\/code>).  HTTP(S) traffic seemed fine though &#8211; if I used IP addresses instead of domain names, I could access websites via the web proxy client.<\/p>\n<p>Meanwhile, on the ISA Server, I could use nslookup for local name resolution but not for anything on the Internet.  And pinging servers on the external side of the ISA server gave some very strange results &#8211; The first packet would receive a reply but not the subsequent ones.<\/p>\n<p>After hours of Googling, I came across <a href=\"http:\/\/forums.microsoft.com\/TechNet\/ShowPost.aspx?PostID=2955925&#038;SiteID=17\">some good advice in a TechNet forum thread &#8211; download and run the ISA Server Best Practices Analyzer (BPA) tool<\/a>.  The <a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?FamilyId=D22EC2B9-4CD3-4BB6-91EC-0829E5F84063&#038;displaylang=en\">ISA BPA<\/a> presented me with a number of minor warnings (for example, that running ISA Server in a virtual environment can&#8217;t protect the underlying operating system) but two seemed particularly significant:<\/p>\n<blockquote><p>&#8220;Receive-side scaling (RSS) is enabled by the Windows Server operating system.  If a network adapter installed on the local ISA Server computer supports RSS, ISA Server may function incorrectly. [&#8230;]&#8221;<\/p><\/blockquote>\n<p>and:<\/p>\n<blockquote><p>&#8220;TCP-Acceleration (TCPA) is enabled by the Windows Server operating system.  If a network adapter installed on the local ISA Server computer supports TCPA, ISA Server may function incorrectly. [&#8230;]&#8221;<\/p><\/blockquote>\n<p>I made the registry edits to disable RSS and TCPA (Further details are available in Microsoft knowledge base articles <a href=\"http:\/\/support.microsoft.com\/kb\/927695\">927695<\/a> and <a href=\"http:\/\/support.microsoft.com\/kb\/936594\">936594<\/a>), restarted the computer and crossed my fingers.<\/p>\n<p>Even after this change, I still couldn&#8217;t successfully ping resources on the external side of the ISA Server from the private network, but I was sure I was onto something.  I stopped looking for problems with ISA Server and DNS, and instead I focused my efforts on TCP Offload issues with Hyper-V.  That&#8217;s when I found <a href=\"http:\/\/blogs.isaserver.org\/pouseele\/2007\/08\/16\/isa-server-and-windows-server-2003-service-pack-2\/\">Stefaan Pouseele&#8217;s post about ISA Server and Windows Server 2003 service pack 2<\/a>.  Stefaan recommends not only disabling <a href=\"http:\/\/www.microsoft.com\/whdc\/device\/network\/NDIS_RSS.mspx\">RSS<\/a> and TCPA but also turning off <a href=\"http:\/\/www.microsoft.com\/whdc\/device\/network\/taskoffload.mspx\">TCP offload<\/a> and the <a href=\"http:\/\/www.microsoft.com\/whdc\/device\/network\/TCP_Chimney.mspx\">TCP chimney<\/a>.<\/p>\n<p>A big more googling and I found <a href=\"http:\/\/forums.microsoft.com\/TechNet\/ShowPost.aspx?PostID=2448081&#038;SiteID=17\">a TechNet Forum thread about ISA Server 2006 in a virtual environment<\/a> where <a href=\"http:\/\/blogs.msdn.com\/Virtual_PC_Guy\/\">(Virtual PC Guy) Ben Armstrong<\/a> and <a href=\"http:\/\/xpworld.spaces.live.com\/\">VistaGuyRay (Raymond Comvalius)<\/a> had discussed disabling TCP offloading in the VM.  As it happens, only yesterday, <a href=\"http:\/\/xpworld.spaces.live.com\/blog\/cns!3110BDF94643CB31!354.entry\">Ray blogged about how disabling TCP offloading in the virtual machine (not on the host) had resolved his problems with a Broadcom gigabit Ethernet adapter and Hyper-V<\/a> (further details are available in <a href=\"http:\/\/support.microsoft.com\/kb\/888750\">Microsoft knowledge base article 888750<\/a>).  So, after making this change (but not doing anything with the TCP chimney) and a final reboot of my ISA server, I noticed that Windows wanted to apply some updates.  That meant that name resolution was working, which in turn meant that the internal DNS server was successfully forwarding requests to the ISP servers via the ISA Server and my ADSL router.  Result.<\/p>\n<p>The final set of registry changes that I made were as follows:<\/p>\n<p><code>Windows Registry Editor Version 5.00<\/p>\n<p>[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters]<br \/>\n\"EnableTCPA\"=dword:00000000<br \/>\n\"EnableRSS\"=dword:00000000<br \/>\n\"DisableTaskOffload\"=dword:00000001<\/code><\/p>\n<p>I&#8217;ve only made the registry changes on the ISA Server at the moment and the VM running AD\/DNS seems to be fine, so this might not be an issue for all virtual machines connected to the Hyper-V virtual switch bound to the Broadcom NetXtreme NIC.  What does seem reasonably certain though is that Hyper-V, ISA Server 2006 and TCP offloading don&#8217;t play nicely together in this scenario.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For the last few days, I&#8217;ve been trying to get an ISA Server 2006 installation working and it&#8217;s been driving me nuts. I was pretty sure that I had my networking sorted, following Jim Harrison&#8217;s article on configuring ISA Server interface settings (although a colleague did need to point out to me that I didn&#8217;t &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Problems with Hyper-V, ISA Server 2006 and TCP offloading<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[71,76,45],"class_list":["post-1013","post","type-post","status-publish","format-standard","hentry","tag-isa","tag-hyper-v","tag-tcpip"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Problems with Hyper-V, ISA Server 2006 and TCP offloading - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Problems with Hyper-V, ISA Server 2006 and TCP offloading - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"For the last few days, I&#8217;ve been trying to get an ISA Server 2006 installation working and it&#8217;s been driving me nuts. I was pretty sure that I had my networking sorted, following Jim Harrison&#8217;s article on configuring ISA Server interface settings (although a colleague did need to point out to me that I didn&#8217;t &hellip; Continue reading Problems with Hyper-V, ISA Server 2006 and TCP offloading\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2008-03-08T01:02:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2008-04-07T14:07:08+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Problems with Hyper-V, ISA Server 2006 and TCP offloading\",\"datePublished\":\"2008-03-08T01:02:21+00:00\",\"dateModified\":\"2008-04-07T14:07:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\"},\"wordCount\":1039,\"commentCount\":15,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft ISA Server\",\"Microsoft Virtual Server\\\/Hyper-V\",\"TCP\\\/IP\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\",\"name\":\"Problems with Hyper-V, ISA Server 2006 and TCP offloading - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2008-03-08T01:02:21+00:00\",\"dateModified\":\"2008-04-07T14:07:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2008\\\/03\\\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Problems with Hyper-V, ISA Server 2006 and TCP offloading\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Problems with Hyper-V, ISA Server 2006 and TCP offloading - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm","og_locale":"en_GB","og_type":"article","og_title":"Problems with Hyper-V, ISA Server 2006 and TCP offloading - markwilson.it","og_description":"For the last few days, I&#8217;ve been trying to get an ISA Server 2006 installation working and it&#8217;s been driving me nuts. I was pretty sure that I had my networking sorted, following Jim Harrison&#8217;s article on configuring ISA Server interface settings (although a colleague did need to point out to me that I didn&#8217;t &hellip; Continue reading Problems with Hyper-V, ISA Server 2006 and TCP offloading","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm","og_site_name":"markwilson.it","article_published_time":"2008-03-08T01:02:21+00:00","article_modified_time":"2008-04-07T14:07:08+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Problems with Hyper-V, ISA Server 2006 and TCP offloading","datePublished":"2008-03-08T01:02:21+00:00","dateModified":"2008-04-07T14:07:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm"},"wordCount":1039,"commentCount":15,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft ISA Server","Microsoft Virtual Server\/Hyper-V","TCP\/IP"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm","name":"Problems with Hyper-V, ISA Server 2006 and TCP offloading - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2008-03-08T01:02:21+00:00","dateModified":"2008-04-07T14:07:08+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/problems-with-hyper-v-isa-server-2006-and-tcp-offloading.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Problems with Hyper-V, ISA Server 2006 and TCP offloading"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":1016,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/03\/isa-server-client-software.htm","url_meta":{"origin":1013,"position":0},"title":"ISA Server client software","author":"Mark Wilson","date":"Thursday 13 March 2008","format":false,"excerpt":"Fighting with ISA Server 2006, as I have been for the last few days, has given me an opportunity to refresh my knowledge of the various ISA Server clients. Actually, calling them clients is far more grandiose than is strictly necessary (only one of them involves the installation of client\u2026","rel":"","context":"In \"Microsoft ISA Server\"","block_context":{"text":"Microsoft ISA Server","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/isa"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1034,"url":"https:\/\/www.markwilson.co.uk\/blog\/2008\/04\/removing-phantom-network-adapters-from-virtual-machines.htm","url_meta":{"origin":1013,"position":1},"title":"Removing phantom network adapters from virtual machines","author":"Mark Wilson","date":"Monday 7 April 2008","format":false,"excerpt":"Last night, I rebuilt my Windows Server 2008 machine at home to use the RTM build (it was running on an escrow build from a few days before it was finally released) and Hyper-V RC0. It was non-trivial because the virtual machines I had running on the server had to\u2026","rel":"","context":"In \"Microsoft ISA Server\"","block_context":{"text":"Microsoft ISA Server","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/isa"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":288,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/05\/isa-server-2004-gotchas.htm","url_meta":{"origin":1013,"position":2},"title":"ISA Server 2004 &#8220;gotchas&#8221;","author":"Mark Wilson","date":"Thursday 25 May 2006","format":false,"excerpt":"After having to abort last week's attempt to replace an aging Microsoft Proxy Server 2.0 installation with Microsoft Internet Security and Acceleration (ISA) Server 2004, last night I had another go and I'm pleased to say that the ISA Server is now up and running. There are still some minor\u2026","rel":"","context":"In \"Microsoft ISA Server\"","block_context":{"text":"Microsoft ISA Server","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/isa"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":281,"url":"https:\/\/www.markwilson.co.uk\/blog\/2006\/05\/configuring-network-connections-for.htm","url_meta":{"origin":1013,"position":3},"title":"Configuring network connections for ISA Server 2000\/2004 (aka when proxy server migrations turn bad)","author":"Mark Wilson","date":"Thursday 18 May 2006","format":false,"excerpt":"It was supposed to be so easy. The new server was already built, with the same IP addresses as the old one. All I had to do was disconnect the NT 4.0 Proxy Server from the network and power on the new Windows Server 2003 R2 box with Internet Security\u2026","rel":"","context":"In \"Microsoft ISA Server\"","block_context":{"text":"Microsoft ISA Server","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/isa"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":236,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/04\/10000-feet-view-of-microsoft-isa.htm","url_meta":{"origin":1013,"position":4},"title":"10,000 feet view of Microsoft ISA Server 2000","author":"Mark Wilson","date":"Thursday 8 April 2004","format":false,"excerpt":"Microsoft Internet Security and Acceleration (ISA) Server 2000 is Microsoft's firewall and proxy server product, replacing Microsoft Proxy Server. ISA Server 2000 operates in one of three modes: Firewall - security server. Caching (i.e. proxy) - acceleration server. Integrated - firewall and caching. As a firewall, ISA Server's filtering capabilities\u2026","rel":"","context":"In \"Microsoft ISA Server\"","block_context":{"text":"Microsoft ISA Server","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/isa"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":69,"url":"https:\/\/www.markwilson.co.uk\/blog\/2005\/03\/securing-network-using-microsoft-isa.htm","url_meta":{"origin":1013,"position":5},"title":"Securing the network using Microsoft ISA Server 2004","author":"Mark Wilson","date":"Thursday 3 March 2005","format":false,"excerpt":"Several months ago, I attended a Microsoft TechNet UK event where the topic was ISA Server 2004 network design\/troubleshooting and inside application layer firewalling and filtering. It's taken me a while to get around to writing up the notes, but finally, here they are, with some additional information that I\u2026","rel":"","context":"In \"Microsoft ISA Server\"","block_context":{"text":"Microsoft ISA Server","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/isa"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1013","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=1013"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/1013\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=1013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=1013"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=1013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}