Re: [ilugd]: telnet problem

2002-12-19 Thread Surjo Das
Hi, Do the the following: Run setup: Select firewall configuration select the the trusted device as eth0 and set the option to medium. Enable the service telnet. Come out of setup and run the command chkconfig telnet on service xinetd restart The telnet will begin working. Cheers, Surj

Re: [ilugd]: Telnet Problem

2002-12-17 Thread Vineet Mehta
if u r using redhat 8.0 (not sure about prev ver) it has a default policy to block incoming connections. so either u need to completely disable the iptables (not good thing) or u can delete the specific rule to block telnet. iptables -F INPUT (flush INPUT rules) if telnet service is off from super

Re: [ilugd]: Telnet Problem

2002-12-16 Thread Sauron the Dark Lord
telnet should be enabled at port 23( default port ) add or uncomment the folowing line in /etc/services telnet 23/tcp also check /etc/pam.d directory, it has a file for telnet services where it might tagged as "disabled", if it is then change it to "enabled" or "enable" as suitable. regards Sau

Re: [ilugd]: Telnet Problem

2002-12-16 Thread Ambar Roy
> are you using the redhat flavour of linux. > the thing in redhat you have to enable telnet in the new versions. There is a reason for this. Newer versions of red hat come with ssh preinstalled. Use ssh in place of telnet. IMHO telnet is dead, and it is best kept that way. SSH is more secure and w

Re: [ilugd]: Telnet Problem

2002-12-16 Thread Amit Goel
How about using ssh instead of telnet. I think telnet is disabled then ssh must be enabled.   --amit   - Original Message - From: Gollum To: ritesh_aladdin ; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, December 16, 2002 8:39 PM Subject: Re: [ilugd

Re: [ilugd]: Telnet Problem

2002-12-16 Thread Gollum
are you using the redhat flavour of linux.   the thing in redhat you have to enable telnet in the new versions. I am not too sure but in the new version of redhat i think telnet is disabled. all you got to do is enable it. how? do not ask me. I think it there is something with /etc/service

Re: [ilugd]: telnet problem

2002-05-13 Thread rahul singh
hi all, when i run talk command , it gives an error " talk daemon connection refused " what can be done rahul _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com ==

Re: [ilugd]: telnet problem

2002-05-13 Thread Ambar Roy
> I've installed red hat linux 7.2 on my machine, which is on a network with > other windows 2K and winnt machines.IP addresses r as follows > > linux 192.168.1.155 sub net 255.255.255.0 > win 2k 192.168.1.100 255.255.255.0 > win nt 192.168.1.1255.255.255.0 > > now the probl

Re: [ilugd]: telnet problem

2002-05-11 Thread Lokesh Bhog
Tyr the following: Use ntsysv to enable telnet and wu-ftp and any other service that you want. Also run the command: setup Select Firewall option and select no-firewall option. Some times while installation you may have selected some type of firewall that may be blocking connection. You can check

Re: [ilugd]: telnet problem

2002-05-11 Thread NarendraS
Enable ftp services by editing /etc/xinetd/wuftpd. Regards Narendra "Kapil Sharma" cc:

Re: [ilugd]: telnet problem with PCQ7.1

2002-01-13 Thread Ambar Roy
> the xinetd.conf in case of Telnet is not correct. > In RHL 7.x , during install, the firewall setup specifically mentions > blocking the telnet port. If you choose to do a custom configure of the > firewall, you can enable the telnet port. Therefore, its ipchains which is > blocking access to te