Why Does ipconfig /renew Show a Media Disconnected Error?

  • Thread starter Thread starter TheStatutoryApe
  • Start date Start date
AI Thread Summary
The user encountered an issue while trying to acquire a new IP address on their computer, receiving an error message stating that no operation can be performed on the local area connection while its media is disconnected. This issue is common in Windows XP and Vista systems, where the operating system fails to detect the network interface card (NIC). To resolve this, it is suggested to ensure that the router is configured as a DHCP server and to access the router's configuration via its IP address in a web browser. If problems persist, rebooting the router and computer may help. Additionally, if there are connectivity issues, contacting the Internet Service Provider (ISP) for specific instructions may be necessary. The discussion also touched on the difficulty of tracing the IP address of an email sender, noting that only the last machine's IP address is visible, and that email headers can be easily faked, making it challenging to identify the actual sender's IP address.
TheStatutoryApe
Messages
296
Reaction score
4
I was attempting to acquire a new IP for my computer and ran into a little snag.

I opened the DOS promp and used...

ipconfig /flushdns

Which worked fine but then when I entered..

ipconfig /release

or

ipconfig /renew

I get the message...

no operation can be performed on local area connection while it has its media disconnected

Does anyone know what this is? I've looked for solutions but all of the persons who had issues with this were unable to connect to their wireless router so the solutions were aimed at that issue. I'm able to connect to the router just fine.
 
Computer science news on Phys.org
Did you try flushing the DHCP records ing the router admin area?
 
Nope. I'm not all that computer literate, just enough to get by.
Would I have to be connected directly to the router or could I do that through my browser while connected wirelessly?
 
Linksys WRT54G
 
Alright, this is quite a common issue with frequently XP/Vista system, basically what occur were that the OS decided to hitch the NIC and will not detect it, so you can reboot it and however this will only reset your private IP address and not the public IP address.

Public IP Address are determined and assigned to you by your ISP
Private IP Address is determined by your DHCP/Static IP Server (most commonly, the router)

Hope I was of some help.
 
Open your routers cofiguration (usually done be typing it's IP address into your browser URL bar, find the IP address in your routers instruction manual)

Make sure your router is also acting as a DHCP server. (should be a checkbox somewhere), if it is. all you need to do is type ipconfig /release ipconfig /renew in you command prompt.

If it is still not working, unplug your router for 30 seconds, reboot your computer, then turn everything back on and try it again.

If your having trouble connecting to the Internet, I would contact your ISP, sometimes your ISP will give you specific instructions on how to connect (sometimes means typing in some information into the PPPoE section on your routers configuration).
 
HI I would like to know how to check other´s IP for example from a mail of a person its bottering me


How i can do that
 
Last edited:
You can't - the TCP packet will only have the IP address of the last machine it passed through, in this case your mail server.
The mail header may list the sending mail server and any intermediate ones but ultimately only the senders ISP have their IP address. Remember it is very easy to fake a sender's email.
 
Last edited:
  • #10
So there is no way that i can see who is it but no mather if i can see the server i can talk to it a see who has that IP but i need to know how to see if i have the mail of a person

Thank...:mad:




copiky said:
HI I would like to know how to check other´s IP for example from a mail of a person its bottering me


How i can do that
 
Back
Top