From owner-freebsd-questions Wed Oct 28 19:49:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA23205 for freebsd-questions-outgoing; Wed, 28 Oct 1998 19:49:22 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA23069 for ; Wed, 28 Oct 1998 19:49:17 -0800 (PST) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-131.laker.net [208.0.233.31]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id WAA22777; Wed, 28 Oct 1998 22:48:56 -0500 Message-Id: <199810290348.WAA22777@laker.net> From: "Steve Friedrich" To: "D. Alex Neilson" , "freebsd-questions@FreeBSD.ORG" Cc: "Alex Neilson" Date: Wed, 28 Oct 1998 22:47:41 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: route to host on directly attached network Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 28 Oct 98 19:11:00 PST, D. Alex Neilson wrote: >Route problem: Tell host 10.10.10.10 that host 10.10.11.11 > is directly reachable via interface vx1 > >If 10.10.11.11 has ethernet address 04:20:38:af:eb:4c, it'd be >kewl if this would work > > route add -host 10.10.11.11 04:20:38:af:eb:4c -interface vx1 > >but of course it doesn't. Can I avoid ifconfig-ing a 10.10.11.0-net >address into 10.10.10.10 to make it work? I've always used class C networks, but I think I understand IP addresses... This should work without any special considerations because the network is only the first octet, 10. Are you using the wrong netmask, like perhaps 255.255.255.0 instead of 255.0.0.0 ?? Unix systems measure "uptime" in years, Winblows measures it in minutes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message