Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Subject: unable to reach DHCP

Original Message
Name: lukas.poul
Date: April 28, 2005 at 09:07:52 Pacific
Subject: unable to reach DHCP
OS: Win98
CPU/Ram: PII
Comment:
Hi all,
I have a problem with connecting a laptop to a LAN. The problem is, as I think, that the computer is unable to obtain an IP adress from the DHCP server. As ipconfig shows, the machine even does not know the IP adress of the DHCP server. Does anybody have an idea how to tell the laptop at which IP adress it should look for the DHCP server (ipconfig writes DHCP's IP 255.255.255.255)?
Thanks for any idea.

Report Offensive Message For Removal

Response Number 1
Name: jimminy
Date: April 28, 2005 at 09:49:08 Pacific
Subject: unable to reach DHCP
Reply: (edit)
You have it backwards, Lukas. The laptop doesn't need to know (nor can it know) the IP address of a DHCP server before it leases an address.

How is the laptop connecting to the network? wired or wireless? Can the laptop lease an address on any other network?


Report Offensive Follow Up For Removal

Response Number 2
Name: briantech
Date: April 28, 2005 at 12:13:27 Pacific
Subject: unable to reach DHCP
Reply: (edit)
your wrong jimminy, you can tell what computer in what DHCP server you want them to use, it's called C:>ipconfig /showclassid , switch long story.. if your getting a 169.254.X.X address, it's not seeing the DHCP server. I would do a c:>ipconfig /all and post the results here.

Report Offensive Follow Up For Removal

Response Number 3
Name: HondaBear
Date: April 28, 2005 at 12:22:14 Pacific
Subject: unable to reach DHCP
Reply: (edit)
If the laptop is not getting an ip address, it can be few things:

1 - the connection to the dhcp server is broken (bad cable, bad ethernet card, etc...)

2 - the dhcp server might have run out of ip addresses

3 - dhcp server might have assigned ip address already, but the laptop didn't pick it up (I am fighting this last one myself now)


Report Offensive Follow Up For Removal

Response Number 4
Name: jimminy
Date: April 28, 2005 at 12:36:26 Pacific
Subject: unable to reach DHCP
Reply: (edit)
Brian, the DHCP class ID client setting functions by specifying a desired DHCP server's class ID, not its IP address. It is technically correct to say that you cannot specify a DHCP server by IP address. You can read more about BOOTP and DHCP here if you're interested.

That being said - I wonder if setting the class ID is a requirement on the network Lukas is connecting to. Or rather, is not connecting to :)
Your suggestion to post output of ipconfig is a good one. We need more information to determine what's really going on.



Report Offensive Follow Up For Removal

Response Number 5
Name: OrionCA
Date: April 28, 2005 at 13:50:54 Pacific
Subject: unable to reach DHCP
Reply: (edit)
Back to the original question, go into your network settings on the laptop and check the properties for TCP/IP. Should be set to "Get IP Address Automatically" and "Use DHCP Server for WINS Resolution". You've indicated it's running Win98 so you don't have the XP firewall problem, but do you have another firewall running on the laptop? If so go into its setup and configure it to treat IP range 192.168.0.1 through 192.168.255.255 as "local" or "trusted".

Go to the command prompt and enter

PING 127.0.0.1

to make sure your adapter is connected properly and the drivers are installed. If you get an OK back it should be good to go, otherwise reload the drivers and make sure it's seated securely.


Report Offensive Follow Up For Removal

Response Number 6
Name: bluelu
Date: April 28, 2005 at 19:57:41 Pacific
Subject: unable to reach DHCP
Reply: (edit)
I got the same problem with Lucas. My OS is XP. I've tried to ping 127.0.0.1: It's ok
I've tried c:>ipconfig/all. I got:

Window IP config:
Hostname: VALUE-ECECF7F4
Primary Dns:
Mode Type: Hybrid
IP Routing Enable: No
WINS Proxy Enable: No

Ethernet adapter Local Area Connection:
Physical Address : 00-0-6E-93-A6-BC
Dhcp Enabled : Yes
Auto config Enable : Yes
Auto config IP address: 169.254.46.239
Subnet Mask : 255.255.0.0
Default Gateway :

Thks in advance for any suggestions, inputs


Report Offensive Follow Up For Removal

Response Number 7
Name: bluelu
Date: April 28, 2005 at 20:22:56 Pacific
Subject: unable to reach DHCP
Reply: (edit)
Addition info on Ethernet adapter

The Connection-specific DNS Suffix: is blank instead of cable company internet link.


Report Offensive Follow Up For Removal

Response Number 8
Name: Davew
Date: May 4, 2005 at 19:47:53 Pacific
Subject: unable to reach DHCP
Reply: (edit)
Guys,

Is this a bug in the latest MS security update?

I've had similar 'not getting DHCP response' things on two PCs now.



Report Offensive Follow Up For Removal

Response Number 9
Name: AndyCool22
Date: May 13, 2005 at 13:28:17 Pacific
Subject: unable to reach DHCP
Reply: (edit)
if running ipconfig tells you your computer has an IP address of 169.254.xx.xxx, this is Microsoft's way of telling you ''we couldn't obtain an IP address, so here's this bogus one." Any IP address like 169.254.xx.xxx is not a real IP address. You'll need to do an ipconfig /release to get rid of the bogus ip address, then an ipconfig /renew to get a good one. (possibly something like 192.168.x.x) but definitely not 169.254.x.x. You may have to type ipconfig /renewall or ipconfig /releaseall, this changes from system to system. lemme know if you need any more help, i'm glad to provide it. i just took network communications in college last term and learned all about this kind of stuff =)

Andy
andycool22@peoplepc.com



Report Offensive Follow Up For Removal

Response Number 10
Name: jimminy
Date: May 13, 2005 at 15:10:46 Pacific
Subject: unable to reach DHCP
Reply: (edit)
You need to keep studying, methinks ;)


>>Any IP address like 169.254.xx.xxx is not a real IP address

This is wrong. IP addresses in the range 169.254.0.0 -169.254.255.255 are perfectly valid. They are reserved by IANA for automatic private IP addressing, which is what happens when Windows cannot contact a DHCP server.


>>this is Microsoft's way of telling you...so here's this bogus one

This is a platform-independent addressing behavior, not Microsoft's. See above.


Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: unable to reach DHCP

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software



Version Tracker Pro
Keep your software current and secure, effortlessly

Click Here for a Free Scan

Driver Agent
Automatically find the latest drivers for your computer.
Click Here for a Free Scan



The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC