From owner-freebsd-questions Sun Feb 8 23:56:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA04515 for questions-outgoing; Sun, 8 Feb 1998 23:52:20 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA04478 for ; Sun, 8 Feb 1998 23:52:13 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id XAA25436; Sun, 8 Feb 1998 23:52:11 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 8 Feb 1998 23:52:11 -0800 (PST) From: Doug White Reply-To: Doug White To: "UC Computer / Transbay.Net" cc: questions@FreeBSD.ORG Subject: Re: arp question In-Reply-To: <199802072317.PAA01807@transbay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 7 Feb 1998, UC Computer / Transbay.Net wrote: > I'm doing a braindead thing because I have to, but things are still > a bit unhappy. > > My vx0 is defined as BOTH > > a.b.c.2 netmask 0xfffffe00 > a.b.c+1.2 netmask 0xffffff00 > > because, for various reasons, my router interface is defined as > > a.b.c.10 netmask 0xffffff00 > a.b.c+1.10 netmask 0xffffff00 > > now, this actually WORKS, more or less. > But I get a lot or arpresolve messages saying > > cannot resolve a.b.c+1.10 : not on same network You're defining your ethernet aliases wrong. Try this: ifconfig vx0 inet a.b.c.2 netmask 0xfffffe00 ifconfig vx0 inet a.b.c+1.2 netmask 0xffffffff alias Set your default route to a.b.c.10 and you should be happy. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message