Operating System - Linux
1833875 Members
1701 Online
110063 Solutions
New Discussion

Re: telnet into W2K box from Rehat 9

 
Gene Kenny
Regular Advisor

telnet into W2K box from Rehat 9

Hello

I am trying to telnet into a W2k box from a Linux box and the other way around.
On the linux 9 system I loaded Telnet server and enabled /xinetd.d/telnet and restarted the service.
I entered both the linux & w2k systems into /etc/hosts and /etc/hosts.allow

On the W2K box I set NTLM =0 and started the service.

I can ping both systems, and telnet into the Linux system from the Linux system and Telent into the W2K system from the W2K system. I just can not telent from W2k to Linux

Thanks
5 REPLIES 5
RAC_1
Honored Contributor

Re: telnet into W2K box from Rehat 9

What does the log file say??
/var/adm/messages

Anil
There is no substitute to HARDWORK
Steven E. Protter
Exalted Contributor

Re: telnet into W2K box from Rehat 9

service iptables stop

re-test

iptables firewall could be blocking, totally or more likely by ip addresss.

/var/log/messages would be extremely useful, as would tcptump -i eth# to see whats going on on the network.

Routers and external firewalls could also be blocking telnet as it uses clear text authentication and some network administrators don't like it being used.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Gene Kenny
Regular Advisor

Re: telnet into W2K box from Rehat 9

Thanks

I just installed RedHat and I am bit of novice as you tell. Both systems are conencted to a switch. what would look at in the iptables?

Eduardo Dias_1
New Member

Re: telnet into W2K box from Rehat 9

Gene,

to check the iptables try:
# iptables -L
If you hava same rule stop:
# service iptables stop
Remove all entries from /etc/hosts.allow and /etc/hosts.deny (wrong entries can be blocking) and try again.

Eduardo
Johannes Krackowizer_1
Valued Contributor

Re: telnet into W2K box from Rehat 9

hi,

have a look at:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=690867
"First off, I'd suggest printing out a copy of the GNU coding standards, and NOT read it. Burn them, it's a great symbolic gesture." (Linus Torvalds)