From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 16:33:31 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83725533 for ; Sun, 13 Jul 2014 16:33:31 +0000 (UTC) Received: from eu1sys200aog129.obsmtp.com (eu1sys200aog129.obsmtp.com [207.126.144.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7B0A24B1 for ; Sun, 13 Jul 2014 16:33:30 +0000 (UTC) Received: from mail-we0-f174.google.com ([74.125.82.174]) (using TLSv1) by eu1sys200aob129.postini.com ([207.126.147.11]) with SMTP ID DSNKU8K0wtI5syH9vODILhXU4PojR/PHifCJ@postini.com; Sun, 13 Jul 2014 16:33:30 UTC Received: by mail-we0-f174.google.com with SMTP id x48so1342144wes.19 for ; Sun, 13 Jul 2014 09:33:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=QTFWYRSNDVowG6eLEaX/lFUhER7NyZ8H3mazgDqUmjE=; b=EQ8Zg4KMJ8I1yXCH70SQl2SHjRmqWOBbiLBwaSHWqXeiLKEszGmWNbVnfkuuOKguzI hSYtkKTqfn6g23eNAGA2vONXmwsvY0fZ1QtLfAcsY4F3SUBSLIQM6i3cDwf+piCf+cJ4 sxFOOjWk37EMumLGgQFDq8N7GvZZr5RylO46P7eOHlnAiAdFGrJx7XT/GdILU3wYjLSW flh9EF8awq94sv0FgMOtUG6dtdZr461B/J2dxz/+82CxRr4zxuLzmUM3TBnElBXPq4Qt GnzgboAFJdGBatYHirtB43/vcWiqe25LYYjA3a/cyveQsi9q4QZsgL7MFjfKVpJqowK4 R5tw== X-Received: by 10.194.205.132 with SMTP id lg4mr13536707wjc.80.1405268864175; Sun, 13 Jul 2014 09:27:44 -0700 (PDT) X-Gm-Message-State: ALoCoQks1tsygaS66o8u3JsIyD8DEWyTiXodTI//3u602AmtmEsvmQZ378ZZ+nefWvicOCkK3dVw/scL4LcYsjq/5Cdw9RahTPt6gkCMAvdtW24HokYgtyBGokSGgKMQQnLBv3vkXWcSRO6koPKDoprQLw2c+svwlA== X-Received: by 10.194.205.132 with SMTP id lg4mr13536699wjc.80.1405268864066; Sun, 13 Jul 2014 09:27:44 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id fu7sm20525143wib.2.2014.07.13.09.27.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 Jul 2014 09:27:43 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s6DGRgcA005509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 13 Jul 2014 17:27:42 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s6DGRgoe005508 for freebsd-questions@freebsd.org; Sun, 13 Jul 2014 17:27:42 +0100 (BST) (envelope-from mexas) Date: Sun, 13 Jul 2014 17:27:42 +0100 (BST) From: Anton Shterenlikht Message-Id: <201407131627.s6DGRgoe005508@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org Subject: ping localhost: network unreachable Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2014 16:33:31 -0000 # ping localhost capability mode sandbox enabled PING localhost (127.0.0.1): 56 data bytes ping: sendto: Network is unreachable ping: sendto: Network is unreachable ping: sendto: Network is unreachable ping: sendto: Network is unreachable How can I recover from this? Thanks Anton