From owner-freebsd-current@FreeBSD.ORG Tue Aug 21 10:11:43 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0FEA106564A for ; Tue, 21 Aug 2012 10:11:43 +0000 (UTC) (envelope-from satan@ukr.net) Received: from hell.ukr.net (hell.ukr.net [212.42.67.68]) by mx1.freebsd.org (Postfix) with ESMTP id 90A9F8FC0A for ; Tue, 21 Aug 2012 10:11:43 +0000 (UTC) Received: from satan by hell.ukr.net with local ID 1T3lBH-0008jK-IY for current@freebsd.org; Tue, 21 Aug 2012 12:55:27 +0300 Date: Tue, 21 Aug 2012 12:55:27 +0300 From: Vitalij Satanivskij To: current@freebsd.org Message-ID: <20120821095527.GA33206@hell.ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: dhclient cause up/down cycle after 239356 ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 10:11:43 -0000 Hi all, After last update my home machine begin doin some strange things - Aug 21 08:28:25 home kernel: fxp0: link state changed to UP Aug 21 08:28:25 home kernel: fxp0: link state changed to DOWN Aug 21 08:28:27 home kernel: fxp0: link state changed to UP Aug 21 08:28:33 home dhclient: New IP Address (fxp0): xx.xx.xx.xx Aug 21 08:28:33 home kernel: fxp0: link state changed to DOWN Aug 21 08:28:33 home dhclient: New Subnet Mask (fxp0): 255.255.255.0 Aug 21 08:28:33 home dhclient: New Broadcast Address (fxp0): xx.xx.xx.255 Aug 21 08:28:33 home dhclient: New Routers (fxp0): xx.xx.xx.1 Aug 21 08:28:33 home dhclient[1395]: Interface fxp0 is down, dhclient exiting Aug 21 08:28:33 home dhclient[1339]: connection closed Aug 21 08:28:33 home dhclient[1339]: exiting. Aug 21 08:28:35 home kernel: fxp0: link state changed to UP Aug 21 08:28:35 home kernel: fxp0: link state changed to DOWN Aug 21 08:28:37 home kernel: fxp0: link state changed to UP Aug 21 08:28:40 home dhclient: New IP Address (fxp0): xx.xx.xx.xx Aug 21 08:28:40 home kernel: fxp0: link state changed to DOWN Aug 21 08:28:40 home dhclient: New Subnet Mask (fxp0): 255.255.255.0 Aug 21 08:28:40 home dhclient: New Broadcast Address (fxp0): xx.xx.xx.255 Aug 21 08:28:40 home dhclient: New Routers (fxp0): xx.xx.xx.1 Aug 21 08:28:40 home dhclient[1519]: Interface fxp0 is down, dhclient exiting Aug 21 08:28:40 home dhclient[1465]: connection closed Aug 21 08:28:40 home dhclient[1465]: exiting. Aug 21 08:28:42 home kernel: fxp0: link state changed to UP Aug 21 08:28:42 home kernel: fxp0: link state changed to DOWN Aug 21 08:28:44 home kernel: fxp0: link state changed to UP Aug 21 08:28:48 home dhclient: New IP Address (fxp0): xx.xx.xx.xx I have next configuration in rc.conf - ifconfig_fxp0="SYNCDHCP" in /etc/dhclient.conf interface "fxp0" { supersede domain-name "home"; supersede domain-name-servers 127.0.0.1; } Also /etc/start_if.fxp0 With content - ifconfig fxp0 ether xx:xx:xx:xx:xx:xx ifconfig fxp0 -tso ifconfig fxp0 polling And yes, no problem with static ip on fxp0 and no up/down sequence