Monday, 9 September 2019

dhcp - Pinging own machine returns an IPv6 address instead of IPv4


When I ping my own machine I get an IPv6 address:


Reply from fe80::1004:p8f0:9e40:a42c%10: time<1ms
Reply from fe80::1004:p8f0:9e40:a42c%10: time<1ms

I used to get the IPv4 address (eg. 192.168.1.5) from the router.


Why has it changed?



Answer



My problem was solved by running ipconfig /flushdns from the command prompt.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...