Problems with pf + ftp-proxy on gateway
- From: "Renato Botelho" <rbgarga@xxxxxxxxx>
- Date: Tue, 28 Mar 2006 13:22:04 -0300
I'm trying to use pf + ftp-proxy n a 6.1-PRERELEASE machine.
I have this line on inetd.conf:
ftp-proxy stream tcp nowait root /usr/libexec/ftp-proxy
ftp-proxy -n
And this lines on pf.conf:
rdr on $int_if proto tcp from any to any port ftp -> 127.0.0.1 port ftp-proxy
pass in quick on $ext_if inet proto tcp from any port ftp-data to
$ext_if:0 user proxy flags S/SA keep state
When one machine inside my network (e.g. 192.168.x.x) connects to an
external ftp server (e.g. ftp.FreeBSD.org), data connection doesn't
work.
Connection comes to my firewall and is accepted but connection is not
established and stay like this here:
self tcp 200.x.x.x:57625 <- 200.x.x.x:20 ESTABLISHED:FIN_WAIT_2
Any kind of help will be appreciate
thanks
--
Renato Botelho
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Problems with pf + ftp-proxy on gateway
- From: Peter
- Re: Problems with pf + ftp-proxy on gateway
- Prev by Date: Re: Panic at startup after buildworld 6.1 PRERELEASE from 5.4 Stable
- Next by Date: Re: Reading via mmap stinks (Re: weird bugs with mmap-ing via NFS)
- Previous by thread: Four patches for PR bin/73422
- Next by thread: Re: Problems with pf + ftp-proxy on gateway
- Index(es):
Relevant Pages
|
|