From owner-freebsd-net@FreeBSD.ORG Mon Mar 30 01:55:58 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 340E21065670 for ; Mon, 30 Mar 2009 01:55:58 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 032B48FC08 for ; Mon, 30 Mar 2009 01:55:57 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2498097rvb.43 for ; Sun, 29 Mar 2009 18:55:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=X8Bswn9rym/hZbxRw28R2MJV0xytHx8vhEHhNj2kiQU=; b=oLKpkC7vFHXtyRYyn2JQvjmcxD80Fm2+tcmOhRHvCBORRYLXP4xO0JNbCaSzYI8f39 KM2RKg9qaJPeGX2DjfvYkl7rDMR1IkcQ+5M0f33AO2q2IaiT7OvrFB+TzgzeNWqLqdJp IgN/1O/Cpp565MKMHH9VPCJylDcSOvf3cTNbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=cKhDTh2VwgctNCz2swCfEhHM+Yok2W8s30o9S6cTBb7GCXEx/Z/KIFT0sFNJuHSu5B 9X8oHuUdDk/KIL0OV+JvKNTP3+bjvtXPgH8DTzPuKBmyIrQ65wZgCT1b9nhH031PC5ho xtnnD8givuaLRAEGvZhxUqKCo3wXqJWgPUjPk= Received: by 10.142.222.19 with SMTP id u19mr1896086wfg.243.1238378157322; Sun, 29 Mar 2009 18:55:57 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id b39sm11311118rvf.6.2009.03.29.18.55.54 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Mar 2009 18:55:56 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 30 Mar 2009 10:54:53 +0900 From: Pyun YongHyeon Date: Mon, 30 Mar 2009 10:54:53 +0900 To: ghe Message-ID: <20090330015453.GA7076@michelle.cdnetworks.co.kr> References: <49CFE6C4.1080809@slsware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49CFE6C4.1080809@slsware.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: 7.1 network problem X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Mar 2009 01:55:58 -0000 On Sun, Mar 29, 2009 at 03:23:16PM -0600, ghe wrote: [...] > This morning I put 7.1 on a Via box with RealTek 8139C+/8169/8169S/8110S > Ethernet card (from sysinstall). I'm new to FreeBSD, but I've been > playing with this box to learn a little about the BSD side. > > The network seems not to work unless the interface (re0) is in > promiscuous mode. > > I don't understand this. arp -a looks reasonable, and it doesn't change > when promisc is turned off. ping works to localhost and to re0, but if I > start a ping to outside the machine, nothing happens until I enable > promisc by starting tcpdump or by issuing a command to ifconfig. Then > the echoes start. And disabling stops them again. > Would you show me dmesg output(re(4) related part only)?