From owner-freebsd-questions@FreeBSD.ORG Tue Dec 12 17:52:21 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 588D816A407 for ; Tue, 12 Dec 2006 17:52:21 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id B641143CCF for ; Tue, 12 Dec 2006 17:50:56 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id kBCHqIAq001479; Tue, 12 Dec 2006 09:52:18 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kBCHqFmC008734; Tue, 12 Dec 2006 09:52:16 -0800 (PST) In-Reply-To: <200612120014.22107.mapsware@prodigy.net.mx> References: <20061203174849.GA4561@host.my.domain> <20061204154222.GA636@host.my.domain> <200612120014.22107.mapsware@prodigy.net.mx> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4448FE68-D588-4ABA-84E2-504582EFD80F@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Tue, 12 Dec 2006 09:52:15 -0800 To: Martin Alejandro Paredes Sanchez X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: a@zeos.net, freebsd-questions@freebsd.org 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: Tue, 12 Dec 2006 17:52:21 -0000 On Dec 11, 2006, at 11:14 PM, Martin Alejandro Paredes Sanchez wrote: >> Yes, you are right, I forgot about PPP. Many thanks. > > Also, the ARP table only contain info of your subnet The ARP table only contains information about machines on the directly connected collision domain(s). It's entirely possible to run multiple IP subnets on the same hub or switch, and even ARP for machines outside the configured subnet on one machine even when no IP routing information is available for that other subnet... -- -Chuck