> "Vamsi Krishna K-RollNo.2000-134" 
>       Iam not able to run telnet and ftp on my server.
> when i tried 



Run the commands

rpm -q telnetd
rpm -q ftpd (perhaps wu-ftpd)

An easier way is to

ls /etc/xinetd.d

and check if telnet and ftp files exist. If they do, you only need to 
run ntsysv.

Note the directory is xinetd.d (an "e" between n and t)
                         ^^^

If these rpms are not installed, you will need to install them.

If these rpms are installed, run

ntsysv

and check (select) telnet and ftp.

If you had opted for a firewall during installation, try disabling 
ipchains with /etc/init.d/ipchains stop. BE SURE YOU ARE NOT CONNECTED
to the Internet. Try telnet. If it works, you need to modify the 
firewall rules .


Prakash



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to