RE: ftp problem

2003-07-30 Thread Mark Haney
Andre Kirchner wrote: Hi, I have configured the vsftpd demon in a way that it accepts ftp requests from the machine where it is running, but it doesn't accept requests from other machines. I just get a message telling me that the connection was refused. Does anyone know what could be wrong?

Re: ftp problem

2003-07-29 Thread Michael Gargiullo
Do you have iptables running with rules? type iptables -L On Tue, 2003-07-29 at 15:33, Andre Kirchner wrote: Hi, I have configured the vsftpd demon in a way that it accepts ftp requests from the machine where it is running, but it doesn't accept requests from other machines. I just get a

RE: ftp problem

2003-03-06 Thread forums
could be a firewall problem indeed, that is, if you use it... ipchains --list -n should give you the active rules... you need to have port 21 open.. -Original Message- From: Helge Ohl [mailto:[EMAIL PROTECTED] Sent: donderdag 6 maart 2003 10:24 To: [EMAIL PROTECTED] Subject: ftp

Re: ftp problem

2003-03-06 Thread Helge Ohl
hm , ipchains: command not found how could I check if port 21 is open ?? Am Donnerstag den, 6. März 2003, um 11:30, schrieb forums: could be a firewall problem indeed, that is, if you use it... ipchains --list -n should give you the active rules... you need to have port 21 open..

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 13:14:48 +0100, Helge Ohl wrote: ipchains: command not found how could I check if port 21 is open ?? Replies at the top are a bad habit. If you want more people to take a look at your problem, consider replying at the bottom

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 13:41:13 +0100, Michael Schwendt wrote: If you had mentioned what version of Red Hat Linux you are using, one would not have to guess whether your system uses ipchains or iptables. It's buried in those complete quotes at the

Re: ftp problem

2003-03-06 Thread Helge Ohl
240 192.168.99.21:22192.168.99.3:49181 ESTABLISHED 878/sshd Am Donnerstag den, 6. März 2003, um 14:03, schrieb Michael Schwendt: Von: Michael Schwendt [EMAIL PROTECTED] Datum: Don, 06. Mär. 2003 14:03:44 Europe/Berlin An: [EMAIL PROTECTED] Betreff: Re: ftp problem Antwort an: [EMAIL

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 14:20:08 +0100, Helge Ohl wrote: [EMAIL PROTECTED] /]# iptables-save # Generated by iptables-save v1.2.6a on Thu Mar 6 14:24:33 2003 *filter :INPUT ACCEPT [2259:281341] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [583:112294]

Re: ftp problem

2003-03-06 Thread Helge Ohl
. Mär. 2003 17:17:44 Europe/Berlin An: [EMAIL PROTECTED] Betreff: Re: ftp problem Antwort an: [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 14:20:08 +0100, Helge Ohl wrote: [EMAIL PROTECTED] /]# iptables-save # Generated by iptables-save v1.2.6a on Thu Mar 6 14

Re: ftp problem

2003-03-06 Thread Michael Schwendt
, 06. Mär. 2003 17:17:44 Europe/Berlin An: [EMAIL PROTECTED] Betreff: Re: ftp problem Antwort an: [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 14:20:08 +0100, Helge Ohl wrote: [EMAIL PROTECTED] /]# iptables-save # Generated by iptables-save

Re: ftp problem

2003-03-06 Thread Helge Ohl
ok , chkconfig vsftpd on service xinetd status xinetd (pid 698) is running... service xinetd start ; chkconfig xinetd on Everything seems to run, but I get still Connection refused. Anything I can do ?? Thx Michael for helping helge -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: ftp problem

2003-03-06 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 6 Mar 2003 18:37:28 +0100, Helge Ohl wrote: ok , chkconfig vsftpd on service xinetd status xinetd (pid 698) is running... service xinetd start ; chkconfig xinetd on Everything seems to run, but I get still Connection refused.

RE: ftp problem

2003-03-06 Thread Kenneth Benson
RH8.0 uses iptables instead of ipchains. I'm sorry, I don't know the commands to check. -Original Message-From: Helge Ohl [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 7:15 AMTo: [EMAIL PROTECTED]Subject: Re: ftp problem hm , ipchains: command not found

RE: ftp problem

2003-03-06 Thread Jason Staudenmayer
Title: Message iptables -L -vn iptables -t nat -L -vn -Original Message-From: Kenneth Benson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 3:39 PMTo: '[EMAIL PROTECTED]'Subject: RE: ftp problem RH8.0 uses iptables instead of ipchains. I'm sorry, I don't know the commands

RE: ftp problem

2003-03-06 Thread Mingle, Michael
Try iptables -L to list the chains. Then you can remove all firewall rules with iptables -F Michael -Original Message-From: Kenneth Benson [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 3:39 PMTo: '[EMAIL PROTECTED]'Subject: RE: ftp problem RH8.0 uses iptables

RE: ftp problem

2003-03-06 Thread Jason Staudenmayer
]'Subject: RE: ftp problem Try iptables -L to list the chains. Then you can remove all firewall rules with iptables -F Michael -Original Message-From: Kenneth Benson [mailto:[EMAIL PROTECTED]Sent: Thursday, March 06, 2003 3:39 PMTo: '[EMAIL PROTECTED]'Subject: RE: ftp problem

Re: ftp problem

2003-03-01 Thread Stephen Kuhn
On Sat, 2003-03-01 at 19:16, Paal Marker wrote: redhat 8 Got one workstation and one laptop both with rh8. connected hub. Can only connect them as anonymous by ftp. By logging as user I get the message: Must perform authentication before identifying user Then it disconnects. By

Re: FTP problem transferring files! (RH7.3)

2003-01-08 Thread Will Mc Donald
Does the user your FTPing to the Sun box as have a valid shell? If so the path to the default shell for that user needs to be in /etc/shells. If you don't have a valid shell on the Sun box then something like /bin/false will need to be in /etc/shells. That could be the problem. Otherwise,

RE: FTP problem transferring files! (RH7.3)

2003-01-08 Thread Hemstreet, Jeffrey L (Jeffrey)
] Subject: Re: FTP problem transferring files! (RH7.3) Does the user your FTPing to the Sun box as have a valid shell? If so the path to the default shell for that user needs to be in /etc/shells. If you don't have a valid shell on the Sun box then something like /bin/false will need to be in /etc

Re: ftp problem with redhat 7.3

2002-05-23 Thread John Costello
As previously mentioned on the valhalla list, ftp in RH 7.3 has been configured to chroot users into their home directories. To disable this feature (and remove the security it provides), you would remove the line guestuser * from /etc/ftpaccess. John At 01:50 PM 5/23/2002 +0200, you wrote:

Re: FTP Problem with RedHat 7.2

2002-05-21 Thread Ed Wilts
I got a call from my ISP saying my server is attempting to connect to other computers on their network. They wouldn't give me any information on what computers my server was attempting to connect to, but I got an email from one of the people whos computer was getting attempted connections

Re: ftp problem and passwd 8char after 7.2 upgrade

2001-11-30 Thread Thorsten Strusch
Helo Dan, Dan Kirkpatrick wrote: After upgrading to RH 7.2, if a user has a password over 8 characters, it says invalid login. If they use just the first 8 characters, it works but how to fix it so it will accept it regardless? (I never used a update) But you checked the md5 support

Re: ftp problem

2000-10-04 Thread Kirk
Try using ncftp from console. It will resume the download where it left off. I have yet to have an error yet doing this. Kirk At 03:14 PM 10/1/00 -0400, you wrote: When using ftp which came with my 6.2 installation, to download the new 7.0 iso images, I'm getting dropped by my cable isp, on

Re: ftp problem

2000-10-04 Thread CH
"John P. Verel" wrote: When using ftp which came with my 6.2 installation, to download the new 7.0 iso images, I'm getting dropped by my cable isp, on what seems to be a random basis. Should I be doing something special that I'm not? I've been using default settings, to this point. TIA

Re: ftp problem

2000-10-03 Thread Tobias Roppelt
On Sun, 1 Oct 2000, John P. Verel wrote: # When using ftp which came with my 6.2 installation, to download the # new 7.0 iso images, I'm getting dropped by my cable isp, on what seems # to be a random basis. This means you don't get dropped on http connections? What is a random basis, every 2