[Bug 263534] dhclient-script not working right with if_urndis/ue0
Date: Sun, 24 Apr 2022 19:23:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263534
Bug ID: 263534
Summary: dhclient-script not working right with if_urndis/ue0
Product: Base System
Version: 13.1-STABLE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: standards
Assignee: standards@FreeBSD.org
Reporter: michael.hmich@gmail.com
until 13-RELEASE a simple line in rc.conf worked perfectly getting ip-address
on boot and after disconnect and reconnect the device
ifconfig_ue0="SYNCDHCP"
now on 13.1-Stable I need to issue "sudo /etc/rc.d/dhclient start ue0", or,
after fiddling this out, set in rc.conf:
network_interfaces="ue0"
netwait_if="ue0"
ifconfig_ue0="SYNCDHCP"
background_ntpdate="YES"
that is ok even if not written anywhere, or I didn't found it
but still it just assigns IP on boot, disconnecting the device dhclient-script
seems to kill itself and does not restart after reconnecting the device, so far
I could not find out where the problem is but suspect dhclient-script, until
then I need manual execute
sudo /etc/rc.d/dhclient start ue0
some solution for this?
--
You are receiving this mail because:
You are the assignee for the bug.