[En-Nut-Discussion] DHCP startup problem

Harald Kipp harald.kipp at egnite.de
Mon Sep 23 17:43:19 CEST 2002


Dave,

At least you proof, that UDP broadcast work.
(See UDP problem reported by Avex).

I'm typically using NutNetAutoConfig("eth0"). This
does it all, unfortunately except NutDnsConfig(),
which is missing.

Not sure, but using NutNetIfConfig() to add a
second default route might be the problem, because
one has been already set by DHCP.

I'll look into it. For a intermediate fix, simply
use

NutNetAutoConfig("eth0");
NutDnsConfig(0, 0, inet_addr(my_dnssvr));

Harald




More information about the En-Nut-Discussion mailing list