From marc@cayman.priconet.de  Wed Nov 13 18:27:32 1996
Received: from cayman.priconet.de (James.Bond@cayman.priconet.de [194.195.236.98])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA05470
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Nov 1996 18:22:19 -0800 (PST)
Received: (from marc@localhost) by cayman.priconet.de (8.7.5/8.7.3) id DAA22388 for FreeBSD-gnats-submit@freebsd.org; Thu, 14 Nov 1996 03:21:20 +0100 (MET)
Message-Id: <199611140221.DAA22388@cayman.priconet.de>
Date: Thu, 14 Nov 1996 03:21:19 +0100 (MET)
From: Marc Zimmermann <M.Zimmermann@priconet.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: route add <ipnum> -link <etheraddr> panics system

>Number:         2004
>Category:       kern
>Synopsis:       route add <ipnum> -link <etheraddr> panics system
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 13 18:30:04 PST 1996
>Closed-Date:    Thu Apr 16 23:29:33 PDT 1998
>Last-Modified:  Thu Apr 16 23:31:50 PDT 1998
>Originator:     Marc Zimmermann
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
priconet, e.V.
>Environment:
 
486 DX 50, 16MB, VL board, Fahrenheit gfx card, Accton Ethernet Card,
ISA HD Controller
 
%uname -a
FreeBSD haiti.islands.de 2.1.5-RELEASE FreeBSD 2.1.5-RELEASE #0: Sat Aug 10 20:10:30 MET DST 1996     root@myname.my.domain:/usr/src/sys/compile/haiti  i386
 
>Description:
 
When using the command
 
route add 194.195.236.98 -link 0:0:e8:8:cb:72
 
I get a kernel panic.
 
route -d add 194.195.236.98 -link 0:0:e8:8:cb:72
 
does not panic the system, which is why I chose category ``kern''.
 
My ethernet card has the ip addr 192.168.1.1.
 
I want to reach my Sun, which is on the same ethernet segment and has
an officially assigned ip number, from my FreeBSD box. This got an
RFC 1918 ip num. The FreeBSD box is my router.
 
I'm using the ed0 driver for my Accton ethernet card.
 
>How-To-Repeat:
 
as root, type
 
route add 194.195.236.98 -link 0:0:e8:8:cb:72
 
>Fix:
 
none known
>Release-Note:
>Audit-Trail:

From: Garrett Wollman <wollman@lcs.mit.edu>
To: Marc Zimmermann <M.Zimmermann@priconet.de>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: kern/2004: route add <ipnum> -link <etheraddr> panics system
Date: Thu, 14 Nov 1996 10:51:07 -0500

 <<On Thu, 14 Nov 1996 03:21:19 +0100 (MET), Marc Zimmermann <M.Zimmermann@priconet.de> said:
 
 > I want to reach my Sun, which is on the same ethernet segment and has
 > an officially assigned ip number, from my FreeBSD box. This got an
 > RFC 1918 ip num. The FreeBSD box is my router.
  
 > route add 194.195.236.98 -link 0:0:e8:8:cb:72
  
 Use:
 
 route add -net 194.whatever -netmask whatever -iface ed0 # or whatever
 
 -GAWollman
 
 --
 Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
 wollman@lcs.mit.edu  | O Siem / The fires of freedom 
 Opinions not those of| Dance in the burning flame
 MIT, LCS, ANA, or NSA|                     - Susan Aglukark and Chad Irschick
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Thu Apr 16 23:29:33 PDT 1998 
State-Changed-Why:  
doesn't panic -current 
>Unformatted:
