Date: Sat, 16 Mar 2002 02:19:30 +0000 From: Josh Paetzel <friar_josh@webwarrior.net> To: agusri dodi <dodix2000@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: natd does not work Message-ID: <20020316021930.C290@twincat.vladsempire.net> In-Reply-To: <20020316073713.24928.qmail@web20602.mail.yahoo.com>; from dodix2000@yahoo.com on Fri, Mar 15, 2002 at 11:37:13PM -0800 References: <200203151516.g2FFGCl36506@ct2474442-b.insightbb.com> <20020316073713.24928.qmail@web20602.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 15, 2002 at 11:37:13PM -0800, 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 you use the external interface here, which would be tun0 if kppp is anything like userland ppp. > > /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" I don't think that interface_out is a valid rc.conf line. > > firewall_enable="YES" > > firewall_logging="YES" > > natd_interface="fxp0" Once again, this should be tun0 > > type="OPEN" > > gateway_enable="YES" > > > > THANK FOR REPLY Let me know if you are still having problems. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020316021930.C290>