DHCP not starting

Page 1 of 3 123 LastLast

  1. Posts : 25
    Windows 7 started 32bit
       #1

    DHCP not starting


    DHCP client not starting getting error dependencies failed. using win 7 starter 32 bit. ipconfig/all gave me this result

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Users\Saurabh>ipconfig/all

    Windows IP Configuration

    Host Name . . . . . . . . . . . . : Saurabh-HP
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No

    Wireless LAN adapter Wireless Network Connection 2:

    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft Virtual WiFi Miniport Adapter
    Physical Address. . . . . . . . . : 70-F3-95-B7-03-30
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes

    Ethernet adapter Local Area Connection:

    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Realtek PCIe FE Family Controller
    Physical Address. . . . . . . . . : 68-B5-99-62-AE-C0
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes

    Wireless LAN adapter Wireless Network Connection:

    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Broadcom 4313 802.11b/g/n
    Physical Address. . . . . . . . . : 70-F3-95-B7-03-30
    DHCP Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    Link-local IPv6 Address . . . . . : fe80::e008:2c3c:390d:80b0%12(Preferred)
    Autoconfiguration IPv4 Address. . : 169.254.128.176(Preferred)
    Subnet Mask . . . . . . . . . . . : 255.255.0.0
    Default Gateway . . . . . . . . . :
    DNS Servers . . . . . . . . . . . : 125.99.61.254
    116.72.253.254
    NetBIOS over Tcpip. . . . . . . . : Enabled

    Tunnel adapter 6TO4 Adapter:

    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft 6to4 Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes

    Tunnel adapter isatap.{1836E8CD-D6F9-4B03-94AF-FA1EBF591A12}:

    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft ISATAP Adapter #5
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes

    Tunnel adapter isatap.{543E37A8-0A52-49AD-BE05-6B989CEB54C2}:

    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfiguration Enabled . . . . : Yes

    Tunnel adapter Local Area Connection* 21:

    Media State . . . . . . . . . . . : Media disconnected
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
    Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
    DHCP Enabled. . . . . . . . . . . : No
    Autoconfigu
      My Computer


  2. Posts : 881
    Windows 7 Ultimate x64
       #2

    I would first run ipconfig /release & ipconfig /renew (open command prompt as admin)

    To make sure it wasn't just an issue communicating with the dhcp server.

    If that doesn't work then make sure the dhcp server is up and running correctly. Its probably part of your router. Which you can access via the router address in a web browser
      My Computer


  3. Posts : 25
    Windows 7 started 32bit
    Thread Starter
       #3

    Ran those commands got the output

    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\system32>ipconfig/release

    Windows IP Configuration

    No operation can be performed on Wireless Network Connection 2 while it has its
    media disconnected.
    No operation can be performed on Local Area Connection while it has its media di
    sconnected.
    An error occurred while releasing interface Wireless Network Connection : The RP
    C server is unavailable.


    C:\Windows\system32>ipconfig/renew

    Windows IP Configuration

    No operation can be performed on Wireless Network Connection 2 while it has its
    media disconnected.
    No operation can be performed on Local Area Connection while it has its media di
    sconnected.
    An error occurred while renewing interface Wireless Network Connection : The RPC
    server is unavailable.


    Windows firewall service is failing to start either, dependencies error.

    DHCP on router working fine. Shows limited connectivity only on my netbook .

    have tried starting all the drivers listed in dependencies under DHCP server.
      My Computer


  4. Posts : 881
    Windows 7 Ultimate x64
       #4

    Start -> Run -> 'services.msc' Scroll to the bottom and make sure the Wireless Zero Configuration service is started. If it is stopped or disabled, Right click the service -> All tasks -> start (or restart if its already started).


    If you are still having the connection problem, Type or copy each command one at a time into an elevated command prompt (run as administrator) then hit "enter" after each one, then reboot your machine.


    netsh winsock reset catalog (reset winsock entries)

    netsh int ip reset reset.log hit (reset TCP/IP stack)


    do you have any third party wireless managers on the pc?

    Try this Fix for the firewall.
    http://support.microsoft.com/mats/wi...?wa=wsignin1.0

    it fixes...
    Windows Firewall is not the default firewall
    Windows Firewall does not start
    Windows Vista could not start Windows Firewall. Service-specific error 5 (0x5)
    Remote Assistance does not work
    You cannot access shared files and printers
    Last edited by Parman; 31 Dec 2012 at 09:31.
      My Computer


  5. Posts : 25
    Windows 7 started 32bit
    Thread Starter
       #5

    @parnam Hey the DHCP working fine, however the firewall wont start, i used MSE uninstalled it. Used One Core cleanup tool. post which when i try to start firewall services it gives me errror 1068, dependencies error. I checked the dependencies they are all working fine.
      My Computer


  6. Posts : 881
    Windows 7 Ultimate x64
       #6

    Did you try the fix posted above?
      My Computer


  7. Posts : 25
    Windows 7 started 32bit
    Thread Starter
       #7

    Forgot to mention above that i tried the fix above, it detects the issue and says that the firewall service failed to start, if i go onto services try to start it gives me an error 1068.
      My Computer


  8. Posts : 881
    Windows 7 Ultimate x64
       #8

    Okay lets try this.

    a. Click Start, type services.msc in the Start Search box.
    b. Select Services in the Programs list. If you are prompted for an administrator password or confirmation, type your password or click Continue.
    c. Right-click Telephony and then click Properties.
    d. On the General tab, click Manual next to Startup type.
    e. On the General tab, click Start under Service status, and then click OK.
    f. Repeat steps 3 - 5 for the Remote Access Connection Manager service and for the Remote Access Auto Connection Manager service.

    Another Option

    Click Start, Run and type Services.msc
    Right-click the Network Connections entry
    Set its Startup type to Manual
    Click Start to start the service
    Right-click Windows Management Instrumentation
    Set its Startup type to Automatic
    Click Start to start the service.
    Then start the BFE service first then the Windows Firewall service.


    If its still not working after that open an elevated command prompt again and run sfc /scannow

    Also check out this post seems to solve the problem.

    Unable to start Windows Firewall
      My Computer


  9. Posts : 25
    Windows 7 started 32bit
    Thread Starter
       #9

    Tried all the options, fortunately with the 3rd one i could get BFE running(BFE registry changed). However the firewall is still stopped, firewall registry couldn't be changed. This time i got the error 1079 which says the account specified for this service is different from the account on other services in same process, changed the log on from Local services to local system then im getting an error windows couldn't start the firewall, for more details check system event log, if using a 3rd party firewall then contact vendor and specify the service specific error code 1753. I have contacted HP for this as well, they advised me system recovery, which would b the last option.
      My Computer


  10. Posts : 881
    Windows 7 Ultimate x64
       #10

    what was the results of the sfc /scannow?

    Are you using any 3rd party firewalls? If so uninstall them.
      My Computer


 
Page 1 of 3 123 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 17:35.
Find Us