G
Guest
How can I detect duplicate IP address from my VC++ or VB code? I have written
programs to read all the IP address on the network. But unfortunately, it
doesn't detect the duplicate address. This is because windows OS suppress the
duplicate address and make the new machines IP as 0.0.0.0. If yopu see the
network configuration, theaddress will be the same provided by the user. If
you call IPconfig on the new machine, it shows 0.0.0.0.
Can anyone help me in detecting duplicate IP addressthrough a program?
Thanks and regards
programs to read all the IP address on the network. But unfortunately, it
doesn't detect the duplicate address. This is because windows OS suppress the
duplicate address and make the new machines IP as 0.0.0.0. If yopu see the
network configuration, theaddress will be the same provided by the user. If
you call IPconfig on the new machine, it shows 0.0.0.0.
Can anyone help me in detecting duplicate IP addressthrough a program?
Thanks and regards