Date: Thu, 13 Oct 2005 11:14:00 -0500 From: "Efren Bravo" <efrenba@dhl.co.cu> To: "freeBSD " <freebsd-questions@freebsd.org> Subject: ftp problem -ipfw with natd Message-ID: <WorldClient-F200510131114.AA14000055@dhl.co.cu>
next in thread | raw e-mail | index | archive | help
Hi, I've problem with ipfw with natd to access from internal network to internet ftp sites. From fbsd box i can access to ftp sites. vr0 = out interface 6.34.60.15 = mi pc (winXP) 8668 = natd <== Why on this rule ntad is tranlated to 8668? My rules: --------- ... 00070 divert 8668 ip from any to any in via vr0 00100 check-state ... 00131 skipto 15000 tcp from me to any out via vr0 setup keep-state 00132 skipto 15000 tcp from 6.34.60.0/24{9,13,15} to any out via vr0 setup keep-state ... 15000 divert 8668 ip from any to any out via vr0 15005 allow log logamount 5 ip from any to any 65535 deny ip from any to any Thanks...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?WorldClient-F200510131114.AA14000055>