From owner-freebsd-doc Fri Mar 15 18:45:19 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by hub.freebsd.org (Postfix) with ESMTP id EDE0A37B402 for ; Fri, 15 Mar 2002 18:45:15 -0800 (PST) Received: by mail.freebsdmall.com (Postfix, from userid 2135) id B3EBF2E827; Fri, 15 Mar 2002 18:45:15 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mail.freebsdmall.com (Postfix) with ESMTP id 773142AA43; Fri, 15 Mar 2002 18:45:15 -0800 (PST) Date: Fri, 15 Mar 2002 18:45:15 -0800 (PST) From: Chern Lee X-X-Sender: To: agusri dodi Cc: , Subject: Re: natd does not work In-Reply-To: <20020315151635.17663.qmail@web20601.mail.yahoo.com> Message-ID: <20020315184339.B80263-100000@www.freebsdmall.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Try freebsd-questions@freebsd.org for help, this is a documentation discussion list. I suggest reading the ppp(8) man page (man ppp). You'll have to look at the -nat option, you cannot use natd over a PPP connection. - chern On Fri, 15 Mar 2002, agusri dodi wrote: > I have been setting up FreeBSD Box as a gateway to the > internet. my lan card is intel (fxp0),activating ppp > with Kppp from KDE.I have turned on the IPFIREWALL and > IPDIVERT within the kernel.Conection between > server(BSD) and the other client is OK (Using ping > command). > > But the natd doesn't work(PC using unregistered ip > can't connect to the internet) > > what should I do ? > > here is the content of > my configuration files: > > content of rc.firewall: > /sbin/ipfw -f flush > /sbin/ipfw add divert natd all from any to any > via fxp0 > /sbin/ipfw add pass all from any to any > > > content of rc.conf : > hostname="server.silicom.net" > sendmail_enable="NO" > > moused_port="/dev/cuaa0" > moused_enable="YES" > > network_interfaces="fxp0 lo0 " > ifconfig_fxp0="inet 192.168.1.1 netmask 255.255.255.0 > " > ifconfig_lo0="inet 127.0.0.1" > > natd_enable="YES" > interface_out="fxp0" > firewall_enable="YES" > firewall_logging="YES" > natd_interface="fxp0" > type="OPEN" > gateway_enable="YES" > > THANK FOR REPLY > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - live college hoops coverage > http://sports.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-doc" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message