In my event viewer I keep getting the message that my computer is unable to renew its address from the network (from DHCP server) for the network card.The solution is to go to services and start the DHCP server.I don't have DHCP server in my services screen.Can someone explane it to me? Thanks
How-To Geek Forums » Windows Vista
DHCP server
(8 posts)hurtingbad, you should not need to run a DHCP *server* on your system unless it is acting as a gateway, for example. Most people who use DHCP will run the *client* service on their PC so that it will contact a DHCP server -- from a WAP, router, cable/DSL modem, etc. -- that will provide IP information to the PC.
Can you show us a copy of the text from Event Viewer? Try: right-click on the event and select Copy -> Copy Details as Text. Paste the text above "Event XML" here.
Log Name: System
Source: Microsoft-Windows-Dhcp-Client
Date: 11/9/2008 3:19:05 PM
Event ID: 1003
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: Dave-PC
Description:
Your computer was not able to renew its address from the network (from the DHCP Server) for the Network Card with network address 001A925CB55C. The following error occurred:
The operation was canceled by the user.. Your computer will continue to try and obtain an address on its own from the network address (DHCP) server.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Dhcp-Client" Guid="{15A7A4F8-0072-4EAB-ABAD-F98A4D666AED}" EventSourceName="Dhcp" />
<EventID Qualifiers="0">1003</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2008-11-09T20:19:05.000Z" />
<EventRecordID>42351</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>Dave-PC</Computer>
<Security />
</System>
<EventData>
<Data>001A925CB55C</Data>
<Data>%%1223</Data>
</EventData>
</Event>
hurtingbad, this is what I expected. Note that the source of this event is the DHCP Client which is running on your PC. It suggests that your PC is having trouble obtaining an IP address from the DHCP server which, as explained above, is something outside of the PC. Do you have a router or a broadband modem? Whatever is at the other end of your PC's ethernet cable is probably acting as the DHCP server.
How often do you get these events? Is there a pattern or regular time interval?
Reply
You must log in to post.
