From owner-freebsd-isdn  Tue Aug 24 10:44:51 1999
Delivered-To: freebsd-isdn@freebsd.org
Received: from MedIS.DE (medis33.medis.de [193.141.96.33])
	by hub.freebsd.org (Postfix) with ESMTP id 586F715196
	for <freebsd-isdn@FreeBSD.ORG>; Tue, 24 Aug 1999 10:44:45 -0700 (PDT)
	(envelope-from Christian.Wolf@medis.de)
Received: from sun-chris.medis.de (sun-chris.medis.de [172.16.1.4])
	by MedIS.DE (8.9.3/8.9.3) with SMTP id TAA28061;
	Tue, 24 Aug 1999 19:44:08 +0200 (MET DST)
Date: Tue, 24 Aug 1999 19:44:07 +0200 (MET DST)
From: Christian Wolf <Christian.Wolf@medis.de>
To: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Cc: Christian Wolf <Christian.Wolf@medis.de>,
	Hellmuth Michaelis <hm@hcs.de>,
	ISDN Mailinglist <freebsd-isdn@FreeBSD.ORG>
Subject: Re: Routing (was: isic0 not found at 0x340)
In-Reply-To: <19990824181928.A52401@gil.physik.rwth-aachen.de>
Message-ID: <Pine.GSO.3.96.990824193304.15325B-100000@sun-chris.medis.de>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-freebsd-isdn@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.org

On Tue, 24 Aug 1999, Christoph Kukulies wrote:

> It is not clear to me, where you set the netmask in your example.
> (0xffffff00).

I didn't specify the netmask at all, ifconfig chooses the default netmask
for a class-C network (which is wrong in my case, but that doesn't matter).

> Besides thsi I copied your configuration exactly
> and I still have 'i4b nogo'.

> It worked for a short moment this afternoon but inmidst 
> reading email it got hung and I never could make it work since then.

It seems, that your problem is somewhere else. What does ``short'' mean?
About 60 Seconds? Do you have a routing daemon running? What does your
/etc/gateways look like? Try something like

---------- snip ----------
if=ipr0 passive
if=ipr1 passive
if=ipr2 passive
if=ipr3 passive
if=isppp0 passive
if=isppp1 passive
if=isppp2 passive
if=isppp3 passive
---------- snap ----------

Your /etc/rc.conf and the output of `ifconfig -a` and `netstat -rn` might
help to solve your problem.

Regards,
	Chris




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isdn" in the body of the message