From owner-freebsd-questions@FreeBSD.ORG Sat Nov 7 14:30:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FFD21065694 for ; Sat, 7 Nov 2009 14:30:24 +0000 (UTC) (envelope-from theultramage@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id B3D498FC1F for ; Sat, 7 Nov 2009 14:30:23 +0000 (UTC) Received: by bwz5 with SMTP id 5so2136185bwz.3 for ; Sat, 07 Nov 2009 06:30:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=c3i7Ja8WHT32Gd84lFuVaCoIsokyPra9dmBt+mpDf6U=; b=xhJWuyaUbzYivCq3gKhxdBX3rgvXfexzqu/k3OrcttMJoX5xxwi+ssU3VGlvmQzrTB E5QjdM19AWlRvzbUP0MkFeq80C62Wxi92tNYUKYiKrw0964Llo4mgQg8FPzq4uvjvnkQ 4w2Z7EDe5LODi7xl1ML28E1Kwl96GTqnbhvoY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=FsSUsy1ihWiFMRH84B0hG7aI1r6DlTtPUgag6Qa4nNI1bFTSg45Lx6vOaYmsoyqQkW AT3RvnemL+j72nk0JBgJMuvpRYv9PFojkpgYzfIPQJ/fhHQbOLOtHlWc7QyUpXzlw189 IIsPfI4+a2OrEClRtjsnmMeSHmAnbfRaH3Bmg= Received: by 10.204.20.143 with SMTP id f15mr6024297bkb.49.1257602749068; Sat, 07 Nov 2009 06:05:49 -0800 (PST) Received: from ?192.168.0.31? ([217.75.87.14]) by mx.google.com with ESMTPS id p17sm2010018fka.42.2009.11.07.06.05.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 07 Nov 2009 06:05:48 -0800 (PST) Message-ID: <4AF57EB4.3070104@gmail.com> Date: Sat, 07 Nov 2009 15:05:40 +0100 From: umage User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sat, 07 Nov 2009 15:16:18 +0000 Subject: networking won't come back up until reboot after ISP outage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Nov 2009 14:30:24 -0000 Hello. I have had 3 network outages this week, and everytime it happened, I found that my freebsd8rc1 machine/router was unable to communicate over the WAN interface even after the outages ended. A reboot helps, but that's not an acceptable solution. The symptoms are very weird: even though dhclient successfully receives a dhcp lease and sets up the interface, I am unable to ping the gateway. The ifconfig utility says the interface is up and configured correctly; netstat -arn says routes are set up as they should be; and tcpdump reports random network traffic arriving on the interface (so the network itself is up and running). Taking the interface down and back up doesn't help, reloading ipfw rules doesn't help. I have some more things to test - whether tcpdump reports any attempts at outgoing traffic, and whether disconnecting/reconnecting the network cable will do anything. And maybe reverting ipfw rules to what I've been using before. Other than this, I have no idea what else to do...