From owner-freebsd-questions@FreeBSD.ORG Sat Jan 17 22:54:27 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46572797 for ; Sat, 17 Jan 2015 22:54:27 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 194ED3E0 for ; Sat, 17 Jan 2015 22:54:26 +0000 (UTC) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 21D60207F6 for ; Sat, 17 Jan 2015 17:54:26 -0500 (EST) Received: from web2 ([10.202.2.212]) by compute4.internal (MEProxy); Sat, 17 Jan 2015 17:54:26 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:subject :date; s=smtpout; bh=kZD3QWoA6FrtqBJBn/iOUXNw3Js=; b=ihtRP+l68Re gjRgaJqY+eCQ9OGtCxwknV8neXcV/yKcS1/aO9CPlLxyu0F85EOBDkc29wpCsiDw zmCSLLqcoQreUm2VuitM3Sa1oFN+j4iSPaTxw53YkpLJMlJmHNRVFzYgX316xkud iWGWeMkOGQH8kbjuSeYBEVQD2tgTSNFk= Received: by web2.nyi.internal (Postfix, from userid 99) id E98EF540E53; Sat, 17 Jan 2015 17:54:25 -0500 (EST) Message-Id: <1421535265.2456260.215221605.35ADB313@webmail.messagingengine.com> X-Sasl-Enc: K73x0dLCnag4ndtN+PHeANsuI/drBC9Tr0o/tOatAOXV 1421535265 From: Bart van Deenen To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-46f3f2c7 Subject: new 10.1 install on powerbook G4, no ping response Date: Sat, 17 Jan 2015 23:54:25 +0100 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2015 22:54:27 -0000 Hi all I've just installed 10.1-RC3-ppc on an old Mac Powerbook G4. All seems well, but it just won't respond to pings from my lan. I can network just fine from the powerbook (configured to 192.168.1.18 via dhcp), and I can even see its arp response from another computer on my lan (via wireshark). But it just won't respond to pings, and won't allow ssh connections (sshd is running). My first thought was a firewall issue, but via bsdconfig, or ps aux|grep pf I don't see any firewalls running. They shouldn't because I haven't installed any. /var/log/messages mentions two network interfaces fwe0 and gem0, and the mac address associated with the gem0 interface (Apple UniNorth2 GMAC Ethernet) is the one I see on wireshark. The fwe0 interface is 'ethernet over firewire', which I don't have. On the powerbook I can ssh localhost (or 192.168.1.18) just fine. Any ideas what I can do next, to enable inbound connections? Did I find a bug? Greetings Bart