Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2000 11:36:26 +0200
From:      Andreas Ntaflos <ntaflos.andreas@gmx.net>
To:        boshea@ricochet.net, freebsd-stable@freebsd.org
Subject:   Re: ipfw/natd, problems with 4.1 RC?
Message-ID:  <39800299.B3CAD2CF@gmx.net>
References:  <397FF8BE.D6C66133@gmx.net> <20000727001941.N351@beastie.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help
thanks, but i have gateway_enable="YES" set.
i also have the sysctl -w net.inet.ip.forwarding=1 command set in rc.conf,
but that doesnt seem to impress my machine at all.

maybe this is a problem with the current version of 4.1?

thanks and regards
Andreas Ntaflos

Brian O'Shea wrote:

> 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



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?39800299.B3CAD2CF>