Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Sep 1998 19:53:12 -0400 (EDT)
From:      Vince Vielhaber <vev@michvhf.com>
To:        austin wood <awood@kern.sub.erols.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   RE: ed0
Message-ID:  <XFMail.980908195312.vev@michvhf.com>
In-Reply-To: <Pine.BSF.4.02A.9809081901410.3429-100000@kern.sub.erols.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 08-Sep-98 austin wood wrote:
> I have a 3c509 card.  I'm trying to make a mini LAN with two computers,
> and the freebsd box is the server. I did everything that the natd man
> page says to do, but when I do
> 
>       /sbin/ipfw add divert natd all from any to any via ed0
> 
> I get:
> 
>       ipfw: warning: interface ``ed0'' does not exist
>       00000 divert 6668 ip from any to any via ed0
> 
> I'm not sure if I'm doing any of this correctly, as I'm not familiar on
> how to do this.  However, I do not understand why natd cannot find
> interface ed0 because ep0 is probed succesfully on bootup.  In the LINT
> file I happen to see the ep0 is buggy.  I hope this is not the problem.

I'm using ep0 with a 3c509 and haven't had any problems at all.  In your
case, tho, shouldn't you be using 

/sbin/ipfw add divert natd all from any to any via ep0
                                                   ^^^

since that's the card you're using?

Vince.
-- 
==========================================================================
Vince Vielhaber -- KA8CSH   email: vev@michvhf.com   flame-mail: /dev/null
       # include <std/disclaimers.h>                   TEAM-OS2
   Online Searchable Campground Listings    http://www.camping-usa.com
       "There is no outfit less entitled to lecture me about bloat
               than the federal government"  -- Tony Snow
==========================================================================



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



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