Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 May 2019 15:42:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 237649] Does not work receiving an IP address via DHCP
Message-ID:  <bug-237649-7501-8VoW09UU0M@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237649-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237649-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237649

Eugene Grosbein <eugen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eugen@freebsd.org

--- Comment #4 from Eugene Grosbein <eugen@freebsd.org> ---
Use seems to use custom kernel and its configuration appears to miss driver=
 for
ix. ifconfig loads driver for you. Make sure you load driver with
/boot/loader.conf so dhclient would find the interface.

Also, manual ifconfig invocation seemingly brings the interface UP. Make su=
re
you have corresponding "ifconfig_ifname" configuration lines in /etc/rc.conf
for every interface you use.

If this does not help, try using GENERIC kernel first and double-check your
local changes. Try disabling them all and test with GENERIC and clean config
first.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237649-7501-8VoW09UU0M>