Ipconfig is a command from MS-DOS operating system able to give information about the IP network.
Questions tagged [ipconfig]
108 questions
23
votes
7 answers
How to find which DNS server I am using (of the multiple configured dns servers)
I have two dns servers configured, which are listed when viewing ipconfig /all
I would like to know which of the two servers I am using at the current time i.e. from my browser or via the tracert command. I believe that I will be using the first…
Paul George
- 441
23
votes
2 answers
Tunnel adapters on ipconfig?
Hello I recently noticed unusual information in my IPCONFIG. Usually I only see Ethernet adapter Local Area Connection, but now I see Tunnel adapter isatap... and Tunnel adapter Teredo... I was wondering if this is something I should be worried…
IMB
- 5,583
21
votes
9 answers
Why is "ipconfig" not recognized as an internal or external command?
Using Windows 7, on just one of my machines, typing in "ipconfig" no longer does anything.
Is there a reason for this?
My speculation is that it has something to do with java SDK installation / changing the system variables.
The command and…
IAmGroot
- 396
19
votes
6 answers
Strange value in DNS shown in ipconfig
If I run ipconfig /all, in the DNS field it is showing numbers such as fec0:0:0:ffff::1%1, fec0:0:0:ffff::2%1 and fec0:0:0:ffff::3%1. nslookup www.google.com shows some kind of DNS error (lookup not found or similar). What does this mean and how do…
user13267
- 1,873
16
votes
1 answer
What is Connection-specific DNS Suffix
I am reading the output of Windows 10 cmd ipconfig /all.
There is one field which I cannot understand and cannot find it on Google which is. I am living in a dorm and I am connected to its network.
Connection-specific DNS Suffix
What does it…
c1080305
- 161
14
votes
3 answers
Why doesn't "ipconfig /flushdns" completely wipe your DNS?
I've consistently had a problem where "ipconfig /flushdns" + restarting computer doesn't get rid of all the DNS records.
Should it completely flush any and all records in DNS?
Why doesn't it usually happen like this?
Is there some kind of…
Howdy_McGee
- 255
13
votes
4 answers
Possible to ipconfig release/renew for only one nic?
I've got two NICs in my Windows 8 Pro (x64) box each connected to different networks. I would like to release and renew the DHCP lease for just one of the NICs. So far I can't find any way to do it within the ipconfig command.
Is this possible?…
Brack
- 419
13
votes
6 answers
Explain output of ipconfig /displaydns
Can you please tell me what each field of the Windows command
ipconfig /displaydns
means please?
Steve
- 2,855
- 18
- 75
- 123
9
votes
2 answers
What is "Microsoft Wi-Fi Direct Virtual Adapter" used for?
When I type ipconfig /all command in Windows command prompt, it shows some adapters with description of "Microsoft Wi-Fi Direct Virtual Adapter" (see image below).
Where did they come from and what are they used for?
How can I remove it and will it…
user154321
- 203
8
votes
4 answers
Is there a way to get only the Ethernet MAC address via command prompt in Windows?
I use ipconfig /all or getmac /v to get all NIC physical addresses.
But the problem is, generally a computer has more than one NIC card. Also there are some virtual MAC addresses—like Microsoft Virtual Wi-Fi hotspot NIC—which shows only when wifi…
Sourav Ghosh
- 721
8
votes
2 answers
DNS resolution, Browser navigation, and cache
I know NS update could take over 24h. However during this process there is something that intrigues me.
I can't change ISP router's DNS so I set WAN/LAN to use Google Public DNS
The process scenario:
I change a domain NS
After some minutes, I go to…
André A.
- 81
7
votes
5 answers
How do I extract the IPv4 IP Address from the output of ipconfig
I'm attempting to have cmd copy only a specific set of character from a command output. I've been able to select the line that the phrase exists in but from there I am lost. Here is my command so far.
ipconfig | findstr /i "ipv4"
I'm sure you are…
Samuel Pauk
- 351
6
votes
0 answers
IP Helper service uses 50-60% CPU every 1 minute for 3-4 seconds on Windows 7
I have checked everything - all the processes in the process explorer. IP Helper service is causing CPU usage of over 50 % every 1 minute for 3-4 seconds then comes back to normal. In the task manager, the process is svchost.exe and the service is…
Sarveshwar
- 141
5
votes
3 answers
Get Windows ping and ipconfig tools
For some reason, my Windows 7 computer does not recognise the cmd.exe tools ping and ipconfig. I have tried to download them from the web, but I can only find tools that do similar stuff; not the official ping and ipconfig.
Where can I get ping and…
Randomblue
- 3,585
5
votes
2 answers
Stubborn APIPA Issue (possible IPv4 problem, IPv6 = okay?)
I have one Windows 7 desktop that seems to be stuck on an APIPA address. It can see the other computers in the workgroup, but seemingly only communicate via IPv6 (see below), and can't access outside the LAN. The problem began today after completing…
Joe M.
- 313