[2235] in linux-net channel archive
Re: routing errors
daemon@ATHENA.MIT.EDU (Alan Cox)
Mon Mar 25 05:15:43 1996
From: iialan@iifeak.swan.ac.uk (Alan Cox)
To: sen@math.msu.edu (Sheldon E. Newhouse)
Date: Mon, 25 Mar 1996 08:41:18 +0000 (GMT)
Cc: linux-net@vger.rutgers.edu
In-Reply-To: <199603241519.KAA15473@chaos> from "Sheldon E. Newhouse" at Mar 24, 96 10:19:42 am
> My linux box has an address of the form 198.109.x.x while my SUN and
> NEXT have addresses of the form 35.8.x.x I keep getting error messages
> on the SUN (hostname is peakie) of the form
>
> peakie in.routed[100]: packet from unknown router, 198.109.165.1
> peakie in.routed[100]: packet from unknown router, 198.109.166.1
> peakie in.routed[100]: packet from unknown router, 0.0.0.0
Sounds like your sun is getting upset by real network routing broadcasts -
its getting frames from 198.109.165.1 which is a host it cant reach as it
is on a different static net. If you have to use RIP to your provider then
one quick and easy solution is to firewall off RIP on the ethernet that
talks to the sun then 1.3.x kernels won't send the rip frames to that
interface.
Alan