- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ftp and remote telnet not working in linux 7.0
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 07:55 AM
11-29-2005 07:55 AM
I am really new in linx systems ,
I have customer that have a machine running linux 7.0 with the folowing problem .
He is trying to do telnet and ftp from other machines but send the error 530.
I look for other reference in the forum and find some more or less the same case,
I check the /etc/xinetd , the telnet and wu-ftpd file
desable yes=no
same for wu-ftpd
.
I do the following command to restart xinetd but it does not work
#cd /etc
#xinetd restart
I check fot the /etc/xinetd.conf
and this was the output
#more /etc/xinetd.conf
#
#Simple configuration file for xinetd
#
#Some defaultsand include /etc/xinetd/
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}
includedir /etc/xinetd.d
How you can see there in not any telnet line in this file ..
Some idea?
The customer will restart the system completly tonight.
Thank you .
W.S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:02 AM
11-29-2005 08:02 AM
Solutiondisable = no
Maybe you only mistaken when typed in.
Ensure that the xinetd service is restarted after the changes.
Ensure that no firewall services are preventing the access.
Verify the configuration of /etc/hosts.allow and /etc/hosts.deny.
Check the /var/log/messages and /var/log/secure files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 08:12 AM
11-29-2005 08:12 AM
Re: ftp and remote telnet not working in linux 7.0
What I must look for in the logs that you suggest that I see.
W.S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 05:29 PM
11-29-2005 05:29 PM
Re: ftp and remote telnet not working in linux 7.0
you do the followin steps..
#vi /etc/xinetd.d/telnet
(make a chage in the file "telnet")
disable=no
save and come out
#service xinetd restart
Do same for wu-ftp..
Also check if firewall is enagle in ur linux machine..
#iptables -A
if it is enable, disable the firewall.. see man iptables ..
Hope it would solve ur issue..
cheers
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 05:57 PM
11-29-2005 05:57 PM
Re: ftp and remote telnet not working in linux 7.0
service xinetd restart
restarts the xinetd service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 07:39 PM
11-29-2005 07:39 PM
Re: ftp and remote telnet not working in linux 7.0
Check also telnet daemon startup. Try to restart telnet deamon service script as,
/etc/init.d/telnetd restart
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2005 07:40 PM
11-29-2005 07:40 PM
Re: ftp and remote telnet not working in linux 7.0
hth.