2008 R2 Unidentified Network after Reboot
Hi, We have two new servers running Server 2008 R2 and we first noticed a problem connecting to them with RDP after a reboot. The problem was the firewall would not permit access because the NLA service could not identify that it was on the local domain network. After updating the firmware on the system (HP DL380) and the NIC (Broadcom NC series) and installing the latest NIC driver, we are still experiencing the problem of being able to connect after a reboot. While I can disable the firewall, that is not preferred. It also seems to have occurred after installing Hyper-V. If I remove Hyper-V the problem seems to go away. Using a single NIC, no teaming, etc. Other unused NICs are disabled. Any help would be greatly appreciated. Thanks.
February 6th, 2012 1:03pm

Enable the below option using secpol.msc, check also you have assign proper default gateway on the NIC. Check this blog article. For Hyper-V queries, post here. http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/threads Thanks
Free Windows Admin Tool Kit Click here and download it now
February 6th, 2012 2:48pm

Enable the below option using secpol.msc, check also you have assign proper default gateway on the NIC. Check this blog article. For Hyper-V queries, post here. http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/threads Thanks
February 6th, 2012 2:48pm

Enable the below option using secpol.msc, check also you have assign proper default gateway on the NIC. Check this blog article. For Hyper-V queries, post here. http://social.technet.microsoft.com/Forums/en-US/winserverhyperv/threads Thanks
Free Windows Admin Tool Kit Click here and download it now
February 6th, 2012 2:48pm

That didn't work. The gateways on both servers are correct and verified by access to the internet. Additional info: NICs can be disabled/enabled after reboot and then correctly identify the domain network. Is there perhaps an order of services that may need started in a delayed fashion to be sure the Network Location Awareness (NLA) service is working correctly? I've also enabled: - DNS Client - Function Discovery Resource Publication - SSDP Discovery - UPnP Device Host Per http://social.technet.microsoft.com/Forums/en/winservergen/thread/2e1fea01-3f2b-4c46-a631-a8db34ed4f84 With no luck... Thanks
February 6th, 2012 3:39pm

That didn't work. The gateways on both servers are correct and verified by access to the internet. Additional info: NICs can be disabled/enabled after reboot and then correctly identify the domain network. Is there perhaps an order of services that may need started in a delayed fashion to be sure the Network Location Awareness (NLA) service is working correctly? I've also enabled: - DNS Client - Function Discovery Resource Publication - SSDP Discovery - UPnP Device Host Per http://social.technet.microsoft.com/Forums/en/winservergen/thread/2e1fea01-3f2b-4c46-a631-a8db34ed4f84 With no luck... Thanks
Free Windows Admin Tool Kit Click here and download it now
February 6th, 2012 3:39pm

That didn't work. The gateways on both servers are correct and verified by access to the internet. Additional info: NICs can be disabled/enabled after reboot and then correctly identify the domain network. Is there perhaps an order of services that may need started in a delayed fashion to be sure the Network Location Awareness (NLA) service is working correctly? I've also enabled: - DNS Client - Function Discovery Resource Publication - SSDP Discovery - UPnP Device Host Per http://social.technet.microsoft.com/Forums/en/winservergen/thread/2e1fea01-3f2b-4c46-a631-a8db34ed4f84 With no luck... Thanks
February 6th, 2012 3:39pm

Hi Darage, Thanks for posting here. The NLA service is used to determine the network profile. When a machine boots up or comes out of hibernation the NLA service that runs using the Network Service account will send an LDAP bind request to a domain controller in its site via port 389. The Network Service Account uses the clients domain machine account when performing this bind. If the client can successfully bind to a DC in its domain, the network connection category will be set to Domain. If an LDAP bind is unsuccessful the network category is always public unless specified as private by the user. Network Location Awareness Service Provider (NLA) http://msdn.microsoft.com/en-us/library/ms739931(VS.85).aspx According to the your description, the domain profile is not detected properly. In this case, lets check the following: 1. Verify the Network Location Awareness service is Started and the Startup type is Automatic. Restart the NLA service. 2. Disable and re-enable the NIC which connects to the domain network. Meanwhile, please disable the all unused NICs. 3. The Network Location Awareness (NLA) service expects to be able to enumerate the domains forest name to choose the right network profile for the connection. The service does this by calling DsGetDcName on the forest root name and issuing an LDAP query on UDP port 389 to a root Domain Controller. The service expects to be able to connect to the PDC in the forest domain. If something hinders the DNS name resolution or the connection attempt to the DC, NLA is not able to set the appropriate network profile on the connection. Please ensure that the problematic clients can contact root DC properly. For more information please refer to the blog post below: Why is my network detected as unknown by Windows Vista or Windows Server 2008? http://blogs.technet.com/b/networking/archive/2009/02/20/why-is-my-network-detected-as-unknown-by-windows-vista-or-windows-server-2008.aspx Thanks. Tiger LiTiger Li TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
February 7th, 2012 5:36am

Hi Darage, Thanks for posting here. The NLA service is used to determine the network profile. When a machine boots up or comes out of hibernation the NLA service that runs using the Network Service account will send an LDAP bind request to a domain controller in its site via port 389. The Network Service Account uses the clients domain machine account when performing this bind. If the client can successfully bind to a DC in its domain, the network connection category will be set to Domain. If an LDAP bind is unsuccessful the network category is always public unless specified as private by the user. Network Location Awareness Service Provider (NLA) http://msdn.microsoft.com/en-us/library/ms739931(VS.85).aspx According to the your description, the domain profile is not detected properly. In this case, lets check the following: 1. Verify the Network Location Awareness service is Started and the Startup type is Automatic. Restart the NLA service. 2. Disable and re-enable the NIC which connects to the domain network. Meanwhile, please disable the all unused NICs. 3. The Network Location Awareness (NLA) service expects to be able to enumerate the domains forest name to choose the right network profile for the connection. The service does this by calling DsGetDcName on the forest root name and issuing an LDAP query on UDP port 389 to a root Domain Controller. The service expects to be able to connect to the PDC in the forest domain. If something hinders the DNS name resolution or the connection attempt to the DC, NLA is not able to set the appropriate network profile on the connection. Please ensure that the problematic clients can contact root DC properly. For more information please refer to the blog post below: Why is my network detected as unknown by Windows Vista or Windows Server 2008? http://blogs.technet.com/b/networking/archive/2009/02/20/why-is-my-network-detected-as-unknown-by-windows-vista-or-windows-server-2008.aspx Thanks. Tiger LiTiger Li TechNet Community Support
February 7th, 2012 5:36am

Hi Darage, Thanks for posting here. The NLA service is used to determine the network profile. When a machine boots up or comes out of hibernation the NLA service that runs using the Network Service account will send an LDAP bind request to a domain controller in its site via port 389. The Network Service Account uses the clients domain machine account when performing this bind. If the client can successfully bind to a DC in its domain, the network connection category will be set to Domain. If an LDAP bind is unsuccessful the network category is always public unless specified as private by the user. Network Location Awareness Service Provider (NLA) http://msdn.microsoft.com/en-us/library/ms739931(VS.85).aspx According to the your description, the domain profile is not detected properly. In this case, lets check the following: 1. Verify the Network Location Awareness service is Started and the Startup type is Automatic. Restart the NLA service. 2. Disable and re-enable the NIC which connects to the domain network. Meanwhile, please disable the all unused NICs. 3. The Network Location Awareness (NLA) service expects to be able to enumerate the domains forest name to choose the right network profile for the connection. The service does this by calling DsGetDcName on the forest root name and issuing an LDAP query on UDP port 389 to a root Domain Controller. The service expects to be able to connect to the PDC in the forest domain. If something hinders the DNS name resolution or the connection attempt to the DC, NLA is not able to set the appropriate network profile on the connection. Please ensure that the problematic clients can contact root DC properly. For more information please refer to the blog post below: Why is my network detected as unknown by Windows Vista or Windows Server 2008? http://blogs.technet.com/b/networking/archive/2009/02/20/why-is-my-network-detected-as-unknown-by-windows-vista-or-windows-server-2008.aspx Thanks. Tiger LiTiger Li TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
February 7th, 2012 5:36am

I understand, and have verified all the above configuration items. The problem still exists ONLY when I install the Hyper-V role so I know it's not a configuration issue. Is there something to check when Hyper-V creates the virtual network connection? I know there is a seperate forum for Hyper-V, but I wasn't sure if this is a networking problem, or something related to the Hyper-V role. If I remove Hyper-V, the server correctly identifies the domain network. Is there anything else to check? Thanks
February 7th, 2012 12:15pm

I understand, and have verified all the above configuration items. The problem still exists ONLY when I install the Hyper-V role so I know it's not a configuration issue. Is there something to check when Hyper-V creates the virtual network connection? I know there is a seperate forum for Hyper-V, but I wasn't sure if this is a networking problem, or something related to the Hyper-V role. If I remove Hyper-V, the server correctly identifies the domain network. Is there anything else to check? Thanks
Free Windows Admin Tool Kit Click here and download it now
February 7th, 2012 12:15pm

I understand, and have verified all the above configuration items. The problem still exists ONLY when I install the Hyper-V role so I know it's not a configuration issue. Is there something to check when Hyper-V creates the virtual network connection? I know there is a seperate forum for Hyper-V, but I wasn't sure if this is a networking problem, or something related to the Hyper-V role. If I remove Hyper-V, the server correctly identifies the domain network. Is there anything else to check? Thanks
February 7th, 2012 12:15pm

Hi DaRage, Thanks for update. So have we also installed loopback interface or maybe have assigned multiple addresses for the physic NIC before we install Hyper-V role on it ? could you please post the results of commands ipconfig /all and route print here ? Meanwhile, some workarounds for this scenario that posted by Bill in the old thread below may help: http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/d0a40c8a-9cea-458f-a4c1-90b2cadab2e7/ Thanks. Tiger LiTiger Li TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
February 8th, 2012 1:24am

Hi DaRage, Thanks for update. So have we also installed loopback interface or maybe have assigned multiple addresses for the physic NIC before we install Hyper-V role on it ? could you please post the results of commands ipconfig /all and route print here ? Meanwhile, some workarounds for this scenario that posted by Bill in the old thread below may help: http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/d0a40c8a-9cea-458f-a4c1-90b2cadab2e7/ Thanks. Tiger LiTiger Li TechNet Community Support
February 8th, 2012 1:24am

Hi DaRage, Thanks for update. So have we also installed loopback interface or maybe have assigned multiple addresses for the physic NIC before we install Hyper-V role on it ? could you please post the results of commands ipconfig /all and route print here ? Meanwhile, some workarounds for this scenario that posted by Bill in the old thread below may help: http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/d0a40c8a-9cea-458f-a4c1-90b2cadab2e7/ Thanks. Tiger LiTiger Li TechNet Community Support
Free Windows Admin Tool Kit Click here and download it now
February 8th, 2012 1:24am

Hi DaRage, Thanks for update. So have we also installed loopback interface or maybe have assigned multiple addresses for the physic NIC before we install Hyper-V role on it ? could you please post the results of commands ipconfig /all and route print here ? Meanwhile, some workarounds for this scenario that posted by Bill in the old thread below may help: http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/d0a40c8a-9cea-458f-a4c1-90b2cadab2e7/ Thanks. Tiger LiTiger Li TechNet Community Support
February 8th, 2012 1:24am

Hi, I finally found a solution to this issue with DC that didn`t recognizes thw own domain. I my case it was caused because AD replication fails, consequently DNS and Network recognition. Add/modify the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters Value name: Repl Perform Initial Synchronizations Value type: REG_DWORD Value data: 0 It is a workaround because Microsoft don`t fix it yet. source: http://support.microsoft.com/kb/2001093
Free Windows Admin Tool Kit Click here and download it now
October 4th, 2012 2:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics