From owner-freebsd-small Sat Jun 5 16:15:15 1999 Delivered-To: freebsd-small@freebsd.org Received: from biff.nerdpower.net (c13574-001.nerdpower.net [24.108.37.222]) by hub.freebsd.org (Postfix) with SMTP id 67FAC15224 for ; Sat, 5 Jun 1999 16:15:03 -0700 (PDT) (envelope-from jeff@nerdpower.com) Received: (qmail 11279 invoked by alias); 5 Jun 1999 23:16:04 -0000 Received: from unknown (HELO flanders) (24.108.37.21) by biff.nerdpower.net with SMTP; 5 Jun 1999 23:16:04 -0000 From: "Jeff Lush" To: Subject: Using PicoBSD and NAT Date: Sat, 5 Jun 1999 17:17:14 -0600 Message-ID: <000201beafa9$8c2f5a80$15256c18@flanders.nerdpower.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am attempting to run PicoBSD with NAT and am having some difficulties with the process. I have installed the PicoBSD router on a floppy and am attempting to use it on the following hardware: Intel 486 DX33 8 MB RAM 2 - 3com 3c509 NICs When PicoBSD starts, it recognizes the NICs as ep0 and ep1. In the rc.conf.local file I have setup ep0 with a public IP and ep1 with a private IP. I have identified all interfaces and labeled my internet router as the "defaultrouter". As well I have said yes to enable_gateway and enable_firewall as per the NATD howto. For NATD I have added the following entry to /etc/services: natd 8668/divert and created a new rc.firewall as per the NATD howto. I try to start NAT with the following command: natd -n ep0 redirect_address 192.168.0.2 0.0.0.0 The response I get is: natd: unknown service natd/divert I don't know what the problem might be. What I would like from this install is for this machine to translate the packet stream from ep0 (internet) and send it to ep1(internal LAN) Any advice on this would be greatly appreciated. Thanks, Jeff Lush To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message