Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2022 19:23:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 263534] dhclient-script not working right with if_urndis/ue0
Message-ID:  <bug-263534-99@https.bugs.freebsd.org/bugzilla/>

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

            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-addre=
ss
on boot and after disconnect and reconnect the device

ifconfig_ue0=3D"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=3D"ue0"
netwait_if=3D"ue0"
ifconfig_ue0=3D"SYNCDHCP"
background_ntpdate=3D"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-scr=
ipt
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=20=20

sudo /etc/rc.d/dhclient start ue0

some solution for this?

--=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-263534-99>