{"id":175,"date":"2013-04-22T19:47:08","date_gmt":"2013-04-23T00:47:08","guid":{"rendered":"https:\/\/www.softwareab.net\/wordpress\/?p=175"},"modified":"2014-10-21T13:40:42","modified_gmt":"2014-10-21T18:40:42","slug":"solve-unidentified-network-error-for-windows-server-2008","status":"publish","type":"post","link":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/","title":{"rendered":"Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008"},"content":{"rendered":"<p>Anytime a non-routable network connection (any IPv4 network adapter that does *not* have a default gateway specified) is configured for a Windows Server 2008 server, the operating system will mark that network connection as an &#8220;Unidentified Network&#8221;. The downside? Windows Firewall kicks in <em>by default<\/em> unless you have changed the default policy to treat unidentified networks as private. This article discusses how to get rid of the Unidentified Network Error.<\/p>\n<p><!--more--><\/p>\n<h2>The Problem Space<\/h2>\n<p>Here is a picture of the problem in action. Even now in 2013, I still run into this problem occasionally upon reboots with Server 2008!<\/p>\n<p><a href=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-176\" alt=\"01-w2k8-unet\" src=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png\" width=\"300\" height=\"152\" srcset=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png 300w, https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet.png 624w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>The problem with this &#8220;Unidentified Network&#8221; is that it affects the Windows Firewall settings. Server 2008 works by applying firewall rules to a <em>network profile<\/em> and this network profile is one of <code>Domain<\/code>, <code>Public<\/code>, or <code>Private<\/code>. Under the Windows Firewall, the rules for <code>Domain<\/code> and <code>Private<\/code> are relatively open: many network functions are allowed to support Active Directory or a trusted computer network scenario. The <code>Public<\/code> firewall rules, on the other hand, are very restrictive. So even though a computer may have a network interface that allows it to be a valid Active Directory domain member (as in the picture above with the &#8220;Management Network&#8221; that is part of the armycloud.cloud.army.mil Active Directory domain), Windows Server 2008 will apply the restrictive \u00e2\u20ac\u0153Public\u00e2\u20ac\u009d firewall rules because the computer also has at least one <code>Public<\/code> network; this is shown within the listed &#8220;iSCSI Fabric A&#8221; and &#8220;iSCSI Fabric B network interfaces.<\/p>\n<p>&#8220;Hmmm&#8221; (<em>with my ESP powers I can hear your thoughts!<\/em>), &#8220;That Is Not a Good Thing. Losing iSCSI means Losing Storage Connectivity. That, in turn, means Downtime. We do *not like* Downtime!&#8221; And let me heartily second that opinion. So &#8211; given that in my case: a) I had to use Windows Server 2008; b) W2K8 Sucks in that this problem *will occur* every now and then; how to fix this problem??<\/p>\n<h2>A Workaround<\/h2>\n<p>Remember: The net effect of having an &#8220;Unidentified Network&#8221; under Windows Server 2008 is that the computer becomes largely non-functional in a trusted domain environment. Remote access, for example, is automatically turned off as is ping (ICMP) functionality. Aha! To work around this problem there are two strategies:<\/p>\n<ol>\n<li>Create a &#8220;fake&#8221; default route by pointing each unidentified network NIC to its own gateway and then using the <code>route -p<\/code> command to ensure that the gateway is never used. There are blog entries on how to do this (see <a href=\"http:\/\/social.technet.microsoft.com\/forums\/en-us\/winserverNIS\/thread\/7208982C-7B1E-4140-9454-5EA767CBEC77\">a technet blog I wrote years ago<\/a> for one ).<\/li>\n<li>Easier is to modify the local Group Policy so that &#8220;Unidentified Networks&#8221; are set to use the <code>Private<\/code> profile; this has the effect of relaxing the Windows Firewall security rules.<\/li>\n<\/ol>\n<p>In the case of my project, several systems have this scenario: the <a href=\"http:\/\/www.datacore.com\/Solutions\/Applications.aspx\">DataCore SANsymphony-V<\/a> servers we use to present some legacy HP SANs to a SQL Server 2008 R2 cluster, and another NAS server that allows a physical SQL Server 2008 R2 standalone server to work directly from databases stored on a NAS powered by Windows Server 2008 and accessed via a private network (to ensure maximum network throughput). For each of these servers, the following procedure was applied:<\/p>\n<ol>\n<li>Open an elevated command prompt and type <code>gpedit.msc<\/code>. Then expand <em>Computer Configuration -&gt; Windows Settings -&gt; Security Settings<\/em> and click on the &#8220;Network List Manager Policies&#8221;. The screen displays as shown below:<br \/>\n<a href=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/02-w2k8-unet.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-177\" alt=\"02-w2k8-unet\" src=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/02-w2k8-unet-300x169.png\" width=\"300\" height=\"169\" srcset=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/02-w2k8-unet-300x169.png 300w, https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/02-w2k8-unet.png 562w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/li>\n<li>Double-click on the &#8220;Unidentified Networks&#8221; setting on the right side of the screen:<br \/>\n<a href=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/03-w2k8-unet.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-178\" alt=\"03-w2k8-unet\" src=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/03-w2k8-unet-270x300.png\" width=\"270\" height=\"300\" srcset=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/03-w2k8-unet-270x300.png 270w, https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/03-w2k8-unet.png 404w\" sizes=\"(max-width: 270px) 100vw, 270px\" \/><\/a><\/li>\n<li>Change the \u00e2\u20ac\u0153Location type\u00e2\u20ac\u009d from &#8220;Not configured&#8221; to &#8220;Private&#8221;:<a href=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-179\" alt=\"04-w2k8-unet\" src=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet-270x300.png\" width=\"270\" height=\"300\" srcset=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet-270x300.png 270w, https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet.png 404w\" sizes=\"(max-width: 270px) 100vw, 270px\" \/><\/a><\/li>\n<li>Close the Group Policy Editor and, from the elevated command prompt, type <code>gpupdate \/force<\/code> and verify that the computer policies are updated. The network connection should now display as a <code>Private<\/code> network (although it will still be labeled as an &#8220;Unidentified network&#8221;):<br \/>\n<a href=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet.png\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-179\" alt=\"04-w2k8-unet\" src=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet-270x300.png\" width=\"270\" height=\"300\" srcset=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet-270x300.png 270w, https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/04-w2k8-unet.png 404w\" sizes=\"(max-width: 270px) 100vw, 270px\" \/><\/a><\/li>\n<\/ol>\n<h2>Final Thoughts&#8230;<\/h2>\n<p>The above workaround is just that: a workaround. Just because I have been unable to determine why &#8211; at odd, rare intervals that seem to be correlate <em>somewhat<\/em> to Windows Updates &#8211; a functional Windows Server 2008 box will decide to &#8220;lose&#8221; its network definitions is a mystery. It is not a <code>Domain<\/code> issue because I have verified in at least one documented instance that I rebooted a Windows Server 2008 on a functional Active Directory domain as part of a whole series of serialized manual server patches and the problem occurred. A reboot seems always to &#8220;fix&#8221; the problem (that is: the network connection shows up as <code>Domain<\/code>) but I do not think it is simply a network hiccup. For example, I have an <em>easily<\/em> reproduceable error where Windows Server 2008 VMs simply <strong>refuse to stop cleanly<\/strong> from the guest and I must power them off from the VM control panel.<\/p>\n<p>While I only have a very few Windows Server 2008 boxes left, I do not see them going away soon. (For example, an older NAS server I use simply won&#8217;t run under Server 2008 R2 as some of the proprietary drivers were apparently never updated.) So my effort here to workaround a disturbing network problem should not be taken as best practice.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Anytime a non-routable network connection (any IPv4 network adapter that does *not* have a default gateway specified) is configured for a Windows Server 2008 server, the operating system will mark that network connection as an &#8220;Unidentified Network&#8221;. The downside? Windows &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"more-link\" href=\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\"> <span class=\"screen-reader-text\">Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,1,12],"tags":[19,18,33],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Solve &quot;Unidentified Network Error&quot; - Windows Server 2008<\/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.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Solve &quot;Unidentified Network Error&quot; - Windows Server 2008\" \/>\n<meta property=\"og:description\" content=\"Anytime a non-routable network connection (any IPv4 network adapter that does *not* have a default gateway specified) is configured for a Windows Server 2008 server, the operating system will mark that network connection as an &#8220;Unidentified Network&#8221;. The downside? Windows &hellip; Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008 Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\" \/>\n<meta property=\"og:site_name\" content=\"softwareab\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/cloudraticsolutions\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/cloudraticsolutions\/\" \/>\n<meta property=\"article:published_time\" content=\"2013-04-23T00:47:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2014-10-21T18:40:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png\" \/>\n<meta name=\"author\" content=\"Andrew Bruce\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@realcloudratics\" \/>\n<meta name=\"twitter:site\" content=\"@realcloudratics\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Andrew Bruce\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\"},\"author\":{\"name\":\"Andrew Bruce\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"headline\":\"Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008\",\"datePublished\":\"2013-04-23T00:47:08+00:00\",\"dateModified\":\"2014-10-21T18:40:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\"},\"wordCount\":821,\"commentCount\":7,\"publisher\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"image\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png\",\"keywords\":[\"network\",\"sysadmin\",\"w2k8r2\"],\"articleSection\":[\"Network\",\"Teknocratica\",\"Windows Server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\",\"name\":\"Solve \\\"Unidentified Network Error\\\" - Windows Server 2008\",\"isPartOf\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png\",\"datePublished\":\"2013-04-23T00:47:08+00:00\",\"dateModified\":\"2014-10-21T18:40:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet.png\",\"contentUrl\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet.png\",\"width\":624,\"height\":317},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.softwareab.net\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"network\",\"item\":\"https:\/\/www.softwareab.net\/wordpress\/tag\/network-2\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#website\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/\",\"name\":\"softwareab\",\"description\":\"Technocratica, Technopolitik, Technophobia\",\"publisher\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.softwareab.net\/wordpress\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600\",\"name\":\"Andrew Bruce\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg\",\"contentUrl\":\"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg\",\"width\":400,\"height\":330,\"caption\":\"Andrew Bruce\"},\"logo\":{\"@id\":\"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/\"},\"description\":\"Team-oriented systems mentor with deep knowledge of numerous software methodologies, technologies, languages, and operating systems. Excited about turning emerging technology into working production-ready systems. Focused on moving software teams to a higher level of world-class application development. Specialties:Software analysis and development...Product management through the entire lifecycle...Discrete product integration specialist!\",\"sameAs\":[\"http:\/\/cloudraticsolutions.net\/\",\"https:\/\/www.facebook.com\/cloudraticsolutions\/\",\"https:\/\/twitter.com\/realcloudratics\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Solve \"Unidentified Network Error\" - Windows Server 2008","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.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/","og_locale":"en_US","og_type":"article","og_title":"Solve \"Unidentified Network Error\" - Windows Server 2008","og_description":"Anytime a non-routable network connection (any IPv4 network adapter that does *not* have a default gateway specified) is configured for a Windows Server 2008 server, the operating system will mark that network connection as an &#8220;Unidentified Network&#8221;. The downside? Windows &hellip; Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008 Read More &raquo;","og_url":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/","og_site_name":"softwareab","article_publisher":"https:\/\/www.facebook.com\/cloudraticsolutions\/","article_author":"https:\/\/www.facebook.com\/cloudraticsolutions\/","article_published_time":"2013-04-23T00:47:08+00:00","article_modified_time":"2014-10-21T18:40:42+00:00","og_image":[{"url":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png"}],"author":"Andrew Bruce","twitter_card":"summary_large_image","twitter_creator":"@realcloudratics","twitter_site":"@realcloudratics","twitter_misc":{"Written by":"Andrew Bruce","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#article","isPartOf":{"@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/"},"author":{"name":"Andrew Bruce","@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"headline":"Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008","datePublished":"2013-04-23T00:47:08+00:00","dateModified":"2014-10-21T18:40:42+00:00","mainEntityOfPage":{"@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/"},"wordCount":821,"commentCount":7,"publisher":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"image":{"@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage"},"thumbnailUrl":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png","keywords":["network","sysadmin","w2k8r2"],"articleSection":["Network","Teknocratica","Windows Server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/","url":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/","name":"Solve \"Unidentified Network Error\" - Windows Server 2008","isPartOf":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage"},"image":{"@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage"},"thumbnailUrl":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet-300x152.png","datePublished":"2013-04-23T00:47:08+00:00","dateModified":"2014-10-21T18:40:42+00:00","breadcrumb":{"@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#primaryimage","url":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet.png","contentUrl":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2013\/04\/01-w2k8-unet.png","width":624,"height":317},{"@type":"BreadcrumbList","@id":"https:\/\/www.softwareab.net\/wordpress\/solve-unidentified-network-error-for-windows-server-2008\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.softwareab.net\/wordpress\/"},{"@type":"ListItem","position":2,"name":"network","item":"https:\/\/www.softwareab.net\/wordpress\/tag\/network-2\/"},{"@type":"ListItem","position":3,"name":"Solve &#8220;Unidentified Network Error&#8221; for Windows Server 2008"}]},{"@type":"WebSite","@id":"https:\/\/www.softwareab.net\/wordpress\/#website","url":"https:\/\/www.softwareab.net\/wordpress\/","name":"softwareab","description":"Technocratica, Technopolitik, Technophobia","publisher":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.softwareab.net\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/1337443eaeb75104e0410b508e67f600","name":"Andrew Bruce","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/","url":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg","contentUrl":"https:\/\/www.softwareab.net\/wordpress\/wp-content\/uploads\/2024\/03\/andy-cartoon.jpg","width":400,"height":330,"caption":"Andrew Bruce"},"logo":{"@id":"https:\/\/www.softwareab.net\/wordpress\/#\/schema\/person\/image\/"},"description":"Team-oriented systems mentor with deep knowledge of numerous software methodologies, technologies, languages, and operating systems. Excited about turning emerging technology into working production-ready systems. Focused on moving software teams to a higher level of world-class application development. Specialties:Software analysis and development...Product management through the entire lifecycle...Discrete product integration specialist!","sameAs":["http:\/\/cloudraticsolutions.net\/","https:\/\/www.facebook.com\/cloudraticsolutions\/","https:\/\/twitter.com\/realcloudratics"]}]}},"_links":{"self":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/175"}],"collection":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/comments?post=175"}],"version-history":[{"count":5,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/175\/revisions"}],"predecessor-version":[{"id":376,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/posts\/175\/revisions\/376"}],"wp:attachment":[{"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/media?parent=175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/categories?post=175"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.softwareab.net\/wordpress\/wp-json\/wp\/v2\/tags?post=175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}