Two IPs for the same network Adapter

1

I'm trying to set a static IP for my computer. When I change the IP from IPv4 properties, it doesn't take effect and here what I get with ipconfig cmd :

enter image description here

It seems that I have 2 different IPs for the same network adapter

enter image description here

And here is how I configured the adapter :

enter image description here

I can't use Internet anymore, however this used to work like sharm before. I'm sorry but I'm using french. Any help would be appreciated

Kira

Posted 2014-09-10T13:31:51.290

Reputation: 29

1Try ipconfig -a (or is it -t in French Windows?) to show all the entries, and check if there are two entries for the same network adapter. Also look at Device Manager and try removing and reinstalling the interface, especially if there are multiple entries. – AFH – 2014-09-10T14:07:09.173

Answers

1

Since the IP address 169.254.x.x is APIPA address, it will not be able to connect with the internet. First, you choose "Obtain Ip Address Automatically" instead of static IP. then click OK. and now run 'ipconfig'. Then you will get only 169.254.x.x address, again you should manually configure the static IP.

Anbu

Posted 2014-09-10T13:31:51.290

Reputation: 875

I tried it but it didn't work – Kira – 2014-09-10T13:47:18.453

1goto Ipv4 properties->Advanced. Look if there is an entry 169.254.x.x, if so then delete it. If it doesnt work. then remove the 169.254.x.x address using CMD with Administrator privileges by using this "delete address [name=]InterfaceName [addr=] IPAddress" – Anbu – 2014-09-10T14:15:51.053

Go to services and try disabling DHCP Client service to stop the preferred IPv4 – CharlesH – 2014-09-10T14:17:37.730

After removing the 169... address using CMD it worked – Kira – 2014-09-10T14:36:28.343