![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet is not working properly | deepak_pathania | UNIX for Dummies Questions & Answers | 1 | 10-05-2007 02:59 PM |
| Accessing linux via telnet | Krrishv | IP Networking | 4 | 12-22-2006 11:21 PM |
| Telnet in redhat linux | gkrishn | Linux | 3 | 02-02-2006 12:08 PM |
| after patch, telnet not working | antalexi | SUN Solaris | 3 | 01-17-2005 03:29 PM |
| linux and win nt working together | linuxnewbie | IP Networking | 3 | 01-31-2002 08:20 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#15
|
||||
|
||||
|
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. |
| Forum Sponsor | ||
|
|
|
#16
|
|||
|
|||
|
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
Thanks |
|
#17
|
||||
|
||||
|
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
|
||||
|
||||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
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
|
||||
|
||||
|
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). |
||||
| Google The UNIX and Linux Forums |