find ip address
find ip address
Problem in a conflict of IP addresses are common and irritating. When a layman faces this problem normally they will find the IP conflict resolution software or scripts to solve the problem. But when curious person or business network as I face this problem, he / she wishes, may deepen understanding and take it as an opportunity to hear the case (unless you're in a hurry). So here I'll give you some advice on the step in very simple language.
First, let me introduce conflicts of IP as a formality, when two of your PC, printer or other device to the network claim to have the same IP address (for example, Team A and B show the same IP address IP address), which means that conflicts of IP addresses that are reported by the system as: —
"The system detected an IP address conflict "
"Windows System Error: IP address conflict with another system,
"The system detected an address conflict IP with another system on the network. Operation of the network in this system may be interrupted accordingly. More details are available in the newspaper system event. Check with your network administrator to resolve the conflict, "etc.
In the system in a state or not unable to perform actions on the network of evil. When you get this error the first time, do not ignore it and just write the string accurate. Now try to release and renew IP, with command ipconfig / (release / renew), or simply get another IP, the problem disappeared.
But if you still face the problem, then find the IP address that is causing the problem. Identify the conflicting devices. Identifying Address MAC of both devices. When you see the other PC as yours that creates the problem, change your static IP outside the DHCP range for a single file. But if you do not have access to this device or do not know the MAC address and then start the command prompt, type ping-a ". The device Name will return the device if it is a Windows compatible. May be useful for identifying the problem of creating devices.
If you only have the MAC address device which relates the error of conflict, then use the command prompt "arp-a" (replace the address IP) to display the ARP cache of IP address to get an answer that is not the same device MAC address.
You can now continue with the change of static IP address outside the DHCP range for a single file.
If you just want to give a chance to release and renew IP with script, which follows the sequence VB script for you:
"The script code starts here.
On Error Resume Next
Sun OBConfig
Set OBConfig = GetObject ( "winmgmts: Win32_NetworkAdapterConfiguration)
If oBConfig.ReleaseDHCPLeaseAll = 1 Then
MsgBox "IP address successfully released!"
Other
MsgBox "not publication was a success! "
End If
If oBConfig.RenewDHCPLeaseAll = 1 Then
MsgBox "IP address has been renewed successfully!"
Other
MsgBox "Renew was not a success!"
End If
September oBConfig = Nothing
"program code ends here.
Run as VB script in a VBS file. (Note: The VBS file is simply a text file, which executes VB Script)
Abijah is the author network professional working in this field since 2002. And has recently started writing articles online as volunteer.
About the Author:
Article Source: ArticlesBase.com – Ip Address Conflict: Easy Tip to Deal With It!

