Aug 20, 2021
How To Disable IPV6 on Windows 10 with PowerShell
How To Disable IPV6 on Windows 10 with PowerShell Introduction In today’s post we will look into how to disable IPV6 using PowerShell on Windows 10. You ask why would you want to disable IPV6? There could be several reasons like not being used on the network, causing network binding issues or causes intermittent network disconnects (VPN) and other reasons. SO let’s move along and see just how... read more
Jul 30, 2015
How To Disable IPv6 In Fedora 21
Today we’ll learn how to disable IPv6 on Fedora 21. The steps will work on Fedora 19 – 22. Currently our network configuration these days does not require IPv6 support. Internet Protocol version 6 (IPv6) is the latest version of the Internet Protocol (IP), the communications protocol that provides an identification and location system for computers on networks and routes traffic across the... read more
Feb 14, 2014
How To Reset the IP Stack in Windows Vista
Viruses, Spyware and the like can mess with the Windows IP Stack. the steps listed here are how to reset the IP stack in Windows Vista. Go to the Start Menu, type cmd and right click or (Ctrl + Shift and hit Enter), and select “Run As Administrator” Type the following commands, each followed by pressing enter. ipconfig /flushdns nbtstat -R nbtstat -RR netsh int reset all netsh int ip reset... read more
Jan 10, 2014
How To Install Nmap on Windows 2008 / 7
Nmap (“Network Mapper”) is a free and open source (license) utility for network discovery and security auditing. Unix / Linux administrators have been enjoying using nmap useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. Why should Windows Systems Administrators have the this tool added to their arsenal? Well you sure can as... read more
Apr 9, 2013