FTP/TELNET on linux, not working


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers FTP/TELNET on linux, not working
# 15  
Old 05-30-2003
Can you ftp from the linux box to itself with those accounts you wrote failed from other servers?

If you can't, then the problem is only on your linux server. Double check the configurations of wu-ftpd and check out the faq on their web site for more info. Post back with specific questions.
# 16  
Old 05-30-2003
Yup, I can ftp out of linux onto the other servers while logged in as all those that I tried. So problem definitely seems on the linux boxes and its on both of them. Good news is I'm learning a lot about ftp and the network config files, bad news is i have little organization so hope i don't remember it all wrong Smilie Someone had suggested a book on tcp/ip and I've got it (EXPENSIVE) just not had time to read it. Trying to learn to be a good sysadmin on the fly, doing well so far, ask me again in 6 mos.

Thanks
# 17  
Old 05-30-2003
kymberm,

I was asking if you could ftp to the linux system from it - not from the linux system to another. Please test and post results.

Example:

(Linux server #1 - IP 10.140.1.1)

$ telnet 10.140.1.1

login: someaccount
passwd: ******
Last login: (some text)
$
$ ftp 10.140.1.1
(Some welcome text)
Name (someaccount): someaccount
Password: *****
# 18  
Old 05-30-2003
Check your syslog file

Your ftpd process (and inetd) should be logging to syslog. Check your logs and please post the ftp related entries. Neo
# 19  
Old 05-31-2003
If you do a ps -ef |grep xinetd do you get anything back? If you are running xinetd instead inetd, edit the wu-ftpd file in /etc/xinetd.d and and change "yes" to "no" for the "disable" value. Then kill -SIGUSR2 the PID for xinetd.
# 20  
Old 06-02-2003
I did a ps -ef | grep xinetd and got nada in reply, so xinetd is not running. I checked /etc/xinetd.d/ and the only thing in there is linuxconf-web and that is disabled for service linuxconf. I can ftp out of my linux box anywhere, however, when i'm on the unix or windows box and i try telnet to my linux box, that works, but if i try ftp to same address as asked above, nada, doesn't work. The only failure message i get when ftp'ing is that login incorrect. But telnet does work to that same address, just ftp doesn't, and i used the same logon for both.
I did a search for syslog and found 3, in
/var/lock/subsys/syslog
/etc/rc.d/init.d/syslog
/etc/logrotate.d/syslog
and the only one that was current (the other 2 were from 1999) was the var/lock one and it had a 0 size.

So something's not right here, I just need some help figuring it out.

Thanks again to all for the help, it's invaluable.
# 21  
Old 06-02-2003
Check your syslog log files for inetd and ftpd entries.

Do a netstat -t and post the results (so we can see what ports are listening).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

telnet and ssh not working .... but it pinging in Solaris 8

hi Everyone telnet and ssh not working in Solaris 8 .... but it pinging.... i also checked /etc/services /etc/inet/inetd.conf ps -ef | grep telnet ans default router ... everythinking is ok .... when i connect telnet then suddently closed ... and ssh is connection refused ... help... (1 Reply)
Discussion started by: coolboys
1 Replies

2. Windows & DOS: Issues & Discussions

ANT: Telnet is not working

I am trying the below ANT telnet task: <telnet userid="appldev" password="techm123" server="${BT_Server}"> <read>/u01/appldev/devappl/po/11.5.0/reports</read> <!--write>cd /u01/appldev/devappl/po/11.5.0/reports/</write--> <write>ls</write> <read... (0 Replies)
Discussion started by: Dip
0 Replies

3. Linux

FTP not working under Linux but working under any other OS ??? Very strange

Dear all, I am totally despaired and puzzled. Using Filezilla under Windows under the same network as our Linux servers is working. Using FTP command-line client under any of our Linux debian servers is not working ! I tried with different FTP servers -> same problem ! All commands are... (12 Replies)
Discussion started by: magix_ch
12 Replies

4. Red Hat

FTP on Linux is not working as expected

Hi, I need to write a Linux shell script which will perform an FTP operation to another server. main.sh will contain - ftp -nd Dest.IP.address < ftpScript.sh Contents of ftpScript.sh is given below - user userid passwd prompt lcd /vidya/Input cd vidya/Output mput *.* close ... (1 Reply)
Discussion started by: vidyak
1 Replies

5. UNIX for Dummies Questions & Answers

Telnet is not working properly

telnet at my system is behaving stange. Some times I am able to telnet to other machines but sometimes it stop doing that. Then i have to reboot the machine and most of the time (not 100%) it works. SImilar is the case with SSH. Sometime it works , some time it don't. i am new to Unix and I do not... (1 Reply)
Discussion started by: deepak_pathania
1 Replies

6. Red Hat

telnet & ftp in linux AS4 with root account

hi, i installed linux as4, i need telnet and ftp with root account. anybody show me how to configure. TIA, Bong (3 Replies)
Discussion started by: bong02
3 Replies

7. Solaris

after patch, telnet not working

The problem: I installed the Solaris 8 recommended patch cluster 117350-11 over 108528-15 before the Christmas break. The server is a SunFire V100. Here is the situation: Before the patch install, there was a working cron job that did daily, weekly, and monthly backups of the V100 filesystems... (3 Replies)
Discussion started by: antalexi
3 Replies

8. Cybersecurity

One accout for FTP other to TELNET

Hi All, If I want to have two user accounts from the same grop in UNIX Solaries. However, I want one of them to be used only for FTP while the other for TELNET. Can anybody tell me how to do that? Best Regards (13 Replies)
Discussion started by: omran
13 Replies

9. UNIX for Dummies Questions & Answers

FTP is not working after installing Linux 7.3

hi all, After installing Linux 7.3, when I wasn't be able to FTP to this machine from another machine; however, I do get the reply back when I ping this machine. All I want is able to transfer file on my local machine to this server using FTP comand and it's not working. Could someone please... (1 Reply)
Discussion started by: lapnguyen
1 Replies

10. IP Networking

FTP or Telnet

Dumb question I'm sure but how on earth do I transfer files from a sco unix machine to my windows 2000 machine. I'm typing commands on my Win2000 machine. All I can seem to do is move files around on the unix system? (8 Replies)
Discussion started by: Timbash
8 Replies
Login or Register to Ask a Question