Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 1996 10:20:00 +0200 (MET DST)
From:      FreeBSD matters of Mark Huizer (xaa) <freebsd@xaa.stack.urc.tue.nl>
To:        questions@FreeBSD.ORG
Subject:   route drops after a few attempts?
Message-ID:  <199609300820.KAA00857@xaa.stack.urc.tue.nl>

next in thread | raw e-mail | index | archive | help
Hi, back again at my router, configuration was OK, so it seems.

But it behaves very strange, not sure if it's a bug, or what...


I have machine with le0 and le1, running 2.1.5 stable as of last week,
le0 connects to an internal network (10.10.10.*), le1 connects to our
external network and our router to the world (194.229.192.*)

With:
ifconfig le0 inet 10.10.10.90 blahblahbla
ifconfig le1 inet 194.229.192.90 blablabla
route add blabla 127.0.0.1
route add -net 10.10.10 10.10.10.90
route add -net 194.229.192 194.229.192.90
route add default 194.229.192.80

I get the following results:
a ping to 10.10.10.255 works and gives all machines
a ping to 194.229.192.255 gives all the machines a few times,
and then falls back to just 194.229.192.90 (the machine itself).

If I change the interfaces (so le0 does the 194thing, and le1 the
10thing), I can ping the external network and the internet but after a
few seconds the internal network is no longer reachable.

The network cards are working, but I wonder if this might be some bug
somewhere.

Mark Huizer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609300820.KAA00857>