NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dhcpcd failure



On Fri, Jan 18, 2019 at 2:09 AM Roy Marples <roy%marples.name@localhost> wrote:
>
> Hi Fred
>
> On 18/01/2019 06:05, triaxx wrote:
> > I experienced a dhcpcd that cannot connect to a Cisco gateway through a
> > fresh NetBSD 8.0. I tried dhclient which succeed.
> >
> > I didn't see relevant diff between MAIN and netbsd-8.
> >
> > I would like to send a PR but I'm interesting to know what informations
> > could be relevant/helping.
>
> You could try editing /etc/dhcpcd.conf and commenting out duid and using
> clientid. If that still fails, try commenting out both.
>
> If either work, complain to Cisco about their lack of RFC compliance.
> Regardless, let me know the outcome please.

If it really is a Cisco compliance issue, I'd like to see a wireshark
of the failing request and the successful one for my own amusement.
This command seems to work on my mac, I'm guessing it will be similar
on NetBSD except the interface name:

tshark -i en0 -f "udp port 67 or 68" -w dhcp.pcap

Andy


Home | Main Index | Thread Index | Old Index