Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 1998 23:52:11 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        "UC Computer / Transbay.Net" <root@transbay.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: arp question
Message-ID:  <Pine.BSF.3.96.980208235055.24904P-100000@gdi.uoregon.edu>
In-Reply-To: <199802072317.PAA01807@transbay.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980208235055.24904P-100000>