Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 07:36:17 -0400 (EDT)
From:      Dru <dlavigne6@cogeco.ca>
To:        Cameron Haegle <chaegle@attbi.com>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: DHCP Problem
Message-ID:  <20020913073149.Q164-100000@x1-6-00-80-c8-3a-b8-46.kico2.on.cogeco.ca>
In-Reply-To: <MGECLFEJFOACEEEMHEKLGEOBCKAA.chaegle@attbi.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 13 Sep 2002, Cameron Haegle wrote:

> Well I have been struggling with my systems failure to successfully connect
> to my cable provider's DHCP server. Several folks have offered solutions,
> which I am grateful for, but did not resolve the problem.
>
> I finally received a response from a request I put into ATTBI's tech support
> and their reply was as follows.
>
> --- their response ---
> It has been reported that some Linux systems, OpenBSD, NetBSD, FreeBSD, and
> possibly other Unix derivatives have been experiencing issues with
> connectivity due to network changes. Many of these systems have a hard-coded
> maximum number of 16 hops. In certain areas it may take 20 or more hops to
> reach the AT&T Broadband DHCP server. Changing the default number of hops
> from 16 to a number higher than 20 usually solves this issue.
> --- end of their response ---
>
> I have just updated my system to the 4.7-PRERELEASE and the provided
> dhclient still has problem. I have tried looking at the source for dhclient
> but see no obvious variable defining the maximum number of hops.


Sounds like hooie to me:

sysctl -a |grep ttl
net.inet.ip.ttl: 68

I don't know if it helps with AT&T, but in order to convince Cogeco's DHCP
server to play nicely, I've had to set the following in
/etc/dhclient.conf:

interface "ed0" {
	send dhcp-client-identifier MAC_ADDRESS;
}

where MAC_ADDRESS is a MAC address that had successfully received a lease
previously.

You're not behind a firewall perchance?

HTH,

Dru



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020913073149.Q164-100000>