[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: no kickstart ?



I suspected wrong. The patch you mention may well break some things - I'd
set it back to 0 again... as you changed the hopcount, not the TTL for the
packets. The problem is the TTL being 0.

dhclient doesn't send packets with a TTL of 0, and it works. pump sends
packets w/ TTL=0 and they are discarded at the first router and never get
to the dhcp server at all.

Don't know what socket option(s) or ioctls pump is using that are
combining to result in discovery packets w/ TTL=0, but it is broken.

On Fri, 1 Aug 2003, Florian La Roche wrote:

> On Thu, Jul 31, 2003 at 10:45:02PM -0500, Daniel Wittenberg wrote:
> > Great...this is our setup too, only a few DHCP servers for 20-30k users.
> >
> > Dan
> >
> > On Thu, 2003-07-31 at 19:03, Eric Hagberg morganstanley com wrote:
> > > The bugzilla is here:
> > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=97892
> > >
> > > I'll have to try out that patch tomorrow, though I suspect this will fix
> > > things.
>
> I have updated the bugzilla entry with a fix. Overall seems pump has more
> issues. I suspect by not creating a raw packet but by using the DGRAM
> socket interface, it is still using a source IP and probably some servers
> don't like that (just guessing now, this needs forther tcpdump examples
> in bugzilla to look at ;-). Changing that is probably a bigger patch and
> this might be already to late for Taroon to fix.
>
> greetings,
>
> Florian La Roche




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]