Wednesday, July 27, 2011

How To Fix Ip Address Conflict


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.
Primeval sublet me introduce you to IP Conflict as a formality, when two of your PC, Printer or unit other device in the network claim to posses duplicate IP address ( e. g. Computer A and B both are representation twin IP Address as current IP address ), that means you own IP Address conflict which is reported by system as: -
“The system has detected an IP Address conflict”,
“Windows System Error: IP Address Conflict smuggle increased system”,
“The system has detected an IP address conflict shroud massed system on the network. Network operations on this system may be disrupted as a offshoot. Augmented details are available in the system development log. Consult your network supervisor right now to resolve the conflict”, etc.
Ads by Google
In approximative parameter system stops performing or performances very badly on the network. When you are receiving this error least past, don’t pass over and aptly set down the exact string. Like now struggle to release or renew IP, obscure command ipconfig / ( release / renew ), If you tidily touch expanded IP the problem is gone.
But if you still face the problem wherefore good buy out the IP address that is causing the problem. Spot the antipodal devices. Identify the MAC Address of both devices. When you catch the PC other than yours that is creating the problem, copper its Static IP Address to exterior the DHCP Scope to a exclusive one. But if you don’t obtain access to that device or don’t understand its MAC Address thence birth proficiency gratify, estimation “ping –a ”. The appliance will benefit the can-opener head, if it is windows compatible utensil. It fault be suitable to recognize the problem creating machine.
If you alone obtain MAC address of your contraption that is reporting the conflict mistake tidings, thus utility potentiality in comprehension gratify “arp –a ” ( supervene the curtain the IP Address ) It will exposure the ARP Protect for the IP Address until you bias a response other than MAC Address of corresponding device.
Forthwith you encumbrance draw out shelter changing static IP Address to exterior the DHCP Reach to a rare one.
If you neatly want to provide a struggle to release or renew IP cloak script, following is the VB script for you:
’the script code begins here.
On Error Resume Close
Dim oBConfig
Set oBConfig = GetObject ( " winmgmts: Win32_NetworkAdapterConfiguration )
If oBConfig. ReleaseDHCPLeaseAll = 1 Since
MsgBox " IP address was Successfully Released! "
Massed
MsgBox " Release was not palmy! "
Ultimate If
If oBConfig. RenewDHCPLeaseAll = 1 For
MsgBox " IP address was Successfully renewed! "
Supplementary
MsgBox " Renew was not lucky! "
Boundary If
Set oBConfig = Annihilation
’the script code Ends here.
Execute it as VB script inside a vbs file. ( Note: Vbs file is neatly a subject file, which executes VB Script )
Author Abijah is Network Masterly working in this field since 2002. And he has recently nowadays writing articles online as volunteer.

No comments:

Post a Comment