Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 1999 17:17:14 -0600
From:      "Jeff Lush" <jeff@nerdpower.com>
To:        <freebsd-small@freebsd.org>
Subject:   Using PicoBSD and NAT
Message-ID:  <000201beafa9$8c2f5a80$15256c18@flanders.nerdpower.net>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201beafa9$8c2f5a80$15256c18>