Date: Thu, 27 Jul 2000 10:54:22 +0200 From: Andreas Ntaflos <ntaflos.andreas@gmx.net> To: freebsd-stable@freebsd.org Subject: ipfw/natd, problems with 4.1 RC? Message-ID: <397FF8BE.D6C66133@gmx.net>
next in thread | raw e-mail | index | archive | help
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 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 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?397FF8BE.D6C66133>