Date: Tue, 30 Sep 2003 21:03:47 -0500 From: David Kelly <dkelly@HiWAAY.net> To: FreeBSD-Questions@FreeBSD.org Subject: Re: FreeBSD routing between 2 interfaces Message-ID: <200309302103.47901.dkelly@HiWAAY.net> In-Reply-To: <63697.www.killersolutions.com.1064972023.ronate@www.killersolutions.c om> References: <63697.www.killersolutions.com.1064972023.ronate@www.killersolutions.c om>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 30 September 2003 08:33 pm, freebsd@killersolutions.com wrote: > Dear FreeBSD users, > > I urgenly need to connect 192.168.1.* network to the internet. What > am I doing wrong? [...] You forgot natd. Am guessing your DSL or cable modem is doing NAT and assigning an address to your FreeBSD system. The modem will only accept traffic from the IP address it gave your machine. So when your other network routes thru the FreeBSD machine the modem igores it. Use natd to map that network traffic to the FreeBSD machine's external IP address. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309302103.47901.dkelly>