When I restarted by 'rcctl restart dhcpd' with flags from '/etc/rc.conf.local' 'dhcpd_flags="re0 re1"' client has got IP address from re0 - RTL8168EP/8111EP, but no address from re1 - RTL8168H/8111H interface.
Looks like a bug somewhere. Martin ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Tuesday, May 11, 2021 5:46 AM, Robert Klein <[email protected]> wrote: > Umm, start dhcpd using > > “dhcpd re0 re1”? > > Robert > > On Thu, 06 May 2021 16:58:40 +0000 > Martin [email protected] wrote: > > > Small update: > > The laptop has two integrated adapters: > > re0 is: RTL8168EP/8111EP - dhcpd re0 -> dhcp server works and give > > IPs to clients; re1 is: RTL8168H/8111H - dhcpd re1 -> dhcpd server > > does not reply to client's requests. > > Martin > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > > On Thursday, May 6, 2021 1:33 PM, Martin [email protected] > > wrote: > > > > > Hi list, > > > Facing an issue with dhcpd and re(4) driver. > > > Changed Lenovo X230 with em(4) driver Intel based LAN adapter to a > > > laptop with re(4) based on Realtek 8168 RTL8168H/8111H which works > > > as gateway. > > > Previous configuration 'dhcpd em0' works fine for years, but 'dhcpd > > > re0' don't reply with leases. Clients never receive their leases in > > > reply to DHCP requests. > > > No changes have been performed except em0 -> re0. > > > dhcpd works with athn(4) adapters, but no re(4). > > > Martin
