From owner-freebsd-stable Tue Sep 8 16:34:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06942 for freebsd-stable-outgoing; Tue, 8 Sep 1998 16:34:27 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from ainet.com (ainet.com [204.30.40.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06936 for ; Tue, 8 Sep 1998 16:34:25 -0700 (PDT) (envelope-from jmscott@ainet.com) Received: from perl.ainet.com (perl.ainet.com [204.30.40.14]) by ainet.com (8.9.1/8.9.1) with SMTP id QAA02856; Tue, 8 Sep 1998 16:34:15 -0700 (PDT) Message-Id: <3.0.5.32.19980908163526.008d4e50@mail.ainet.com> X-Sender: jmscott@mail.ainet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Tue, 08 Sep 1998 16:35:26 -0700 To: austin wood , freebsd-stable@FreeBSD.ORG From: "Joseph M. Scott" Subject: Re: ed0 In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Change : /sbin/ipfw add divert natd all from any to any via ed0 To: /sbin/ipfw add divert natd all from any to any via ep0 ^^^ You need to specify the type of device you have on your system. I'm doing the same thing at home with a machine that has an ne2000 clone card in it. That card is supported using the ed0 driver. I've got another machine with and Intel card using the fxp0 driver. Also, this question should probably have been sent to freebsd-questions@freebsd.org instead of freebsd-stable@freebsd.org Joseph Scott jmscott@ainet.com At 07:09 PM 9/8/98 -0400, 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. > >Thanks, >Austin Wood > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message