Date: Fri, 24 Jul 1998 20:30:17 -0500 (CDT) From: Mike Jenkins <mjenkins@carp.gbr.epa.gov> To: paul@kawartha.com Cc: freebsd-isp@FreeBSD.ORG Subject: Re: dumb question... re: routing Message-ID: <199807250130.UAA27879@carp.gbr.epa.gov> In-Reply-To: <Pine.BSF.3.96.980724190118.14068A-100000@shell.kawartha.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Perhaps the following is what you are looking for.
Mike
>From owner-freebsd-questions Wed Sep 11 20:40:37 1996
Return-Path: owner-questions
Received: (from root@localhost)
by freefall.freebsd.org (8.7.5/8.7.3) id UAA28888
for questions-outgoing; Wed, 11 Sep 1996 20:40:37 -0700 (PDT)
Received: from panda.hilink.com.au (panda.hilink.com.au [203.2.144.5])
by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA28868;
Wed, 11 Sep 1996 20:40:31 -0700 (PDT)
Received: (from danny@localhost) by panda.hilink.com.au (8.7.5/8.7.3) id NAA26547; Thu, 12 Sep 1996 13:39:38 +1000 (EST)
Date: Thu, 12 Sep 1996 13:39:38 +1000 (EST)
From: "Daniel O'Callaghan" <danny@panda.hilink.com.au>
To: Jos Vissers <Jos.Vissers@telebyte.nl>
cc: Bill Fenner <fenner@parc.xerox.com>, questions@FreeBSD.ORG,
isp@FreeBSD.ORG
Subject: Re: Why does arp not work when ip-alias installed
In-Reply-To: <199609120022.CAA00961@monet.telebyte.nl>
Message-ID: <Pine.BSF.3.91.960912133551.19335I-100000@panda.hilink.com.au>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-questions@FreeBSD.ORG
X-Loop: FreeBSD.org
Precedence: bulk
On Thu, 12 Sep 1996, Jos Vissers wrote:
> It did some further testing and it only appears to happen
> when I add an ip-alias in another class-c network.
> I used "ifconfig alias 193.67.242.20 netmask 0xffffff00" and
> the machine's regular ip address is 194.235.214.65
>
> When I remove the alias again it refuses to start working.
>
> The problem doesn't occurr when I define aliases in the same
> class-c with - of course - a netmask of 0xffffffff.
>
> Is this my error? Should I use 2 different ethernet cards
> when using different class-c addresses on one machine?
> Another of our servers with 2 cards doesn't have this problem.
I put my class C of aliases onto lo0. I have only a single IP address on
ed0. How have you allocated your aliases and how do you send traffic to
them.
I have on www:
ifconfig ed0 203.2.135.50
ifconfig lo0 203.8.13.1 alias
...
ifconfig lo0 203.8.13.254 alias
And on the routers around the equivalent of:
route add 203.8.13.0 203.2.135.50
See if that helps.
Danny
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807250130.UAA27879>
