NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/53390: dhcpcd(8) can't get IP on fxp(4) + inphy(4)



The following reply was made to PR bin/53390; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: martin%duskware.de@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: bin/53390: dhcpcd(8) can't get IP on fxp(4) + inphy(4)
Date: Tue, 26 Jun 2018 00:18:04 +0900

 >  The carrier loss is a bug in the driver fxp(4) that should be fixed. This is
 >  the real issue here.
 >  
 >  You can run dhcpcd with -K or --nolink to make it ignore carrier
 >  status (like dhcpdclient does).
 
 dhcpcd -K works:
 
 ---
 
 tpx21# dhcpcd -K
 dhcpcd[466]: version 6.7.1 starting
 dhcpcd[466]: fxp0: adding address fe80::bd30:9e9d:956a:9987
 dhcpcd[466]: DUID 00:01:00:01:20:56:2d:ca:00:03:47:xx:xx:xx
 dhcpcd[466]: fxp0: IAID 47:xx:xx:xx
 dhcpcd[466]: fxp0: soliciting an IPv6 router
 dhcpcd[466]: fxp0: rebinding lease of 192.168.20.209
 dhcpcd[466]: fxp0: leased 192.168.20.209 for 14159 seconds
 dhcpcd[466]: fxp0: adding host route to 192.168.20.209 via 127.0.0.1
 dhcpcd[466]: fxp0: adding route to 192.168.20.0/24
 dhcpcd[466]: fxp0: adding default route via 192.168.20.1
 dhcpcd[466]: forked to background, child pid 568
 tpx21# 
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index