The Address Resolution Protocol (ARP) is very crucial for TCP/IP network communication. If you begin to notice network connectivity problems such as particular webpages not loading or not being able to ping certain IP addresses then clearing your ARP cache is a good place to start.The TCP/IP ARP Command component provides the functionality to add, delete, or display the IP address for Media Access Control (MAC) address transalation.
Archive for the ‘ Windows ’ Category
How to clear ARP Cache in windows Vista/XP/2003/2000
Author: adminFeb 7
How to setup and configure DNS from Command line in Windows Server 2008 & Core
Author: adminJan 28
With the coming of Windows Server 2008 Core, its time to go back to the good old days of command line. We can add the DNS Server role and add manage DNS Server including setting up Forward and Reverse Lookup zones from the command line.
The following procedure should help you to setup and Configure a DNS server in Windows Server 2008 & Windows Server 2008 Core installation:
How to convert files from Windows format to UNIX format
Author: adminJan 22
This tip shows you how to convert files from Windows format to UNIX format and vice versa. This can be handy if you’ve ever opened a file that was created in Windows and found your screen full of of ^M characters at the end of every line.
Code Listing 1: Converting files with tr and sed
// Convert from DOS/windows to unix
% tr -d '\015' win.txt > unix.txt// Convert from unix to DOS/windows
% sed -e 's/$/\r/' unix.txt > win.txt
How to Fix by reconfiguring boot.ini using Recovery Console
Author: adminJan 15
1.Boot with XP CD or 6 floppy boot disk set.
2. Press R to load the Recovery Console.
3. Type bootcfg.
4. This should fix any boot.ini errors causing setup not to see the XP OS
install.
5. Try the repair install.
One more suggestion from MVP Alex Nichol
“Reboot, this time taking the immediate R option and if the CD letter is say K: give these commands
copy K:\i386\ntldr C:\
copy K:\i386\ntdetect.com C:\
(two other files needed – just in case)
1. Type: attrib -h -r -s C:\boot.ini del C:\boot.ini
2. Type: BootCfg /Rebuild
which will get rid of any damaged boot.ini, search the disk for systems and make a new one. This might even result in a damaged windows reappearing; but gives another chance of getting at the repair”
NTLDR or NTDETECT.COM Not Found
Author: adminJan 15
If you get an error that NTLDR is not found during bootup,
If you have FAT32 partitions, it is much simpler than with NTFS.
Just boot with a Win98 floppy and copy the NTLDR or NTDETECT.COM files
from the i386 directory to the root of the C:\ drive.
For NTFS:
- Insert and boot from your WindowsXP CD.
- At the first R=Repair option, press the R key
- Press the number that corresponds to the correct location for the installation of Windows you want to repair.
Typically this will be #1 - Enter in the administrator password when requested
- Enter in the following commands (X: is replaced by the actual drive letter that is assigned to the CD ROM drive.
COPY X:\i386\NTLDR C\:
COPY X:\i386\NTDETECT.COM C:\ - Take out the CD ROM and type exit