Subject: Re: some questions ...
To: kurkdj_m <kurkdj_m@epita.fr>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: port-mac68k
Date: 06/29/1999 12:54:09
On Tue, 29 Jun 1999, kurkdj_m wrote:

> i have 2 file in my /etc directory to configure the different
> interfaces:
> ifconfig.sn0
> -> inet 10.4.7.10 broadcast 10.4.255.255 netmask 255.255.0.0
> ifconfig.ae0
> -> inet 10.4.7.11 broadcast 10.4.255.255 netmask 255.255.0.0

That's your problem, I bet. Are they on the same physical net?

Each one of them will want to become the route for 10.4.x.x. When you add
the second address, it can't do that as the first address is providing
that route.

Why are you sonfiguring both interfaces on the same wire?

Take care,

Bill