From owner-freebsd-questions@FreeBSD.ORG Mon Dec 4 15:29:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99F4016A407 for ; Mon, 4 Dec 2006 15:29:43 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BC4F43E2E for ; Mon, 4 Dec 2006 15:26:30 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 6561 invoked from network); 4 Dec 2006 15:26:47 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 4 Dec 2006 15:26:47 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id CC2DE28430; Mon, 4 Dec 2006 10:26:46 -0500 (EST) To: freebsd-questions@freebsd.org References: <20061203174849.GA4561@host.my.domain> From: Lowell Gilbert Date: Mon, 04 Dec 2006 10:26:46 -0500 In-Reply-To: <20061203174849.GA4561@host.my.domain> (a.'s message of "Sun, 3 Dec 2006 19:48:49 +0200") Message-ID: <44ejrfptqh.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: How does my computer work with an empty arp table? 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: Mon, 04 Dec 2006 15:29:43 -0000 a@zeos.net writes: > My computer is connected to ISP via ADSL and works properly. > > I typed > > arp -a > > and saw an empty table, although I pinged successfully an Internet host > one second ago. > > How does it work? > > ------------------------------------------------------------ > > $ ifconfig > rl0: flags=8843 mtu 1500 > options=8 > inet6 fe80::202:44ff:fe92:1875%rl0 prefixlen 64 scopeid 0x1 > inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255 > ether 00:02:44:92:18:75 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=8049 mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 > inet 127.0.0.1 netmask 0xff000000 > ng0: flags=88d1 mtu 1492 > inet6 fe80::202:44ff:fe92:1875%ng0 prefixlen 64 scopeid 0x3 > inet 91.124.65.146 --> 195.5.5.161 netmask 0xffffffff Maybe you are connected to your service provider by PPP-over-Ethernet? In that case, the PPP link (which doesn't need ARP) is your next-hop to the Internet, rather than the modem on the Ethernet link.