ArticlesBase.com - Free Articles Directory
Free Online Articles Directory
06.09.2008 Sign In Register Hello Guest
Email:
Password:
Remember Me 
forgot your password?


Ip Address Conflict: Easy Tip to Deal With It!

Author: Abijah Author Ranking Blue | Posted: 22-08-2007 | Views: 385 | Rating:  (176) Article Popularity - Blue (?) Got a Question? Ask.
Sign Up Now!

In a network IP Address Conflict is common and irritating problem. When a layman faces this problem normally they go for finding IP conflict Resolver software or script to solve the problem. But when curious person or network professionals like me face this problem, he/she may want to understand and go deeper taking it as opportunity to learn the case (unless you are in hurry). So, here I will be giving you few tips on the steps forward in very simple language.
First let me introduce you to IP Conflict as a formality, when two of your PC, Printer or any other device in the network claim to have same IP address ( e.g. Computer A and B both are showing same IP Address as current IP address ), that means you have IP Address conflict which is reported by system as : -
“The system has detected an IP Address conflict”,
“Windows System Error: IP Address Conflict with another system”,
“The system has detected an IP address conflict with another system on the network. Network operations on this system may be disrupted as a result. More details are available in the system event log. Consult your network administrator immediately to resolve the conflict”, etc.
In such condition system stops performing or performances very badly on the network. When you are getting this error first time, don’t ignore and simply write the exact string. Now try to release or renew IP, with command ipconfig /(release/renew), If you simply get another IP the problem is gone.
But if you still face the problem then find out the IP address that is causing the problem. Identify the conflicting devices. Identify the MAC Address of both devices. When you find the PC other than yours that is creating the problem, change its Static IP Address to outside the DHCP Range to a unique one. But if you don’t have access to that device or don’t know its MAC Address then start command prompt, type “ping –a ”. The device will return the device name, if it is windows compatible device. It can be helpful to identify the problem creating device.
If you only have MAC address of your device that is reporting the conflict error message, then use command in command prompt “arp –a ” (replace the with the IP Address) It will display the ARP Cache for the IP Address until you get a response other than MAC Address of same device.
Now you can continue with changing static IP Address to outside the DHCP Range to a unique one.
If you simply want to give a try to release or renew IP with script, following is the VB script for you:
’the script code begins here.
On Error Resume Next
Dim oBConfig
Set oBConfig = GetObject("winmgmts:Win32_NetworkAdapterConfiguration)
If oBConfig.ReleaseDHCPLeaseAll = 1 Then
MsgBox "IP address was Successfully Released!"
Else
MsgBox "Release was not successful!"
End If
If oBConfig.RenewDHCPLeaseAll = 1 Then
MsgBox "IP address was Successfully renewed!"
Else
MsgBox "Renew was not successful!"
End If
Set oBConfig = Nothing
’the script code Ends here.
Execute it as VB script inside a vbs file. (Note: Vbs file is simply a text file, which executes VB Script)
Author Abijah is Network Professional working in this field since 2002. And he has recently started writing articles online as volunteer.

Rate this Article: Current: 5 / 5 stars - 3 vote(s).

Article Tags: Ip Address Conflict

Article Source: http://www.articlesbase.com/networks-articles/ip-address-conflict-easy-tip-to-deal-with-it-202261.html

Print this Article Print article   Email to a Friend Send to friend   Publish this Article on your Website Publish this Article   Send Author Feedback Author feedback  
About the Author:
Submitting articles has become one of the most popular means of generating quality backlinks and targeted traffic to your website. Join us today - It's Free!

Got a Question? Ask.

Ask the community a question about this article:

Q&A Powered by:
Powered by Yedda 

Latest Networks Articles

Home Networking One 0n 0ne Part 3
By: Joseph Nyamache | 02/09/2008
When you speak of home networking, the novice is immediately thrown into a pool of cryptic acronyms and names. Fortunately, today home networks are quite easy to build.

Home Networking One 0n 0ne Part 2
By: Joseph Nyamache | 02/09/2008
Part two of home networking will examine whey you need to monitor all activity on your network as well as the systems connected to it. Do not allow friends of your children, neighbors or anyone else to use your network until you really get to know them well.

Home Networking One 0n 0ne Part 1
By: Joseph Nyamache | 02/09/2008
This is part one of home networking as you may already know gone forever are the days that computer users used to share data by means of floppy discs. Today, most computers no longer have a floppy disc drive because they are swiftly becoming obsolete.

Setting Up a Home Networking System
By: Joseph Nyamache | 01/09/2008
Setting up your own home networking system is been made up simple and easy that it used to be say a decade ago. Here are a few things you should consider:

Ntp - Using an Atomic Clock Receiver for Time Synchronisation
By: Richard n Williams | 01/09/2008
This article explores Atomic Clock Technology in computer time synchronization

Time Synchronization Basics: Configuring Windows as an Ntp Server
By: Richard n Williams | 01/09/2008
This article explains basic time synchronization principles and explains basic NTP configuration for Windows systems.

Troubleshooting Internet / Network Connectivity Using the Osi Model
By: Stuart King | 01/09/2008
An article on how to use the OSI model for troubleshooting internet / network issues

Subnetting for Dummies With Scenario's
By: Stuart King | 31/08/2008
An article on how to subnet with ease

Article Categories






Give Feedback

Sign up for our email newsletter

Receive updates, enter your email below