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
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message