From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 13 21:33:27 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E9C16A4CE for ; Wed, 13 Apr 2005 21:33:27 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B295343D5D for ; Wed, 13 Apr 2005 21:33:26 +0000 (GMT) (envelope-from mrparsons@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so258647rng for ; Wed, 13 Apr 2005 14:33:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Dgkj/UytIClJ79OAzQ28EnBi4B+xCL3jK4KOUZmyuJEmZWQoSOzhIhQfxkC1IcdcxeRaKYcWn8Vg42iuxE1mXYpYVRV6VMIo3QoAPAjMjDMuNv/vqZj/wrVub/8cDeLFWeQ5Q0EpIRABnKGFMNuddx0snHZGG5xE+2z98IJTUuA= Received: by 10.38.86.53 with SMTP id j53mr1059634rnb; Wed, 13 Apr 2005 14:33:24 -0700 (PDT) Received: by 10.38.86.22 with HTTP; Wed, 13 Apr 2005 14:33:24 -0700 (PDT) Message-ID: Date: Wed, 13 Apr 2005 17:33:24 -0400 From: "M. Parsons" To: freebsd-hackers@freebsd.org In-Reply-To: <425D87CD.2020504@OTEL.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <425D87CD.2020504@OTEL.net> Subject: Re: Route/arp help? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "M. Parsons" List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2005 21:33:27 -0000 On 4/13/05, Iasen Kostov wrote: > M. Parsons wrote: >=20 > > > > > > > >Honestly I have no clue why its not working, it should be simple, but > >it isnt.. Here is what the arp cache shows and the routing table (and > >its ed0, not de0, my mistake in original message). > > > >arp: (after doing the arp -s command) > > > >modem (10.0.0.1) at 00:0b:23:2a:b0:c4 on ed0 permanent [ethernet] > > > > > > > Why do you set mac address static at all ? >=20 >=20 Huh? I dont understand what youre saying. The only command I typed was arp -s 10.0.0.1 00:0b:23:2a:b0:c4 , which creates the arp address I should want. (my modems mac address is 00:0b:etc) The only thing I can possibly seeing as being screwed up, is seeing as I have a default gateway, when I do a "telnet 10.0.0.1" its using my internet gateway instead of the ed0 device. Which is why I thought I needed a route command to force a 10.0.0.1 connection to go through ed0. (linux needed the route command...) Oh well, Ive probably confused you, and myself as well. :-) Mark