Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2000 00:19:41 -0700
From:      "Brian O'Shea" <boshea@ricochet.net>
To:        Andreas Ntaflos <ntaflos.andreas@gmx.net>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: ipfw/natd, problems with 4.1 RC?
Message-ID:  <20000727001941.N351@beastie.localdomain>
In-Reply-To: <397FF8BE.D6C66133@gmx.net>; from Andreas Ntaflos on Thu, Jul 27, 2000 at 10:54:22AM %2B0200
References:  <397FF8BE.D6C66133@gmx.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 27, 2000 at 10:54:22AM +0200, Andreas Ntaflos wrote:
> Yo, I am having problems in getting ipfw with natd to work on this my
> fbsd 4.1 RC machine. according to the natd manpage, its just about 4
> lines that are needed to run natd and 'masq' a subnet or a single other
> machine from the internet. i got two interfaces, one xl0 which is
> connected to the internet and one ed0 which is connected to my 'subnet'
> (which consists of a single win98 machine), and the correct cammands
> should be:
> 
> # natd -n xl0
> # ipfw -f flush
> # ipfw add divert natd all from any to any via xl0
> # ipfw add pass all from any to any

Make sure you have set

gateway_enable="YES"

in the /etc/rc.conf file on the gateway machine.

> 
> just 5 days ago, I entered these and it just worked fine. the 'masqed'
> pc could connect to the internet.
> now, i cvsupped 2 days ago or so, and did exactly the same thing, but it
> just wont connect the other pc to the internet.
> i've compiled the kernel with IPFIREWALL and IPDIVERT (I tried
> PFIREWALL_DEFAULT_TO_ACCEPT too, but it didnt matter wheather I had this
> option in or not).
> 
> so, please, does anybody know why this doesnt work? maybe I am missing
> something here? did i forget something?
> help is welcome
> 
> regards
> Andreas Ntaflos
> 

-- 
Brian O'Shea
boshea@ricochet.net


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000727001941.N351>