Re: Passive ftp problem: 425 error

2007-11-29 Thread Calomel
Try using the ftp-proxy daemon. The proxy will take care of what ports need to be open and close them when they are not needed. It will make your life easier. Ftp-proxy "how to" (forward and reverse) http://calomel.org/ftp_proxy.html -- Calomel @ http://calomel.org Open Source Research and Refe

Re: Passive ftp problem: 425 error

2007-11-29 Thread Firas Kraiem
Hi Doug Milam wrote: > The machine also sits on a LAN behind a router which currently only allows in > port 21, but allows out everything. > > Suggestions welcome! > > Tried allowing in the high port used for passive connections ? Firas -- () ascii ribbon campaign - against html e-mail

Passive ftp problem: 425 error

2007-11-29 Thread Doug Milam
Greetings, I'm having trouble getting FTP to work in passive mode. (I've set the machine up as an FTP server). I can connect in active mode, with a PORT connection, but I'm seeing a 425 error ("can't open passive connection; can't assign requested address") for passive attempts. The FTP serve

Re: FTP problem

2006-11-03 Thread Der Engel
gs S/SA synproxy state pass in inet proto icmp all icmp-type $icmp_types keep state pass quick on $int_if pass quick on $int_if2 On 11/3/06, Tito Mari Francis Escaqo <[EMAIL PROTECTED]> wrote: Maybe you should show your pf.conf so you can be given more accurate advise. Thanks! On 11/4/06,

FTP problem

2006-11-03 Thread Der Engel
Hi, Having this ftp problem with a 3.9 box, the box has one external interface and two internal interfaces each one for different subnets, the PF conf is very simple, my problem is after a while clients can't access ftp, in either subnet, rebooting the box fixes the problem but then af

Re: Ftp problem

2006-03-29 Thread Michael Schmidt
Szymon wrote: PC!l AndrC!s napisaE(a): Hello Misc! I have a problem about ftp connections. [...] I can connect to the server from my router but can't from the other machines behind the router. I tried behind my neighbour's wireless router to it did the same. My ftp client message was: Data

Re: Ftp problem

2006-03-26 Thread Szymon
PC!l AndrC!s napisaE(a): Hello Misc! I have a problem about ftp connections. I made a server behind a firewall and i read the pf docs about the configuration. My external pf conf file looks like that: ext_if="dc0" int_if="dc1" ftp_server="10.5.5.3" nat on $ext_if from $int_if:network to any ->

Re: Ftp problem

2006-03-21 Thread Nils.Reuvers
0 flags S/SA keep state Nils -Original Message- From: Pal Andras [mailto:[EMAIL PROTECTED] Sent: dinsdag 21 maart 2006 19:32 To: misc Subject: Ftp problem Hello Misc! I have a problem about ftp connections. I made a server behind a firewall and i read the pf docs about the configura

Ftp problem

2006-03-21 Thread Pál András
Hello Misc! I have a problem about ftp connections. I made a server behind a firewall and i read the pf docs about the configuration. My external pf conf file looks like that: ext_if="dc0" int_if="dc1" ftp_server="10.5.5.3" nat on $ext_if from $int_if:network to any -> ($ext_if) rdr on dc0 prot