Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-10-04 Thread Mipam
On Sun, 3 Oct 2004, Peter Matulis wrote: Output from pflog0: 4. 422299 rule 1/0(match): block in on wm0: IP (tos 0x0, ttl 242, id 58380, offset 0, flags [DF], length: 44, bad cksum d0ab (-2145)!) 129.128.5.191.20 82.161.169.153.55674: S [tcp sum ok] 693991520:693991520(0) win

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-10-02 Thread Mipam
If you have a little bit more complex setup, I found that FTP Sesame (google ftpsesame) worked a charm. ftp-proxy wasn't able to handle two way active and passive connections in my setup but ftpsesame has been going great guns. Handles several hundred inbound and several thousand outbound ftp

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-30 Thread A
If you have a little bit more complex setup, I found that FTP Sesame (google ftpsesame) worked a charm. ftp-proxy wasn't able to handle two way active and passive connections in my setup but ftpsesame has been going great guns. Handles several hundred inbound and several thousand outbound ftp

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-30 Thread Siju George
Dear Clinton, A million thanks for the link! It is working now! I chose to stick with the default proxy port 8021 of OpenBSD 3.5 ftp-proxy and not 8081 in the article and also ftp-proxy manual of OpenBSD 3.5 specifies a differrent set of ports so I am sticking to the manual. But I got the Idea

FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Siju George
hi all, I configured OpenBSD 3.5 PF as said in the FAQ. For the clients behind my PF firewall to access ftp servers I put this line in the pf.conf file rdr on $int_if proto tcp from any to any port 21 - 127.0.0.1:8021 I also have the following line uncommented from /etc/inetd.conf

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Mark Rosenstand
Siju George [EMAIL PROTECTED] wrote: I also have the following line uncommented from /etc/inetd.conf 127.0.0.1:8021 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy Now the FTP clients behind the PF firewall cant connect to the ftp servers on the internet username is authenticated

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Jason Dixon
On Sep 29, 2004, at 5:10 AM, Siju George wrote: configured OpenBSD 3.5 PF as said in the FAQ. For the clients behind my PF firewall to access ftp servers I put this line in the pf.conf file rdr on $int_if proto tcp from any to any port 21 - 127.0.0.1:8021 I also have the following line uncommented

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Siju George
On Wed, 29 Sep 2004 13:31:52 +0200, Mark Rosenstand [EMAIL PROTECTED] wrote: If you're running NAT, you'll need to add the -n option to ftp-proxy. Thanks Mark for the tip. So I changed the line in /etc/inetd.conf line to 127.0.0.1:8021 stream tcp nowait root /usr/libexec/ftp-proxy

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Greg Hennessy
On 29 Sep 2004 03:12:27 -0700, [EMAIL PROTECTED] (Siju George) wrote: Could someone please point out the trouble? Yes, configuring the clients to use PASV will sort it. -- SB: Wait, you mean the costumes themselves give you super powers? MM: Of course! Why else would we fly around in

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Clinton Sigmon
how FTP works http://slacksite.com/other/ftp.html http://pintday.org/whitepapers/ftp-review.shtml how to apply the rules in PF using FTP-Proxy http://www.aei.ca/~pmatulis/pub/obsd_ftp.html Siju George wrote: hi all, I configured OpenBSD 3.5 PF as said in the FAQ. For the clients behind my PF

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Oliver Humpage
on 29/9/04 1:39 pm, Siju George at [EMAIL PROTECTED] wrote: It is still not working! Like before the ftp clients behind the PF firewall can access the FTP servers on the internet and user authentication is also successful but listing of files does not succed. Read up on the difference

RE: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Philippe Jandot
On Wed, 29 Sep 2004 07:32:07 -0400, Jason Dixon [EMAIL PROTECTED] wrote: As pleasant as you are Siju, it's quickly becoming apparent that you lack necessary training for becoming a qualified Systems Administrator. Very True! but Jason by the Grace of God, with alot of hardwork

Re: FTP clients behind PF can connect to ftp serves but cannot list files why?

2004-09-29 Thread Mipam
On Wed, 29 Sep 2004, Siju George wrote: hi all, I configured OpenBSD 3.5 PF as said in the FAQ. For the clients behind my PF firewall to access ftp servers I put this line in the pf.conf file rdr on $int_if proto tcp from any to any port 21 - 127.0.0.1:8021 I also have the following