TCP/IP stack repair options for use with Vista/Windows 7 Start, Programs\Accessories and right click on Command Prompt, select "Run as Administrator" to open a command prompt.Note: Type only the text in bold for the following commands. Reset WINSOCK entries to installation defaults: netsh winsock reset catalog Reset IPv4 TCP/IP stack to installation defaults. netsh int ipv4 reset reset.logand press enter Reset IPv6 TCP/IP stack…
Read more
How To Modify An Existing DHCP Scope and Subnet
After searching through a lot of tutorials and how-to's I created a step-by-step tutorial of how to change a DHCP scope. Probably because you are running out of IP's to had out from your DHCP server. First here is a IP Subnet Calculator. CMD: netsh dhcp server \\”Server name” scope “scope subnet name” dump>c:\dhcp.txt Take…
Read more
Windows computer is not accessible on domain network error
If you get a message that says "Windows computer is not accessible..." and you are on a domain network here is the fix that generally works: Go to your DNS on your domain controller Look for the FQDN computer you are trying to access in the list. It will MOST LIKELY be the wrong IP…
Read more
Turn on Network Discovery for Windows Server 2008 – 2012
If you are unable to see your Windows Server 2008 - 2012 in your network, here is how to fix that: Make sure that the following dependency services are started: DNS Client Function Discovery Resource Publication SSDP Discovery UPnP Device Host Configure the Windows firewall to allow Network Discovery. To do this, follow these steps:…
Read more